Package org.springframework.data.mapping
Class Association<P extends PersistentProperty<P>>
java.lang.Object
org.springframework.data.mapping.Association<P>
- Type Parameters:
P
-PersistentProperty
s the association connects.
Value object to capture
Association
s.- Author:
- Jon Brisbin, Mark Paluch
-
Constructor Summary
ConstructorDescriptionAssociation
(P inverse, P obverse) Creates a newAssociation
between the two givenPersistentProperty
s. -
Method Summary
-
Constructor Details
-
Association
Creates a newAssociation
between the two givenPersistentProperty
s.- Parameters:
inverse
-obverse
-
-
-
Method Details
-
getInverse
-
getObverse
-