org.xorm
Class RelationshipMapping.Endpoint
java.lang.Object
|
+--org.xorm.RelationshipMapping.Endpoint
- Enclosing class:
- RelationshipMapping
- public static class RelationshipMapping.Endpoint
- extends Object
Field Summary |
static int |
OBJECT
|
static int |
SET
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OBJECT
public static final int OBJECT
- See Also:
- Constant Field Values
SET
public static final int SET
- See Also:
- Constant Field Values
RelationshipMapping.Endpoint
public RelationshipMapping.Endpoint()
getCollectionType
public int getCollectionType()
setCollectionType
public void setCollectionType(int collectionType)
getElementClass
public Class getElementClass()
setElementClass
public void setElementClass(Class elementClass)
getColumn
public Column getColumn()
setColumn
public void setColumn(Column column)
$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/RelationshipMapping.Endpoint.html,v 1.9 2004/05/30 08:55:03 wbiggs Exp $