Search code examples
Caused by: org.springframework.data.mapping.PropertyReferenceException: No property languageId found...


spring-bootjpajava-8spring-data-jpahibernate-mapping

Read More
How to assign value of PrimaryKey(generated using sequence) to another variable while persisting wit...


javahibernatejpahibernate-mapping

Read More
How can I set Hibernate FetchType not to Eager or Lazy but to "none" so that it does NOT l...


javahibernatejpajpqlhibernate-mapping

Read More
Spring CrudRepository- How do I insert a record by foreign key ID?...


javaspring-bootspring-data-jpahibernate-mapping

Read More
What am I missing in this mapping of hbm file?...


xmlhibernatehibernate-mapping

Read More
How to enforce min/max/exact size of relationship collection in OneToMany and ManyToMany mappings...


hibernatejpaspring-data-jpahibernate-mapping

Read More
Hibernate cascade delete dependent entities (ManyToOne OneToMany)...


javahibernatejpaone-to-manyhibernate-mapping

Read More
Hibernate creates redundant column in database...


javaspringhibernaterelationshiphibernate-mapping

Read More
Hibernate: store List as JSON using @JsonSerialize and Converter: Basic attribute should not be a co...


javahibernatejpahibernate-mapping

Read More
NHibernate enable lazy loading for single query...


c#.netnhibernatehibernate-mappinghbm

Read More
How to set a Hibernate interceptor for an EntityManagerFactory...


javahibernatejpaormhibernate-mapping

Read More
Hibernate can't create a table: org.hibernate.tool.schema.spi.CommandAcceptanceException: Error ...


javapostgresqlhibernatejpahibernate-mapping

Read More
Json to Java Object Conversion for hibernate entity mapping...


javajsonspring-mvchibernate-mappingjackson-databind

Read More
What to use instead of "System.out.println" in java Spring Boot...


javaspring-bootmysql-workbenchhibernate-mappinghibernate-criteria

Read More
Could not write JSON: Infinite recursion...


springspring-mvcjpaspring-data-jpahibernate-mapping

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


hibernatejpaormeclipselinkhibernate-mapping

Read More
When Should I Use @JoinColumn or @JoinTable with JPA?...


javahibernatejpaormhibernate-mapping

Read More
Foreign key mapping to Embeddable class...


javahibernatehibernate-mapping

Read More
How to return an Enum using the addScalar() method with Hibernate...


javahibernatejpaormhibernate-mapping

Read More
How to get values from logs into java list? <hibernate>...


javahibernatehibernate-mapping

Read More
Column present in Database but not in Hibernate mapping xml...


javahibernatehibernate-mapping

Read More
Could not resolve property of @OneToMany child table (@JoinColumn)...


javahibernatespring-data-jpahibernate-mapping

Read More
Type mismatch: inferred type is () -> JoinColumn but JoinColumn was expected...


springspring-bootkotlinhibernate-mappingcorda

Read More
@ManyToMany saving relations is available only one time in one direction...


javahibernatespring-bootspring-data-jpahibernate-mapping

Read More
Attribute 'generated' is not allowed to appear in element 'property'...


hibernatehibernate-mapping

Read More
Hibernate @LazyToOne(LazyToOneOption.NO_PROXY) @OneToOne(fetch = FetchType.LAZY) always fetched eage...


springhibernatespring-boothibernate-mappingbyte-code-enhancement

Read More
How to make JPA interpret List<Element> (size only 0 or 1) as single Element...


javajpahibernate-mapping

Read More
How to solve hibernate composite key exception (expecting IdClass mapping)?...


javahibernatehibernate-mapping

Read More
Could not locate appropriate constructor on class...


javamysqlspring-bootspring-data-jpahibernate-mapping

Read More
Hibernate: Persisting @OneToMany Stuck with no exception (where child entity insert is not getting p...


hibernatejpahibernate-mappingpersist

Read More
BackNext