|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssociationPath | |
|---|---|
| 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 AssociationPath in com.anasoft.os.daofusion.criteria |
|---|
| Fields in com.anasoft.os.daofusion.criteria declared as AssociationPath | |
|---|---|
protected AssociationPath |
NestedPropertyCriterion.NestedPropertyCriterionBuilder.associationPath
|
static AssociationPath |
AssociationPath.ROOT
Shorthand constant for an empty association path which essentially points to target criteria root. |
| Methods in com.anasoft.os.daofusion.criteria that return AssociationPath | |
|---|---|
AssociationPath |
NestedPropertyCriterion.getAssociationPath()
|
AssociationPath |
AssociationPath.getSuperPath()
Returns the "super path" for this association path. |
| Methods in com.anasoft.os.daofusion.criteria that return types with arguments of type AssociationPath | |
|---|---|
java.util.Iterator<AssociationPath> |
AssociationPath.iterator()
Returns an iterator over AssociationPath instances
for this association path. |
| Methods in com.anasoft.os.daofusion.criteria with parameters of type AssociationPath | |
|---|---|
org.hibernate.Criteria |
AssociationPathRegister.get(AssociationPath associationPath)
Returns a Criteria instance for the given
AssociationPath. |
| Constructors in com.anasoft.os.daofusion.criteria with parameters of type AssociationPath | |
|---|---|
AssociationPath(AssociationPath prefix,
AssociationPathElement... elements)
Creates a new association path with rootPath elements placed at the beginning, followed by elements in consequence. |
|
FilterCriterion.FilterCriterionBuilder(AssociationPath associationPath,
java.lang.String targetPropertyName,
FilterCriterionProvider filterCriterionProvider)
Creates a new criterion builder. |
|
FilterCriterion(AssociationPath associationPath,
java.lang.String targetPropertyName,
FilterCriterionProvider filterCriterionProvider)
Creates a new filter criterion. |
|
FilterCriterion(AssociationPath associationPath,
java.lang.String targetPropertyName,
java.lang.Object value,
boolean useFilterObjectPathResolution,
FilterCriterionProvider filterCriterionProvider)
Creates a new filter criterion. |
|
FilterCriterion(AssociationPath associationPath,
java.lang.String targetPropertyName,
java.lang.String[] filterObjectValuePaths,
java.lang.Object[] directValues,
FilterCriterionProvider filterCriterionProvider)
Creates a new filter criterion. |
|
NestedPropertyCriterion.NestedPropertyCriterionBuilder(AssociationPath associationPath,
java.lang.String targetPropertyName)
Creates a new criterion builder. |
|
NestedPropertyCriterion(AssociationPath associationPath,
java.lang.String targetPropertyName)
Creates a new property criterion. |
|
SortCriterion.SortCriterionBuilder(AssociationPath associationPath,
java.lang.String targetPropertyName,
boolean sortAscending)
Creates a new criterion builder. |
|
SortCriterion(AssociationPath associationPath,
java.lang.String targetPropertyName,
boolean sortAscending)
Creates a new sort criterion with ignoreCase set to false. |
|
SortCriterion(AssociationPath associationPath,
java.lang.String targetPropertyName,
boolean sortAscending,
boolean ignoreCase)
Creates a new sort criterion. |
|
| Uses of AssociationPath in com.anasoft.os.daofusion.cto.server |
|---|
| Methods in com.anasoft.os.daofusion.cto.server that return AssociationPath | |
|---|---|
AssociationPath |
NestedPropertyMapping.getAssociationPath()
|
| Constructors in com.anasoft.os.daofusion.cto.server with parameters of type AssociationPath | |
|---|---|
FilterAndSortMapping(java.lang.String propertyId,
AssociationPath associationPath,
java.lang.String targetPropertyName)
Creates a new property mapping. |
|
FilterAndSortMapping(java.lang.String propertyId,
AssociationPath associationPath,
java.lang.String targetPropertyName,
FilterCriterionProvider filterCriterionProvider,
FilterValueConverter<T> filterValueConverter)
Creates a new property mapping. |
|
NestedPropertyMapping(java.lang.String propertyId,
AssociationPath associationPath,
java.lang.String targetPropertyName)
Creates a new property mapping. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||