Skip to content

Instantly share code, notes, and snippets.

@pawelkaczor
Created November 25, 2013 08:19
Hybrid JPA / event sourced Aggregate Roots (1)
@Entity
class OrderItem {
@ManyToOne(targetEntity = Product.class)
private Long productId;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment