2022-02-23 19:54:43 +05:30
|
|
|
## Hibernate Mapping
|
|
|
|
|
|
|
|
This module contains articles about Hibernate Mappings.
|
|
|
|
|
|
|
|
### Relevant articles
|
|
|
|
|
2023-05-05 23:42:22 +08:00
|
|
|
- [Hibernate Many to Many Annotation Tutorial](https://www.baeldung.com/hibernate-many-to-many)
|
|
|
|
- [Boolean Converters in Hibernate 6](https://www.baeldung.com/java-hibernate-6-boolean-converters)
|
2023-05-11 23:47:20 +08:00
|
|
|
- [Generate UUIDs as Primary Keys With Hibernate](https://www.baeldung.com/java-hibernate-uuid-primary-key)
|
2023-06-08 21:35:13 +08:00
|
|
|
- [Understanding JPA/Hibernate Associations](https://www.baeldung.com/jpa-hibernate-associations)
|