Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-mapping

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

JPA, Hibernate: OneToOne mapping with foreign key only

How to solve hibernate error: Repeated column in mapping for entity?

Native SQL throwing Invalid Column Name Exception

Hibernate Many to one Mapping with different Number of columns

How do I map entity association using a query instead of a @JoinColumn with JPA?

How to define Friendship relationship using Hibernate?

Can hibernate scan packages to create SessionFactory automatically?

Hibernate @OneToOne mapping with a @Where clause

Hibernate: Migrating from mapping to annotations - is it possible to mix hbm and annotation?