All articles in category : Hibernate
Hibernate component mapping example ( April 28th 2011 )
Hibernate – Many-to-Many example – join table + extra column (Annotation) ( April 28th 2011 )
Hibernate – Many-to-Many example (Annotation) ( April 27th 2011 )
Hibernate – Unable to insert if column named is keyword, such as DESC ( April 27th 2011 )
Hibernate – One-to-Many example (Annotation) ( April 26th 2011 )
Hibernate – One-to-One example (Annotation) ( April 25th 2011 )
How to configure DBCP connection pool in Hibernate ( April 25th 2011 )
Hibernate – Could not find C3P0ConnectionProvider ( April 25th 2011 )
How to configure logging in Hibernate – Logback ( April 23rd 2011 )
Maven 3 + Hibernate 3.6 + Oracle 11g Example (Annotation) ( April 23rd 2011 )
Hibernate – The type AnnotationConfiguration is deprecated ( April 22nd 2011 )
Maven 3 + Hibernate 3.6 + Oracle 11g Example (XML Mapping) ( April 22nd 2011 )
java.lang.ClassNotFoundException : javassist.util.proxy.MethodFilter ( April 21st 2011 )
Hibernate Error – Collection has neither generic type or OneToMany.targetEntity() ( March 24th 2011 )
org.hibernate.AnnotationException: Collection has neither generic type or OneToMany.targetEntity() ( February 28th 2011 )
Hibernate Error : JavaReflectionManager cannot be cast to MetadataProviderInjector ( January 21st 2011 )
java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.
(Z)V ( January 21st 2011 )java.lang.ClassFormatError : Absent Code attribute in method that is not native or abstract in class file … ( June 21st 2010 )
java.lang.ClassNotFoundException: javax.transaction.TransactionManager ( June 21st 2010 )
java.lang.ClassNotFoundException: javax.persistence.Entity ( June 21st 2010 )
java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter ( June 14th 2010 )
Hibernate – save image into database ( April 8th 2010 )
Hibernate Error – java.lang.NoClassDefFoundError: javax/transaction/Synchronization ( March 7th 2010 )
Hibernate – fetching strategies examples ( February 21st 2010 )
Hibernate Criteria examples ( February 20th 2010 )
Hibernate interceptor example – audit log ( February 19th 2010 )
Hibernate mutable example (class and collection) ( February 18th 2010 )
Hibernate data filter example – XML and annotation ( February 17th 2010 )
How to embed Oracle hints in Hibernate query ( February 16th 2010 )
How to call store procedure in Hibernate ( February 15th 2010 )
Hibernate parameter binding examples ( February 14th 2010 )
Hibernate native SQL queries examples ( February 13th 2010 )
Hibernate named query examples ( February 12th 2010 )
Hibernate Query examples (HQL) ( February 11th 2010 )
How to use database reserved keyword in Hibernate ? ( February 10th 2010 )
Hibernate Transaction handle example ( February 9th 2010 )
Hibernate – Many-to-Many example (XML Mapping) ( February 7th 2010 )
Cascade – JPA & Hibernate annotation common mistake ( February 6th 2010 )
Different between cascade and inverse ( February 5th 2010 )
Different between session.get() and session.load() ( February 4th 2010 )
Hibernate – One-to-One example (XML Mapping) ( February 3rd 2010 )
Hibernate – Cascade example (save, update, delete and delete-orphan) ( February 2nd 2010 )
Hibernate – One-to-Many example (XML Mapping) ( February 1st 2010 )
inverse = “true” example and explanation ( January 31st 2010 )
Hibernate – dynamic-update attribute example ( January 29th 2010 )
Hibernate – dynamic-insert attribute example ( January 28th 2010 )
How to display hibernate sql parameter values – Log4j ( January 1st 2010 )
Display Hibernate SQL to console – show_sql , format_sql and use_sql_comments ( December 31st 2009 )
Maven 2 + Hibernate 3.2 + MySQL Example (Annotation) ( December 30th 2009 )
How to configure logging in Hibernate – SLF4j + Log4j ( December 30th 2009 )
Hibernate Error – Exception in thread “main” java.lang.NoClassDefFoundError: antlr/ANTLRException ( December 29th 2009 )
Hibernate Error – Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: org/hibernate/annotations/common/reflection/ReflectionManager ( December 29th 2009 )
Hibernate Error – An AnnotationConfiguration instance is required to use ( December 28th 2009 )
Hibernate SQL Dialects Collection ( December 28th 2009 )
Hibernate Error – Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: com/mchange/v2/c3p0/DataSources ( December 26th 2009 )
How to add Hibernate XML mapping file (hbm.xml) programmatically ( December 25th 2009 )
How to configure the C3P0 connection pool in Hibernate ( December 24th 2009 )
How to load hibernate.cfg.xml from different directory ( December 23rd 2009 )
Hibernate Error – Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: net/sf/cglib/proxy/CallbackFilter ( December 19th 2009 )
Hibernate Error – Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: org/apache/commons/collections/SequencedHashMap ( December 19th 2009 )
Hibernate Error – Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory ( December 18th 2009 )
Hibernate Error – Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: org/dom4j/DocumentException ( December 18th 2009 )
Maven 2 + Hibernate 3.2 + MySQL Example (XML Mapping) ( December 17th 2009 )
How to generate Hibernate mapping files & annotation with Hibernate Tools ( December 12th 2009 )
How to install Hibernate / JBoss Tools in Eclipse IDE ( December 11th 2009 )
org.hibernate.AnnotationException: Unknown Id.generator ( July 31st 2009 )
How to display hibernate sql parameter values – P6Spy ( December 19th 2008 )
Remember that ordinal parameters are 1-based! – HibernateTemplate ( December 12th 2008 )
Why i choose Hibernate for my project? ( December 4th 2008 )