Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-mapping

Why does Hibernate 5 sequence generator use the default hibernate.seq instead of my sequence?

Hibernate - How to disable mapping for a column

JPA lazy fetch not working and throwing LazyInitializationException

How to query using an Enum parameter mapped as ORDINAL using JPA and Hibernate

Using an uuid or guid as id in grails/hibernate

How to use Hibernate composite-id without class?

java.lang.NoSuchMethodError: javax.persistence.OneToMany.orphanRemoval()

Hibernate keeping inactive session in oracle db even after closing the session

JPA Hibernate Dynamic entity mapping & persistence at runtime

remove collection with delete-orphan not work with null assignment? :(

UnsupportedOperationException: The application must supply JDBC connections

Hibernate composite primary key using @Embedded and @Id

Hibernate Projections / Lazy Loading for non required 1 to 1 Mappings

Hibernate 2nd level cache objects that are lazy=false, result in a default fetch=join, is it documented anywhere?

Hibernate map enum by property value

How to store only specific timestamp columns in UTC in hibernate

Create native SQL query without creating entity class in SpringBoot