Search code examples
Confusion: @NotNull vs. @Column(nullable = false) with JPA and Hibernate...

javahibernatejpapersistencehibernate-annotations

Read More
IdentifierGenerationException when persisting @OneToOne relationship with shared primary key...

javahibernatejpahibernate-annotations

Read More
can someone please explain me @MapsId in hibernate?...

javahibernatejpaannotationshibernate-annotations

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

hibernatenullhibernate-mappinghibernate-annotations

Read More
how to do unit test validation annotations in spring...

springunit-testingspring-mvcmockitohibernate-annotations

Read More
Hibernate/persistence without @Id...

javahibernateprimary-keyhibernate-annotations

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

javahibernatejpahibernate-mappinghibernate-annotations

Read More
Hibernate throws org.hibernate.AnnotationException: No identifier specified for entity: com..domain....

hibernatejpaormidentifierhibernate-annotations

Read More
How to map a collection Map<String,List<String>> type using Hibernate...

javahibernate-mappinghibernate-annotations

Read More
@Formula annotation gives an exception when entity is saved in RepositoryItemWriter...

javajpaspring-batchhibernate-annotations

Read More
Hibernate @OneToOne mapping with a @Where clause...

javahibernatehibernate-mappinghibernate-annotations

Read More
JPA Annotations - How to retrieve a single value from a different table than the current object?...

javahibernatejpaannotationshibernate-annotations

Read More
After Hibernate upgrade, the PropertyValueException is thrown...

javahibernatejpaormhibernate-annotations

Read More
How to load only ids from Many to Many mapping tables?...

hibernatehibernate-mappinghibernate-annotations

Read More
Java: Hibernate @OneToOne mapping...

javahibernatejpaone-to-onehibernate-annotations

Read More
Error using hibernate anotations for soft delete...

hibernatespring-roohibernate-annotations

Read More
The annotation Propagation.NEVER doesn't work...

javaspringhibernatehibernate-annotationspropagation

Read More
org.hibernate.AnnotationException: Unknown mappedBy in: error...

hibernatehibernate-annotations

Read More
Issue with sequence why two entity are sharing the same sequence when generating schema with hbm2ddl...

hibernatehibernate-annotationshbm2ddl

Read More
mappedBy reference an unknown target entity property...

javahibernateormhibernate-annotations

Read More
Can't I use @Value annotation with @Transient annotation?...

javahibernatespringhibernate-annotationsspring-annotations

Read More
Hibernate: OneToMany save children by cascade...

hibernateone-to-manycascadehibernate-annotations

Read More
hibernate not generate auto increment constraint on mysql table...

mysqlhibernateauto-incrementhibernate-annotations

Read More
How to test @Valid...

junitannotationshibernate-annotationsspring-annotations

Read More
hibernate two tables per one entity...

javaspringhibernatesqlitehibernate-annotations

Read More
How do I disable Hibernate foreign key constraint on a bidirectional association?...

javahibernateforeign-keyshibernate-annotations

Read More
Array of anotations in kotlin...

hibernatekotlinannotationshibernate-annotations

Read More
HiLo generator strategy not working...

javahibernatecollectionshibernate-annotations

Read More
Can we have @Column and @OneToOne both annotation for one of the variable?...

javahibernatejpahibernate-annotations

Read More
How can I mark a foreign key constraint using Hibernate annotations?...

javahibernatehibernate-mappinghibernate-annotations

Read More
BackNext