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

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

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

Methods in org.azzyzt.jee.runtime.meta that return RequiredSelectionType
 RequiredSelectionType AssociationInfo.isForcingDistinct()
           
static RequiredSelectionType RequiredSelectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequiredSelectionType[] RequiredSelectionType.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 RequiredSelectionType
AssociationInfo(java.lang.String fieldSelector, RequiredSelectionType requiredSelectionType, java.lang.Class<?> joinFrom, java.lang.Class<?> joinTo, JoinType joinType)