e076a171ee | ||
---|---|---|
.. | ||
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