com.uwyn.rife.database.querymanagers.generic
Class ManyToManyDeclaration
java.lang.Object
com.uwyn.rife.database.querymanagers.generic.ManyToManyDeclaration
public class ManyToManyDeclaration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManyToManyDeclaration
public ManyToManyDeclaration()
setAssociationType
public void setAssociationType(Class type)
associationType
public ManyToManyDeclaration associationType(Class type)
getAssociationType
public Class getAssociationType()
setCollectionType
public void setCollectionType(Class type)
collectionType
public ManyToManyDeclaration collectionType(Class type)
getCollectionType
public Class getCollectionType()
setReversed
public void setReversed(boolean reversed)
reversed
public ManyToManyDeclaration reversed(boolean reversed)
isReversed
public boolean isReversed()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.