339fb7ec44
* JAVA-5408: Use common postgresql.version property * JAVA-5408: Cleanup spring-boot-react * JAVA-5408: Use commons-cli.version property in libraries-data * JAVA-5408: spring-security-modules cleanup Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com> |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Hibernate Mapping
This module contains articles about Object-relational Mapping (ORM) with Hibernate.
Relevant Articles:
- Persisting Maps with Hibernate
- Difference Between @Size, @Length, and @Column(length=value)
- Hibernate Validator Specific Constraints
- Dynamic Mapping with Hibernate
- Hibernate Inheritance Mapping
- Mapping A Hibernate Query to a Custom Class
- Hibernate – Mapping Date and Time
- Mapping LOB Data in Hibernate
- FetchMode in Hibernate
- Mapping PostgreSQL Array With Hibernate