Uses of Class
org.azzyzt.jee.runtime.meta.JoinType

Packages that use JoinType
org.azzyzt.jee.runtime.meta   
 

Uses of JoinType in org.azzyzt.jee.runtime.meta
 

Methods in org.azzyzt.jee.runtime.meta that return JoinType
 JoinType AssociationInfo.getJoinType()
           
static JoinType JoinType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JoinType[] JoinType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.azzyzt.jee.runtime.meta with parameters of type JoinType
AssociationInfo(java.lang.String fieldSelector, RequiredSelectionType requiredSelectionType, java.lang.Class<?> joinFrom, java.lang.Class<?> joinTo, JoinType joinType)