Uses of Class
com.anasoft.os.daofusion.criteria.NestedPropertyJoinType

Packages that use NestedPropertyJoinType
com.anasoft.os.daofusion.criteria Criteria classes defining persistent entity query constraints. 
com.anasoft.os.daofusion.cto.server Server-side criteria transfer object classes. 
 

Uses of NestedPropertyJoinType in com.anasoft.os.daofusion.criteria
 

Methods in com.anasoft.os.daofusion.criteria that return NestedPropertyJoinType
 NestedPropertyJoinType AssociationPathElement.getJoinType()
           
static NestedPropertyJoinType NestedPropertyJoinType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NestedPropertyJoinType[] NestedPropertyJoinType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.anasoft.os.daofusion.criteria with parameters of type NestedPropertyJoinType
AssociationPathElement(java.lang.String value, NestedPropertyJoinType joinType)
          Creates a new association path element.
FilterCriterion(java.lang.String propertyPath, NestedPropertyJoinType associationJoinType, java.lang.Object value, boolean useFilterObjectPathResolution, FilterCriterionProvider filterCriterionProvider)
          Deprecated. propertyPath / associationJoinType concept is now deprecated in favor of the associationPath / targetPropertyName approach.
FilterCriterion(java.lang.String propertyPath, NestedPropertyJoinType associationJoinType, java.lang.String[] filterObjectValuePaths, java.lang.Object[] directValues, FilterCriterionProvider filterCriterionProvider)
          Deprecated. propertyPath / associationJoinType concept is now deprecated in favor of the associationPath / targetPropertyName approach.
NestedPropertyCriterion(java.lang.String propertyPath, NestedPropertyJoinType associationJoinType)
          Deprecated. propertyPath / associationJoinType concept is now deprecated in favor of the associationPath / targetPropertyName approach.
SortCriterion(java.lang.String propertyPath, NestedPropertyJoinType associationJoinType, boolean sortAscending, boolean ignoreCase)
          Deprecated. propertyPath / associationJoinType concept is now deprecated in favor of the associationPath / targetPropertyName approach.
 

Uses of NestedPropertyJoinType in com.anasoft.os.daofusion.cto.server
 

Constructors in com.anasoft.os.daofusion.cto.server with parameters of type NestedPropertyJoinType
FilterAndSortMapping(java.lang.String propertyId, java.lang.String propertyPath, NestedPropertyJoinType associationJoinType)
          Deprecated. propertyPath / associationJoinType concept is now deprecated in favor of the associationPath / targetPropertyName approach.
FilterAndSortMapping(java.lang.String propertyId, java.lang.String propertyPath, NestedPropertyJoinType associationJoinType, FilterCriterionProvider filterCriterionProvider, FilterValueConverter<T> filterValueConverter)
          Deprecated. propertyPath / associationJoinType concept is now deprecated in favor of the associationPath / targetPropertyName approach.
NestedPropertyMapping(java.lang.String propertyId, java.lang.String propertyPath, NestedPropertyJoinType associationJoinType)
          Deprecated. propertyPath / associationJoinType concept is now deprecated in favor of the associationPath / targetPropertyName approach.
 



Copyright © 2008-2009 ANASOFT and contributors. All Rights Reserved.