Files
java-tutorials/hibernate5/README.md
T

10 lines
614 B
Markdown
Raw Normal View History

2017-10-21 21:05:03 +06:00
## Relevant articles:
2017-11-02 10:12:05 +02:00
- [Dynamic Mapping with Hibernate](http://www.baeldung.com/hibernate-dynamic-mapping)
2017-11-12 20:08:24 +00:00
- [An Overview of Identifiers in Hibernate](http://www.baeldung.com/hibernate-identifiers)
2017-12-12 12:32:35 +06:00
- [Hibernate Mapping Date and Time](http://www.baeldung.com/hibernate-date-time)
- [Hibernate Inheritance Mapping](http://www.baeldung.com/hibernate-inheritance)
2018-01-06 16:38:17 -06:00
- [A Guide to Multitenancy in Hibernate 5](http://www.baeldung.com/hibernate-5-multitenancy)
2018-01-18 02:53:17 +06:00
- [Introduction to Hibernate Spatial](http://www.baeldung.com/hibernate-spatial)
- [Hibernate Interceptors](http://www.baeldung.com/hibernate-interceptor)