Spring Data Commons

org.springframework.data.mapping.model
Class Association<P extends PersistentProperty<P>>

java.lang.Object
  extended by org.springframework.data.mapping.model.Association<P>

public class Association<P extends PersistentProperty<P>>
extends Object

Author:
Jon Brisbin

Field Summary
protected  P inverse
           
protected  P obverse
           
 
Constructor Summary
Association(P inverse, P obverse)
           
 
Method Summary
 P getInverse()
           
 P getObverse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inverse

protected P extends PersistentProperty<P> inverse

obverse

protected P extends PersistentProperty<P> obverse
Constructor Detail

Association

public Association(P inverse,
                   P obverse)
Method Detail

getInverse

public P getInverse()

getObverse

public P getObverse()

Spring Data Commons

Copyright © 2011. All Rights Reserved.