All articles about Java Persistence and Hibernate
- JBoss Weld transactions with JPA and Hibernate in Java SE (Jan 12, 2011 )
How to implement a proper transaction interceptor using JBoss Weld.
- Performance Tuning Tips for Hibernate and Java Persistence (Jan 27, 2009 )
An extract of the chapter Performance of my book Hibernate and Java Persistence by Example
- Hibernate Search with Lucene (Jan 12, 2009 )
Tutorial on Hibernate Search with Lucene
- Hibernate annotation reference (German) (Jan 01, 2009 )
Reference of Hibernate and Java Persistence annotations
- @javax.persistence.AttributeOverride (Jan 01, 2009 )
- @javax.persistence.Table (Jan 01, 2009 )
- @javax.persistence.Version (Jan 01, 2009 )
- @javax.persistence.Enumerated (Jan 01, 2009 )
- @javax.persistence.Embeddable (Jan 01, 2009 )
- @javax.persistence.UniqueConstraint (Jan 01, 2009 )
- @org.hibernate.annotations.CollectionOfElement (Jan 01, 2009 )
- @javax.persistence.ManyToOne (Jan 01, 2009 )
- @javax.persistence.Temporal (Jan 01, 2009 )
- @org.hibernate.annotations.Formula (Jan 01, 2009 )
- @javax.persistence.Inheritance (Jan 01, 2009 )
- @javax.persistence.Basic (Jan 01, 2009 )
- @javax.persistence.SecondaryTable (Jan 01, 2009 )
- @javax.persistence.OneToMany (Jan 01, 2009 )
- @javax.persistence.GeneratedValue (Jan 01, 2009 )
- @javax.persistence.Lob (Jan 01, 2009 )
- @javax.persistence.MappedSuperclass (Jan 01, 2009 )
- @javax.persistence.DiscriminatorValue (Jan 01, 2009 )
- @javax.persistence.DiscriminatorColumn (Jan 01, 2009 )
- @org.hibernate.annotations.Index (Jan 01, 2009 )
- @org.hibernate.annotations.DiscriminatorFormula (Jan 01, 2009 )
- @org.hibernate.annotations.Parent (Jan 01, 2009 )
- @org.hibernate.annotations.Entity (Jan 01, 2009 )
- @javax.persistence.IdClass (Jan 01, 2009 )
- @javax.persistence.Transient (Jan 01, 2009 )
- @javax.persistence.Entity (Jan 01, 2009 )
- @javax.persistence.ManyToMany (Jan 01, 2009 )
- @org.hibernate.annotations.Table (Jan 01, 2009 )
- @javax.persistence.SequenceGenerator (Jan 01, 2009 )
- @javax.persistence.OneToOne (Jan 01, 2009 )
- Java Database Development for web applications (Jan 01, 2009 )
- @javax.persistence.Id (Jan 01, 2009 )
- @javax.persistence.TableGenerator (Jan 01, 2009 )
- @javax.persistence.EmbeddedId (Jan 01, 2009 )
- @javax.persistence.AttributeOverrides (Jan 01, 2009 )
- @javax.persistence.Embedded (Jan 01, 2009 )
- @javax.persistence.Column (Jan 01, 2009 )
- @org.hibernate.annotations.GenericGenerator (Jan 01, 2009 )
- First Hibernate example – tutorial (Feb 09, 2008 )
Tutorial showing a simple sample application using Hibernate
- Hibernate id equals and hashcode (Sep 05, 2007 )
Strategy to implement identity
- Glassfish SunOne Toplink Postgresql (Jun 22, 2007 )
Notes on setting up a EJB 3 and JPA project on this architecture.
- Problem using Hibernate Annotations (Mar 06, 2007 )
There is a fair chance that new users encounter a situation, where Hibernate ignores annotations.
- Struts Hibernate Integration Tutorial (Jan 02, 2006 )
First steps using Struts 1 and Hibernate.
- EJB 2 – Entity EJB on database view (Apr 06, 2005 )
Tutorial on Entity EJB for a database view
- What is Hibernate tutorial? (Feb 25, 2005 )
A first introduction
- EJB 2 – Complex Container Managed Relations (CMP) with JBoss (Feb 16, 2005 )
Multiple examples to create CMP relations between EJB.
- Session Bean facade to an Entity EJB (Jan 10, 2005 )
Step by step example of creating a session bean as business facade to an entity EJB.
- EJB 2 – Entity EJB with xDoclet, MyEclipse, Jboss and PostgreSql (Jan 10, 2005 )
Creation and testing of a simple Entity Bean
- EJB 2 – CMP relations between Enterprise Java Beans (EJB) Tutorial ? eclipse, xdoclet, jboss (Jan 10, 2005 )
A step by step example showing how to develop CMP relations.