Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

retrieve the current user id in a session of a user using _sessionFactory.getCurrentSession(); hibernate

hibernate foreign key mapping many-to-one

HHH000513: Unable to create the ReflectionOptimizer for Entity after upgrading to Hibernate 6

C3P0 Connection Pools vs MySQL Connection Pools

OptimisticLockException in inner transaction ruins outer transaction

Spring MVC 3.1.2 + Jackson 2: LazyInitializationException when lazily initialize a collection - no session or session was closed

Lazy initialization of OnetoOne mapping when update fired for second time

Spring Data JPA PageRequest order by Map value property

JPA - Assign different unique constrains for two subclass of a SINGLE_TABLE hierarchy abstract class

java hibernate jpa

Parent entity getting unnecessarily updated when a new child entity is persisted

@Column(nullable=false) Not Working

Using hibernate 6.0.10 validation results in ConstraintDefinitionException from EachPattern

Hibernate query for entity with map property

java hibernate

Can Hibernate update a single property?

java hibernate

hibernate JTASessionContext vs ThreadLocalSessionContext

java hibernate

envers: get audited entities referencing to entities that are not audited

Are there any gotchas with this JPA "cached hashCode" pattern?

java hibernate jpa persistence