Package org.springframework.datastore.mapping.types

Class Summary
Association<T> Models an association between one class and another
Embedded<T> Models an embedded component
Identity<T> Represents the identity of a persistent entity
ManyToMany<T> Models a many-to-many association between one class and another
ManyToOne<T> Models a many-to-one association
OneToMany<T> Models a one-to-many association
OneToOne<T> Models a one-to-one association
Simple<T> Models a simple property type
ToOne<T>