Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-mapping

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?

Overriding @Id defined in a @MappedSuperclass with JPA

Specify default value in Hibernate's XML configuration file

Hibernate persist Map<String, String> without referencing another tables

Hibernate: unmapped class association exception

@ManyToOne and @BatchSize

HIbernate Mapping Exception: PropertyNotFoundException: Could not find a setter

How to change the Hibernate CharacterTypeDescriptor to handle empty column values