Search code examples
Hibernate mapping between Postgres array of varchar and a Java/Kotlin collection of enum...


javapostgresqlhibernatekotlinhibernate-mapping

Read More
Foreign key in the child table is null after persisting @OneToMany...


javamysqlspringhibernatehibernate-mapping

Read More
Why am I able to use ReverseStringComparator.class as the value of the @SortedComparator annotation ...


javahibernateannotationshibernate-mapping

Read More
Hibernate OneToOne association, owning side not saving foreing key...


javahibernatehibernate-mappinghibernate-6.x

Read More
Hibernate - A collection with cascade=”all-delete-orphan” was no longer referenced by the owning ent...


javahibernatehibernate-mapping

Read More
Failed hibernate mapping: An association from the table X refers to an unmapped class Y...


hibernatehibernate-mappingpojohbm

Read More
How to specify a Primary Key on @ElementCollection...


javahibernatejpaormhibernate-mapping

Read More
Use EntityGraph for query with optional ManyToOne relationship...


javahibernatespring-data-jpahibernate-mappingentitygraph

Read More
Getting Cannot invoke "org.hibernate.metamodel.mapping.ModelPart.getNavigableRole()" becau...


spring-boothibernatespring-data-jpahibernate-mapping

Read More
How to dynamically add, modify and remove Class Mappings and Entities in existing SessionFactory wit...


hibernatenhibernatehibernate-mappinghibernate-criteriasessionfactory

Read More
Hibernate/JPA: storing constants in entity class?...


javahibernatejpaconstantshibernate-mapping

Read More
Define an entity via a custom SQL query in Hibernate 5.1...


javahibernatejpahibernate-mapping

Read More
Joining Entities by a Range - Hibernate...


javahibernatejpaspring-data-jpahibernate-mapping

Read More
Map MariaDB geometry Point to custom Hibernate type...


javamysqlhibernatemariadbhibernate-mapping

Read More
How can I prevent Hibernate from updating NULL values...


hibernatenullhibernate-mappinghibernate-annotations

Read More
Hibernate mapping between PostgreSQL enum and Java enum...


javapostgresqlenumsannotationshibernate-mapping

Read More
Using @SqlResultSetMapping to map to list...


javasqlhibernatehibernate-mapping

Read More
javax.persistence Annotations on field, getter or setter?...


javahibernate-mapping

Read More
Problems with foreign keys in Hibernate...


javaspring-boothibernatehibernate-mapping

Read More
hibernate and mappedBy: Is it possible to automatically set foreign key without setting bidirectiona...


javahibernatehibernate-mappingmappedby

Read More
Having problems with foreign key in Hibernate...


javaspring-boothibernatehibernate-mapping

Read More
How to create a OneToMany relationship targeting a combined primary key in Hibernate?...


hibernatespring-data-jpahibernate-mapping

Read More
Cannot call Postgresql Function using SpringBoot 3.2.0 (using Hibernate 6)...


postgresqlspring-boothibernatehibernate-mappinghibernate-6.x

Read More
How to perform a Native query on a table which is not present as a class?...


javahibernatespring-data-jpahibernate-mappingnativequery

Read More
Why does the hibernate(reactive) naming strategy in quarkus override the annotation @jakarta.persist...


hibernatequarkushibernate-mappinghibernate-reactivequarkus-hibernate-reactive

Read More
Postgresql UUID supported by Hibernate?...


javahibernatepostgresqlormhibernate-mapping

Read More
Can a @ManyToOne JPA relation be null?...


javahibernatejpahibernate-mappingmany-to-one

Read More
Hibernate Error when autodetecting annotated entity classes...


hibernatehibernate-mapping

Read More
Doesn't work setting default value of property in Hibernate...


javahibernatejpahibernate-mappinghibernate-annotations

Read More
ManyToMany Relationship with composite primary key in Quarkus Hibernate...


hibernatemany-to-manyquarkushibernate-mapping

Read More
BackNext