, JPA?
, .
(, ), ( ) ?
Value @Embeddable. VO @Id, ( TABLE, ). @ElementCollection.
@Emedded Value :
- JOINS, @OneToOne.
- DELETE .
, , ?
- , @Id, Value Objects . Value , entites/domain-objects -, .
In some business cases, you need to represent a Domain object as a Value object, such as a Snapshot, which you, for example, move to another aggregate or publish inside a domain event.
Can someone direct me on good paper?
Book: Implementing a Domain-Managed Project, Vaughn Vernon.
source
share