Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-mapping

Hibernate One-to-Many relationship cascade delete

Inheritance Hibernate/JPA multiple levels

JPA Nested Mapping to View without a Base Table

Hibernate fails to map MySQL varchar(255)

Hibernate recursive mapping parent/child structure - StackOverflowError when retrieve data

Is it possible in JPA to redefine inherited attributes as transient?

How to use Oracle query hint in Hibernate

Hibernate UUID.hex vs UUID2

Hibernate entities mapping: Retrieve VARCHAR as boolean

Hibernate mapping between Postgres array of varchar and a Java/Kotlin collection of enum

SpringBoot+Kotlin+Postgres and JSONB: "org.hibernate.MappingException: No Dialect mapping for JDBC type"

Unidirectional @OneToOne with @MapsId does not work with lazy loading

How to dynamically add, modify and remove Class Mappings and Entities in existing SessionFactory without rebuilding it?

orphanRemoval not working properly in hibernate : Element inserted and removed from list is persisted in DB

Hibernate enum throw Unknown name value [true] for enum class

How do I configure JPA table name at runtime?

Hibernate returns com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry

Hibernate enum casting and converter mapping