• Writing tests

    This page is out of date: content has moved there. Hibernate Core uses JUnit 3.8 for writing unit and integration tests.  However, instead of extending your tests from junit.framework.TestCase directly you can ...
    Profile Photo
    last modified by dreborier
  • How to run/debug tests without using the hibernate-matrix

    This page is out of date: content has moved there. Introduction  Previously, all hibernate modules were featuring a hibernate.properties file that was bound to H2 connection properties only. To run tests on a ...
    Profile Photo
    last modified by vlad_mihalcea
  • Building Hibernate From Source (3.5)

    This page is out of date: content has moved there. Hibernate 3.5 is built using Maven.  As a  first step, if not already, download and install Maven. The two best resources for understanding Maven concept...
    Profile Photo
    last modified by dreborier
  • Building Hibernate ORM (4.x/5.x)

    This page is out of date: content has moved there. Hibernate 4.x/5.x uses Gradle  - For reasons why Hibernate switched from Maven to Gradle see -  http://community.jboss.org/wiki/Gradlewhy     ...
    Profile Photo
    last modified by dreborier
  • Lazy one-to-one/many-to-one associations using annotations

    This page is an old working document and is probably out of date.   Introduction   This document describes how Hibernate currently behaves in Hibernate ORM master branch with various mappings for lazy @O...
    Profile Photo
    last modified by gbadner
  • Contributing to Hibernate using IntelliJ

    This page is out of date: content has moved there. Using IntelliJ with Hibernate sources  Can’t code without   Importing the project In general the IntelliJ support for importing Gradle projects shou...
    Profile Photo
    last modified by dreborier
  • Design Philosophy of the Hibernate projects

    This page is out of date: content has moved there.   Here is a set of principles driving the design of Hibernate Validator Hibernate Search Hibernate OGM Bean Validation   The goal of these projects i...
    Profile Photo
    last modified by y.rodiere
  • Contributing to Hibernate using Eclipse

    This page is out of date: content has moved there. Installing Plugins Some of the Hibernate projects use Maven, some others use Gradle. After you check out the project from GitHub check if there is a pom.xml file in ...
    Profile Photo
    last modified by y.rodiere
  • Releasing Hibernate Core

    Release process for Hibernate (Gradle based)  First, a list of resources you will need access to in order to perform a release: JBoss Nexus - only supports username/password uploads (boo!).  We have develo...
    Profile Photo
    last modified by guillaume.smet
  • Hibernate Search Binary and Source Compatibility for Hibernate Search users between 5.5.8.Final-redhat-1 and 5.10

    To see the summary of the generated report go to https://docs.google.com/document/d/1GObdv3N9dQe7kg61da7srVikPtYfFwC5fJwYfFvxbm8/edit# Attached is the report and a zip file with instructions for generating the report.
    Profile Photo
    last modified by y.rodiere
  • Lucene Binary and Source Compatibility for Hibernate Search users between 5.3.1.redhat-2 and 5.5.5

    To see the summary of the generated report go to https://docs.google.com/document/d/11WjkAqnLH7bUnq1P_Ed3PDd8sz2DVrOl4ZRYLa1jnXw/edit?usp=sharing Attached is the report and a zip file with instructions for generatin...
    Profile Photo
    last modified by y.rodiere
  • Hibernate ORM Binary Compatibility between 5.1 and 5.3

    To see the summary of the generated report go to https://docs.google.com/document/d/1jH0znbYwgvGKHC-110zcjRaXLllBsvRKw-pdHrMzRzw   Attached is the report and a zip file with instructions for generating the report.
    Profile Photo
    last modified by gbadner
  • Entendendo MappedBy do Hibernate

    Introdução Neste artigo estaremos abordando como o atributo mappedBy do Hibernate funciona, quando usar e quais os seus comportamentos nos mapeamentos OneToOne e OneToMany. Não falaremos do seu comp...
    Profile Photo
    last modified by rhuan-rocha
  • Programmatic SequenceStyleGenerator

    We currently mirgate our application from Hibernate 3.3 to Hibernate 4.3.7. May anyone can help me with an issue which we have with hibernate 4 and programmatic SequenceStyleGenerator.   In Hibernate 3.3 we creat...
    Profile Photo
    last modified by alex1985
  • Hibernate performance issue - single sesson for whole proces

    Hi Team,   I need clarificaton about my applicatio performance. I am using spring and hibernate. Before my application was,   most of the <bag> collections are lazy=false, @ManyToMany as default fetc...
    Profile Photo
    last modified by stsivaraj
  • How to get jar from modified source code ?

    Hi everbody,   I've managed to obtain and modify source code and now I am looking for how to get the jar file, so I can use it in my project. I just can't understand how to obtain it, I think I should use Gradle...
    Profile Photo
    last modified by dimitrix
  • gradle task generatePomFileForMavenJavaPublication

    Hi together, I hope to be in the right place here.   In my understanding the gradle target generatePomFileForMavenJavaPublication should produce pom.xml files (or differently named maven control files), which i...
    Profile Photo
    last modified by krichter
  • Goals for the new Hibernate web presence (site, wiki, blog, forum)

    Describes the goals a rethinking of Hibernate's web presence. We currently have the following bricks main website: hosted on magnolia today (http://hibernate.org) wiki: hosted on jboss.org's SBS today (http://commun...
    Profile Photo
    last modified by epbernard
  • Level-Zero Cache

    In addition to First and Second Level Cache we have developped a Level-Zero Cache that is available inside the Algrithmic Trading Framework AlgoTrader.   Both Hibernate First and Second Level Cache provide a wa...
    Profile Photo
    last modified by andyflury
  • Trying to build Hibernate 4 from source

    Hello everybody,   I am newbie with Gradle, Git and I have a problem building from source. I have so many questions !   What is the difference between using this command "git clone git:http//github.com/hib...
    Profile Photo
    last modified by dimitrix