cac62f06ae
* Added writer * Added implementation and test class * Added more details * Updated tests * Updated code as per review comments * Added test class and one named query * Updated test class * Added update HQL * Added new initialisation script and new queries * Corrected queries * Removed commented code * printf examples Issue: BAEL-2228 * Update README.md * Added implementation and test class * Added more details * Updated tests * Updated code as per review comments * Added test class and one named query * Updated test class * Added update HQL * Added new initialisation script and new queries * Corrected queries * Removed commented code |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Relevant articles:
- Dynamic Mapping with Hibernate
- An Overview of Identifiers in Hibernate
- Hibernate – Mapping Date and Time
- Hibernate Inheritance Mapping
- A Guide to Multitenancy in Hibernate 5
- Introduction to Hibernate Spatial
- Hibernate Interceptors
- JPA Attribute Converters
- Mapping LOB Data in Hibernate
- @Immutable in Hibernate
- Pessimistic Locking in JPA
- Bootstrapping JPA Programmatically in Java
- Optimistic Locking in JPA
- Hibernate Entity Lifecycle
- Mapping A Hibernate Query to a Custom Class
- @JoinColumn Annotation Explained
- Hibernate 5 Naming Strategy Configuration
- Proxy in Hibernate load() Method
- Custom Types in Hibernate