Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 845 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 845 Bytes

Chapter 2 : Entities

Item 13: How to Adopt a Fluent API Style in Entities

Item 14: How to Populate a Child-Side Parent Association via a Hibernate-Specific Proxy

Item 15: How to Use Java 8 Optional in Persistence Layer

Item 16: How to Write Immutable Entities

Item 17: How to Clone Entities

Item 18: Why and How to Activate Dirty Tracking

Item 19: How to Map a Boolean to a Yes/No

Item 20: The Best Way to Publish Domain Events from Aggregate Roots