Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-mapping

Hibernate update query with innerjoin

Avoid Circular Dependency

Hibernate mapping: ignore a super class field

How do you retrieve nested Sets?

How to return an Enum using the addScalar() method with Hibernate

Hibernate MappingException: Logical column name cannot be null

org.hibernate.AnnotationException: A Foreign key refering has the wrong number of column. should be 2

How to use Space in column name with JPA and Hibernate

Why do I need the third table for many to many mapping ? Why can't I just use two tables?

Hibernate association references unmapped class exception

Hibernate lazy loading for reverse one to one workaround - how does this work?

Exception in thread "main" org.hibernate.UnknownEntityTypeException: Unable to locate persister

Mapping a localized string in Hibernate - any best practice?

Is it OK to have a duplicate generator named defined in the JPA persistence unit?

Hibernate override "lazy=false"

Hibernate does not load one to many relationships sets even with eager fetch

Hibernate - BigDecimal column mapping for Custom Dialect

Hibernate Validator - Add a Dynamic ConstraintValidator

ERROR: ORA-02289: sequence does not exist - org.hibernate.exception.SQLGrammarException: could not extract ResultSet

How to enforce a validation constraint on an Embeddable entity property?