|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.data.mapping.Association<P>
public class Association<P extends PersistentProperty<P>>
Value object to capture Association
s.
Constructor Summary | |
---|---|
Association(P inverse,
P obverse)
Creates a new Association between the two given PersistentProperty s. |
Method Summary | |
---|---|
P |
getInverse()
|
P |
getObverse()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Association(P inverse, P obverse)
Association
between the two given PersistentProperty
s.
inverse
- obverse
- Method Detail |
---|
public P getInverse()
public P getObverse()
|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |