Uses of Class
com.triactive.jdo.store.Role

Packages that use Role
com.triactive.jdo.store   
 

Uses of Role in com.triactive.jdo.store
 

Fields in com.triactive.jdo.store declared as Role
static Role Role.ELEMENT
           
static Role Role.KEY
           
static Role Role.NONE
           
static Role Role.OWNER
           
static Role Role.VALUE
           
 

Methods in com.triactive.jdo.store with parameters of type Role
 Column AbstractTable.newColumn(java.lang.Class type, SQLIdentifier name, Role role)
           
 Column Table.newColumn(java.lang.Class type, SQLIdentifier name, Role role)
           
 

Constructors in com.triactive.jdo.store with parameters of type Role
ColumnIdentifier(DatabaseAdapter dba, SQLIdentifier baseSQLID, java.lang.Class type, Role role)
           
ColumnIdentifier(DatabaseAdapter dba, java.lang.String javaName, java.lang.Class type, Role role)
           
 



Copyright ? 2001 TriActive, Inc. All Rights Reserved.