- add(Filter) - Method in class com.googlecode.genericdao.search.Filter
-
Used with OP_OR and OP_AND filters.
- addExplicitNullChecks(Filter) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
- addFetch(String) - Method in class com.googlecode.genericdao.search.Search
-
- addFetch(IMutableSearch, String) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- addFetches(String...) - Method in class com.googlecode.genericdao.search.Search
-
- addFetches(IMutableSearch, String...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- addField(Field) - Method in class com.googlecode.genericdao.search.Search
-
- addField(String) - Method in class com.googlecode.genericdao.search.Search
-
If this field is used with resultMode == RESULT_MAP, the
property will also be used as the key for this value in the
map.
- addField(String, String) - Method in class com.googlecode.genericdao.search.Search
-
If this field is used with resultMode == RESULT_MAP, the
key will be used as the key for this value in the map.
- addField(String, int) - Method in class com.googlecode.genericdao.search.Search
-
If this field is used with resultMode == RESULT_MAP, the
property will also be used as the key for this value in the
map.
- addField(String, int, String) - Method in class com.googlecode.genericdao.search.Search
-
If this field is used with resultMode == RESULT_MAP, the
key will be used as the key for this value in the map.
- addField(IMutableSearch, Field) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- addField(IMutableSearch, String) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
If this field is used with resultMode == RESULT_MAP, the
property will also be used as the key for this value in the
map.
- addField(IMutableSearch, String, int) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
If this field is used with resultMode == RESULT_MAP, the
property will also be used as the key for this value in the
map.
- addField(IMutableSearch, String, int, String) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
If this field is used with resultMode == RESULT_MAP, the
key will be used as the key for this value in the map.
- addField(IMutableSearch, String, String) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
If this field is used with resultMode == RESULT_MAP, the
key will be used as the key for this value in the map.
- addFields(Field...) - Method in class com.googlecode.genericdao.search.Search
-
- addFields(IMutableSearch, Field...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- addFilter(Filter) - Method in class com.googlecode.genericdao.search.Search
-
- addFilter(IMutableSearch, Filter) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- addFilterAll(String, Filter) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the ALL operator.
- addFilterAll(IMutableSearch, String, Filter) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the ALL operator.
- addFilterAnd(Filter...) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the AND operator.
- addFilterAnd(IMutableSearch, Filter...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the AND operator.
- addFilterCustom(String) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses a custom expression.
- addFilterCustom(String, Object...) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses a custom expression.
- addFilterCustom(String, Collection<?>) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses a custom expression.
- addFilterCustom(IMutableSearch, String) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses a custom expression.
- addFilterCustom(IMutableSearch, String, Object...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses a custom expression.
- addFilterCustom(IMutableSearch, String, Collection<?>) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses a custom expression.
- addFilterEmpty(String) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the IS EMPTY operator.
- addFilterEmpty(IMutableSearch, String) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the IS EMPTY operator.
- addFilterEqual(String, Object) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the == operator.
- addFilterEqual(IMutableSearch, String, Object) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the == operator.
- addFilterGreaterOrEqual(String, Object) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the >= operator.
- addFilterGreaterOrEqual(IMutableSearch, String, Object) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the >= operator.
- addFilterGreaterThan(String, Object) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the > operator.
- addFilterGreaterThan(IMutableSearch, String, Object) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the > operator.
- addFilterILike(String, String) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the ILIKE operator.
- addFilterILike(IMutableSearch, String, String) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the ILIKE operator.
- addFilterIn(String, Collection<?>) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the IN operator.
- addFilterIn(String, Object...) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the IN operator.
- addFilterIn(IMutableSearch, String, Collection<?>) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the IN operator.
- addFilterIn(IMutableSearch, String, Object...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the IN operator.
- addFilterLessOrEqual(String, Object) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the <= operator.
- addFilterLessOrEqual(IMutableSearch, String, Object) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the <= operator.
- addFilterLessThan(String, Object) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the < operator.
- addFilterLessThan(IMutableSearch, String, Object) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the < operator.
- addFilterLike(String, String) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the LIKE operator.
- addFilterLike(IMutableSearch, String, String) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the LIKE operator.
- addFilterNone(String, Filter) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the NONE operator.
- addFilterNone(IMutableSearch, String, Filter) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the NONE operator.
- addFilterNot(Filter) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the NOT operator.
- addFilterNot(IMutableSearch, Filter) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the NOT operator.
- addFilterNotEmpty(String) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the IS NOT EMPTY operator.
- addFilterNotEmpty(IMutableSearch, String) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the IS NOT EMPTY operator.
- addFilterNotEqual(String, Object) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the != operator.
- addFilterNotEqual(IMutableSearch, String, Object) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the != operator.
- addFilterNotIn(String, Collection<?>) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the NOT IN operator.
- addFilterNotIn(String, Object...) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the NOT IN operator.
- addFilterNotIn(IMutableSearch, String, Collection<?>) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the NOT IN operator.
- addFilterNotIn(IMutableSearch, String, Object...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the NOT IN operator.
- addFilterNotNull(String) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the IS NOT NULL operator.
- addFilterNotNull(IMutableSearch, String) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the IS NOT NULL operator.
- addFilterNull(String) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the IS NULL operator.
- addFilterNull(IMutableSearch, String) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the IS NULL operator.
- addFilterOr(Filter...) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the OR operator.
- addFilterOr(IMutableSearch, Filter...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the OR operator.
- addFilters(Filter...) - Method in class com.googlecode.genericdao.search.Search
-
- addFilters(IMutableSearch, Filter...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- addFilterSome(String, Filter) - Method in class com.googlecode.genericdao.search.Search
-
Add a filter that uses the SOME operator.
- addFilterSome(IMutableSearch, String, Filter) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add a filter that uses the SOME operator.
- addSort(Sort) - Method in class com.googlecode.genericdao.search.Search
-
- addSort(String, boolean) - Method in class com.googlecode.genericdao.search.Search
-
Add sort by property.
- addSort(String, boolean, boolean) - Method in class com.googlecode.genericdao.search.Search
-
Add sort by property.
- addSort(IMutableSearch, Sort) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- addSort(IMutableSearch, String, boolean) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add sort by property.
- addSort(IMutableSearch, String, boolean, boolean) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add sort by property.
- addSortAsc(String) - Method in class com.googlecode.genericdao.search.Search
-
Add ascending sort by property
- addSortAsc(String, boolean) - Method in class com.googlecode.genericdao.search.Search
-
Add ascending sort by property
- addSortAsc(IMutableSearch, String) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add ascending sort by property
- addSortAsc(IMutableSearch, String, boolean) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add ascending sort by property
- addSortDesc(String) - Method in class com.googlecode.genericdao.search.Search
-
Add descending sort by property
- addSortDesc(String, boolean) - Method in class com.googlecode.genericdao.search.Search
-
Add descending sort by property
- addSortDesc(IMutableSearch, String) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add descending sort by property
- addSortDesc(IMutableSearch, String, boolean) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Add descending sort by property
- addSorts(Sort...) - Method in class com.googlecode.genericdao.search.Search
-
- addSorts(IMutableSearch, Sort...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- all(String, Filter) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the ALL operator.
- and(Filter...) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the AND operator.
- ANYWHERE - Static variable in class com.googlecode.genericdao.search.ExampleOptions
-
- appendCustomExpression(StringBuilder, BaseSearchProcessor.SearchContext, String) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
append a custom expression to the string builder, replacing any
property tokens (i.e "{prop}") with a reference to the property.
- appendCustomExpression(StringBuilder, BaseSearchProcessor.SearchContext, String, List<?>) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
append a custom expression to the string builder, replacing any
property tokens (i.e "{prop}") with a reference to the property and
value tokens (i.e.
- applyFetches(BaseSearchProcessor.SearchContext, List<String>, List<Field>) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Apply the fetch list to the alias tree in the search context.
- asc(String) - Static method in class com.googlecode.genericdao.search.Sort
-
- asc(String, boolean) - Static method in class com.googlecode.genericdao.search.Sort
-
- calcFirstResult(ISearch) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Calculate the first result to use given the firstResult,
page and maxResults values of the search
object.
- checkAndCleanFetches(List<String>) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Check for injection attack in property strings.
- checkAndCleanFields(List<Field>) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Check for injection attack in property strings.
- checkAndCleanFilters(List<Filter>) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Check for injection attack in property strings.
- checkAndCleanSorts(List<Sort>) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Check for injection attack in property strings.
- clear() - Method in class com.googlecode.genericdao.search.Search
-
- clear(IMutableSearch) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- clearFetches() - Method in class com.googlecode.genericdao.search.Search
-
- clearFetches(IMutableSearch) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- clearFields() - Method in class com.googlecode.genericdao.search.Search
-
- clearFields(IMutableSearch) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- clearFilters() - Method in class com.googlecode.genericdao.search.Search
-
- clearFilters(IMutableSearch) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- clearPaging() - Method in class com.googlecode.genericdao.search.Search
-
- clearPaging(IMutableSearch) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- clearSorts() - Method in class com.googlecode.genericdao.search.Search
-
- clearSorts(IMutableSearch) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
- com.googlecode.genericdao.search - package com.googlecode.genericdao.search
-
- com.googlecode.genericdao.search.flex - package com.googlecode.genericdao.search.flex
-
- com.googlecode.genericdao.search.jpa - package com.googlecode.genericdao.search.jpa
-
- convertIfNeeded(Object, Class<?>) - Static method in class com.googlecode.genericdao.search.InternalUtil
-
Return an instance of the given class type that has the given value.
- copy() - Method in class com.googlecode.genericdao.search.Search
-
Create a copy of this search.
- copy(ISearch, T) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Copy the contents of the source search object to the destination search
object, overriding any contents previously found in the destination.
- copy(ISearch) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Copy the contents of the source search object into a new search object.
- count(ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchFacade
-
- count(Class<?>, ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchFacade
-
- count(EntityManager, ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchProcessor
-
Returns the total number of results that would be returned using the
given ISearch if there were no paging or maxResult limits.
- count(EntityManager, Class<?>, ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchProcessor
-
Returns the total number of results that would be returned using the
given ISearch if there were no paging or maxResult limits.
- count(ISearch) - Method in interface com.googlecode.genericdao.search.SearchFacade
-
Returns the total number of results that would be returned using the
given ISearch if there were no paging or maxResult limits.
- count(Class<?>, ISearch) - Method in interface com.googlecode.genericdao.search.SearchFacade
-
Returns the total number of results that would be returned using the
given ISearch if there were no paging or maxResult limits.
- custom(String) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using a custom JPQL/HQL expression.
- custom(String, Object...) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using a custom JPQL/HQL expression.
- custom(String, Collection<?>) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using a custom JPQL/HQL expression.
- customExpression - Variable in class com.googlecode.genericdao.search.Sort
-
- customExpressionAsc(String) - Static method in class com.googlecode.genericdao.search.Sort
-
Instead of a property for this Sort, use a free-form JPQL/HQL order-by
expression.
- customExpressionDesc(String) - Static method in class com.googlecode.genericdao.search.Sort
-
Instead of a property for this Sort, use a free-form JPQL/HQL order-by
expression.
- generateFromClause(BaseSearchProcessor.SearchContext, boolean) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Internal method for generating from clause.
- generateJoins(BaseSearchProcessor.SearchContext, boolean) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Internal method for generating the join portion of the from clause.
- generateOrderByClause(BaseSearchProcessor.SearchContext, List<Sort>) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Internal method for generating order by clause.
- generateQL(Class<?>, ISearch, List<Object>) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Generate the QL string for a given search.
- generateRowCountQL(Class<?>, ISearch, List<Object>) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Generate the QL string that will query the total number of results from a
given search (paging is ignored).
- generateSelectClause(BaseSearchProcessor.SearchContext, List<Field>, boolean) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Internal method for generating the select clause based on the fields of
the given search.
- generateSimpleAllOrSome(BaseSearchProcessor.SearchContext, String, Filter, String) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
In the case of simple ALL/SOME/NONE filters, a simpler hql syntax is used
(which is also compatible with collections of values).
- generateSubquery(BaseSearchProcessor.SearchContext, String, Filter) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Generate a QL string for a subquery on the given property that uses the
given filter.
- generateWhereClause(BaseSearchProcessor.SearchContext, List<Filter>, boolean) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Internal method for generating where clause for given search.
- get(Class<?>) - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadataUtil
-
- get(Class<?>, String) - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadataUtil
-
- get(Class<?>) - Method in interface com.googlecode.genericdao.search.MetadataUtil
-
Get the Metadata for an entity class.
- get(Class<?>, String) - Method in interface com.googlecode.genericdao.search.MetadataUtil
-
Get the Metadata for a property of an entity class.
- getAliasForPathIfItExists(BaseSearchProcessor.SearchContext, String) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Given a full path to an entity (ex.
- getCollectionClass() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- getCollectionClass() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- getCollectionClass() - Method in interface com.googlecode.genericdao.search.Metadata
-
If the type is a collection, return the Java class of the collection
itself, not the Java class of it's elements as with
Metadata.getJavaClass().
- getEntityName() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- getEntityName() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- getEntityName() - Method in interface com.googlecode.genericdao.search.Metadata
-
If the type is an entity return the entity name.
- getExcludeProps() - Method in class com.googlecode.genericdao.search.ExampleOptions
-
- getFetches() - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- getFetches() - Method in class com.googlecode.genericdao.search.flex.FlexSearchWrapper
-
- getFetches() - Method in interface com.googlecode.genericdao.search.ISearch
-
- getFetches() - Method in class com.googlecode.genericdao.search.Search
-
- getFields() - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- getFields() - Method in class com.googlecode.genericdao.search.flex.FlexSearchWrapper
-
- getFields() - Method in interface com.googlecode.genericdao.search.ISearch
-
- getFields() - Method in class com.googlecode.genericdao.search.Search
-
- getFilterFromExample(Object) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
- getFilterFromExample(Object, ExampleOptions) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
- getFilterFromExample(Object) - Method in class com.googlecode.genericdao.search.jpa.JPASearchFacade
-
- getFilterFromExample(Object, ExampleOptions) - Method in class com.googlecode.genericdao.search.jpa.JPASearchFacade
-
- getFilterFromExample(Object) - Method in interface com.googlecode.genericdao.search.SearchFacade
-
Generates a search filter from the given example using default options.
- getFilterFromExample(Object, ExampleOptions) - Method in interface com.googlecode.genericdao.search.SearchFacade
-
Generates a search filter from the given example using the specified options.
- getFilters() - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- getFilters() - Method in class com.googlecode.genericdao.search.flex.FlexSearchWrapper
-
- getFilters() - Method in interface com.googlecode.genericdao.search.ISearch
-
- getFilters() - Method in class com.googlecode.genericdao.search.Search
-
- getFirstResult() - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- getFirstResult() - Method in class com.googlecode.genericdao.search.flex.FlexSearchWrapper
-
- getFirstResult() - Method in interface com.googlecode.genericdao.search.ISearch
-
Zero based index of first result record to return.
- getFirstResult() - Method in class com.googlecode.genericdao.search.Search
-
- getFullPath() - Method in class com.googlecode.genericdao.search.BaseSearchProcessor.AliasNode
-
- getId(Object) - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadataUtil
-
- getId(Object) - Method in interface com.googlecode.genericdao.search.MetadataUtil
-
Get the value of the ID property of an entity.
- getIdProperty() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- getIdProperty() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- getIdProperty() - Method in interface com.googlecode.genericdao.search.Metadata
-
Return the name of the id property of this type.
- getIdType() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- getIdType() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- getIdType() - Method in interface com.googlecode.genericdao.search.Metadata
-
Return the metadata for the id property of this type.
- getIdValue(Object) - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- getIdValue(Object) - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- getIdValue(Object) - Method in interface com.googlecode.genericdao.search.Metadata
-
Return the value of the id property of the given object of this type.
- getJavaClass() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- getJavaClass() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- getJavaClass() - Method in interface com.googlecode.genericdao.search.Metadata
-
Return the Java class of this type.
- getKey() - Method in class com.googlecode.genericdao.search.Field
-
- getLikeMode() - Method in class com.googlecode.genericdao.search.ExampleOptions
-
- getMaxResults() - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- getMaxResults() - Method in class com.googlecode.genericdao.search.flex.FlexSearchWrapper
-
- getMaxResults() - Method in interface com.googlecode.genericdao.search.ISearch
-
The maximum number of records to return.
- getMaxResults() - Method in class com.googlecode.genericdao.search.Search
-
- getMetadata(Type) - Static method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- getMetadataUtil() - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
The MetadataUtil used by this search processor.
- getOperator() - Method in class com.googlecode.genericdao.search.Field
-
- getOperator() - Method in class com.googlecode.genericdao.search.Filter
-
- getOrCreateAlias(BaseSearchProcessor.SearchContext, String, boolean) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Given a full path to an entity (ex.
- getPage() - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- getPage() - Method in class com.googlecode.genericdao.search.flex.FlexSearchWrapper
-
- getPage() - Method in interface com.googlecode.genericdao.search.ISearch
-
Zero based index of the page of records to return.
- getPage() - Method in class com.googlecode.genericdao.search.Search
-
- getPathRef(BaseSearchProcessor.SearchContext, String) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Given a full path to a property (ex.
- getProperties() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- getProperties() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- getProperties() - Method in interface com.googlecode.genericdao.search.Metadata
-
Return an array of the names of all the properties that this type has, if
any.
- getProperty() - Method in class com.googlecode.genericdao.search.Field
-
- getProperty() - Method in class com.googlecode.genericdao.search.Filter
-
- getProperty() - Method in class com.googlecode.genericdao.search.Sort
-
Property on which to sort
- getPropertyType(String) - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- getPropertyType(String) - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- getPropertyType(String) - Method in interface com.googlecode.genericdao.search.Metadata
-
Return the metadata for the given property of this type.
- getPropertyValue(Object, String) - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- getPropertyValue(Object, String) - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- getPropertyValue(Object, String) - Method in interface com.googlecode.genericdao.search.Metadata
-
Return the value of the given property of the given object of this type.
- getProps() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- getResult() - Method in class com.googlecode.genericdao.search.SearchResult
-
The results of the search.
- getResultMode() - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- getResultMode() - Method in class com.googlecode.genericdao.search.flex.FlexSearchWrapper
-
- getResultMode() - Method in interface com.googlecode.genericdao.search.ISearch
-
Result mode tells the search what form to use for the results.
- getResultMode() - Method in class com.googlecode.genericdao.search.Search
-
- getRootAlias() - Method in class com.googlecode.genericdao.search.BaseSearchProcessor.SearchContext
-
- getSearchClass() - Method in class com.googlecode.genericdao.search.flex.FlexSearchWrapper
-
- getSearchClass() - Method in interface com.googlecode.genericdao.search.ISearch
-
- getSearchClass() - Method in class com.googlecode.genericdao.search.Search
-
- getSearchClassName() - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- getSorts() - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- getSorts() - Method in class com.googlecode.genericdao.search.flex.FlexSearchWrapper
-
- getSorts() - Method in interface com.googlecode.genericdao.search.ISearch
-
- getSorts() - Method in class com.googlecode.genericdao.search.Search
-
- getterName(Method) - Static method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- getTotalCount() - Method in class com.googlecode.genericdao.search.SearchResult
-
The total number of results that would have been returned if no
maxResults had been specified.
- getUnproxiedClass(Class<?>) - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadataUtil
-
- getUnproxiedClass(Object) - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadataUtil
-
- getUnproxiedClass(Class<?>) - Method in interface com.googlecode.genericdao.search.MetadataUtil
-
Return the actual entity class registered with the persistence provider.
- getUnproxiedClass(Object) - Method in interface com.googlecode.genericdao.search.MetadataUtil
-
Return the actual entity class registered with the persistence provider.
- getValue() - Method in class com.googlecode.genericdao.search.Filter
-
- getValuesAsCollection() - Method in class com.googlecode.genericdao.search.Filter
-
Returns the value as a Collection, converting if necessary.
- getValuesAsList() - Method in class com.googlecode.genericdao.search.Filter
-
Returns the value as a List, converting if necessary.
- greaterOrEqual(String, Object) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the >= operator.
- greaterThan(String, Object) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the > operator.
- ignoreCase - Variable in class com.googlecode.genericdao.search.Sort
-
- ilike(String, String) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the ILIKE operator.
- IMutableSearch - Interface in com.googlecode.genericdao.search
-
IMutableSearch is an extension of ISearch that
provides setters for all of the properties.
- in(String, Collection<?>) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the IN operator.
- in(String, Object...) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the IN operator.
- INJECTION_CHECK - Variable in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Regex pattern for a valid property name/path.
- InternalUtil - Class in com.googlecode.genericdao.search
-
Utilities for TRG Generic DAO Search
- InternalUtil() - Constructor for class com.googlecode.genericdao.search.InternalUtil
-
- isCollection() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- isCollection() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- isCollection() - Method in interface com.googlecode.genericdao.search.Metadata
-
Return true if the type is a collection.
- isCustomExpression() - Method in class com.googlecode.genericdao.search.Sort
-
If true, the "property" of this Sort is reckoned as a free-form JPQL/HQL
order-by expression.
- isDesc() - Method in class com.googlecode.genericdao.search.Sort
-
If true, sort descending by the given property; otherwise, sort
ascending.
- isDisjunction() - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- isDisjunction() - Method in class com.googlecode.genericdao.search.flex.FlexSearchWrapper
-
- isDisjunction() - Method in interface com.googlecode.genericdao.search.ISearch
-
- isDisjunction() - Method in class com.googlecode.genericdao.search.Search
-
- isDistinct() - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- isDistinct() - Method in class com.googlecode.genericdao.search.flex.FlexSearchWrapper
-
- isDistinct() - Method in interface com.googlecode.genericdao.search.ISearch
-
- isDistinct() - Method in class com.googlecode.genericdao.search.Search
-
- ISearch - Interface in com.googlecode.genericdao.search
-
The base search DTO (data transfer object).
- isEmeddable() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- isEmeddable() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- isEmeddable() - Method in interface com.googlecode.genericdao.search.Metadata
-
Return true if the type is an embeddable class (a component class in
Hibernate).
- isEmpty(String) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the IS EMPTY operator.
- isEntity() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- isEntity() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- isEntity() - Method in interface com.googlecode.genericdao.search.Metadata
-
Return true if the type is an entity.
- isExcludeNulls() - Method in class com.googlecode.genericdao.search.ExampleOptions
-
- isExcludeZeros() - Method in class com.googlecode.genericdao.search.ExampleOptions
-
- isId(Class<?>, String) - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadataUtil
-
- isId(Class<?>, String) - Method in interface com.googlecode.genericdao.search.MetadataUtil
-
Return true if the property at the given property path is the id of some
entity.
- isIgnoreCase() - Method in class com.googlecode.genericdao.search.ExampleOptions
-
- isIgnoreCase() - Method in class com.googlecode.genericdao.search.Sort
-
If true the ordering will be case insensitive for this property.
- isNotEmpty(String) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the IS NOT EMPTY operator.
- isNotNull(String) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the IS NOT NULL operator.
- isNull(String) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the IS NULL operator.
- isNumeric() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- isNumeric() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- isNumeric() - Method in interface com.googlecode.genericdao.search.Metadata
-
Return true if the type is a number.
- isString() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationCollectionMetadata
-
- isString() - Method in class com.googlecode.genericdao.search.jpa.JPAAnnotationMetadata
-
- isString() - Method in interface com.googlecode.genericdao.search.Metadata
-
Return true if the type is persisted as a string (char or varchar) type
in the database.
- isTakesListOfSubFilters() - Method in class com.googlecode.genericdao.search.Filter
-
- isTakesListOfValues() - Method in class com.googlecode.genericdao.search.Filter
-
- isTakesNoProperty() - Method in class com.googlecode.genericdao.search.Filter
-
- isTakesNoValue() - Method in class com.googlecode.genericdao.search.Filter
-
- isTakesSingleSubFilter() - Method in class com.googlecode.genericdao.search.Filter
-
- isTakesSingleValue() - Method in class com.googlecode.genericdao.search.Filter
-
- maxResults - Variable in class com.googlecode.genericdao.search.flex.FlexSearch
-
- maxResults - Variable in class com.googlecode.genericdao.search.Search
-
- mergeFetches(IMutableSearch, List<String>) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given fetches to the current fetches in
the search.
- mergeFetches(IMutableSearch, String...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given fetches to the current fetches in
the search.
- mergeFieldsAfter(IMutableSearch, List<Field>) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given fields after the current fields in
the search.
- mergeFieldsAfter(IMutableSearch, Field...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given fields after the current fields in
the search.
- mergeFieldsBefore(IMutableSearch, List<Field>) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given fields before the current fields in
the search.
- mergeFieldsBefore(IMutableSearch, Field...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given fields before the current fields in
the search.
- mergeFiltersAnd(IMutableSearch, List<Filter>) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given filters using AND semantics
- mergeFiltersAnd(IMutableSearch, Filter...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given filters using AND semantics
- mergeFiltersOr(IMutableSearch, List<Filter>) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given filters using OR semantics
- mergeFiltersOr(IMutableSearch, Filter...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given filters using OR semantics
- mergeSortsAfter(IMutableSearch, List<Sort>) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given sorts after the current sorts in
the search.
- mergeSortsAfter(IMutableSearch, Sort...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given sorts after the current sorts in
the search.
- mergeSortsBefore(IMutableSearch, List<Sort>) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given sorts before the current sorts in
the search.
- mergeSortsBefore(IMutableSearch, Sort...) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Modify the search by adding the given sorts before the current sorts in
the search.
- Metadata - Interface in com.googlecode.genericdao.search
-
This interface provides meta data for a single persistable type.
- metadataUtil - Variable in class com.googlecode.genericdao.search.BaseSearchProcessor
-
- MetadataUtil - Interface in com.googlecode.genericdao.search
-
The framework uses an implementation of this interface to introspect the
objects and relationships maintained by the JPA provider.
- search(ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchFacade
-
- search(Class<?>, ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchFacade
-
- search(EntityManager, ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchProcessor
-
Search for objects based on the search parameters in the specified
ISearch object.
- search(EntityManager, Class<?>, ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchProcessor
-
Search for objects based on the search parameters in the specified
ISearch object.
- Search - Class in com.googlecode.genericdao.search
-
A convenient fully-featured implementation of ISearch and IMutableSearch for
general use in Java code.
- Search() - Constructor for class com.googlecode.genericdao.search.Search
-
- Search(Class<?>) - Constructor for class com.googlecode.genericdao.search.Search
-
- search(ISearch) - Method in interface com.googlecode.genericdao.search.SearchFacade
-
Search for objects based on the search parameters in the specified
ISearch object.
- search(Class<?>, ISearch) - Method in interface com.googlecode.genericdao.search.SearchFacade
-
Search for objects based on the search parameters in the specified
ISearch object.
- searchAndCount(ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchFacade
-
- searchAndCount(Class<?>, ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchFacade
-
- searchAndCount(EntityManager, ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchProcessor
-
Returns a SearchResult object that includes the list of
results like search() and the total length like
searchLength.
- searchAndCount(EntityManager, Class<?>, ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchProcessor
-
Returns a SearchResult object that includes the list of
results like search() and the total length like
searchLength.
- searchAndCount(ISearch) - Method in interface com.googlecode.genericdao.search.SearchFacade
-
Returns a SearchResult object that includes the list of
results like search() and the total length like
searchLength.
- searchAndCount(Class<?>, ISearch) - Method in interface com.googlecode.genericdao.search.SearchFacade
-
Returns a SearchResult object that includes the list of
results like search() and the total length like
searchLength.
- searchClass - Variable in class com.googlecode.genericdao.search.Search
-
- searchClassName - Variable in class com.googlecode.genericdao.search.flex.FlexSearch
-
- SearchFacade - Interface in com.googlecode.genericdao.search
-
SearchFacade provides a clean interface to the Search APIs.
- SearchResult<T> - Class in com.googlecode.genericdao.search
-
This class is used to return the results of searchAndCount()
operations.
- SearchResult() - Constructor for class com.googlecode.genericdao.search.SearchResult
-
- searchUnique(ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchFacade
-
- searchUnique(Class<?>, ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchFacade
-
- searchUnique(EntityManager, ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchProcessor
-
Search for a single result using the given parameters.
- searchUnique(EntityManager, Class<?>, ISearch) - Method in class com.googlecode.genericdao.search.jpa.JPASearchProcessor
-
Search for a single result using the given parameters.
- searchUnique(ISearch) - Method in interface com.googlecode.genericdao.search.SearchFacade
-
Search for a single result using the given parameters.
- searchUnique(Class<?>, ISearch) - Method in interface com.googlecode.genericdao.search.SearchFacade
-
Search for a single result using the given parameters.
- SearchUtil - Class in com.googlecode.genericdao.search
-
- SearchUtil() - Constructor for class com.googlecode.genericdao.search.SearchUtil
-
- SearchUtil.FilterVisitor - Class in com.googlecode.genericdao.search
-
Visitor for use with walkFilter and walkFilters
- SearchUtil.FilterVisitor() - Constructor for class com.googlecode.genericdao.search.SearchUtil.FilterVisitor
-
- SearchUtil.ItemVisitor<T> - Class in com.googlecode.genericdao.search
-
Visitor for use with walkList()
- SearchUtil.ItemVisitor() - Constructor for class com.googlecode.genericdao.search.SearchUtil.ItemVisitor
-
- securityCheckProperty(String) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Used by securityCheck() to check a property string for
injection attack.
- setCustomExpression(boolean) - Method in class com.googlecode.genericdao.search.Sort
-
If true, the "property" of this Sort is reckoned as a free-form JPQL/HQL
order-by expression.
- setDesc(boolean) - Method in class com.googlecode.genericdao.search.Sort
-
If true, sort descending by the given property; otherwise, sort
ascending.
- setDisjunction(boolean) - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- setDisjunction(boolean) - Method in interface com.googlecode.genericdao.search.IMutableSearch
-
- setDisjunction(boolean) - Method in class com.googlecode.genericdao.search.Search
-
Filters added to a search are "ANDed" together if this is false (default)
and "ORed" if it is set to true.
- setDistinct(boolean) - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- setDistinct(boolean) - Method in interface com.googlecode.genericdao.search.IMutableSearch
-
- setDistinct(boolean) - Method in class com.googlecode.genericdao.search.Search
-
- setEntityManager(EntityManager) - Method in class com.googlecode.genericdao.search.jpa.JPASearchFacade
-
- setExcludeNulls(boolean) - Method in class com.googlecode.genericdao.search.ExampleOptions
-
If this is true, all properties with null values will be ignored.
- setExcludeProps(Collection<String>) - Method in class com.googlecode.genericdao.search.ExampleOptions
-
This is a list of properties to exclude.
- setExcludeZeros(boolean) - Method in class com.googlecode.genericdao.search.ExampleOptions
-
If this is true, all properties with the value 0 will be ignored.
- setFetches(String[]) - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- setFetches(List<String>) - Method in interface com.googlecode.genericdao.search.IMutableSearch
-
- setFetches(List<String>) - Method in class com.googlecode.genericdao.search.Search
-
- setFetchOnAliasNodeAndAllAncestors(BaseSearchProcessor.AliasNode) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
- setFields(Field[]) - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- setFields(List<Field>) - Method in interface com.googlecode.genericdao.search.IMutableSearch
-
- setFields(List<Field>) - Method in class com.googlecode.genericdao.search.Search
-
- setFilters(Filter[]) - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- setFilters(List<Filter>) - Method in interface com.googlecode.genericdao.search.IMutableSearch
-
- setFilters(List<Filter>) - Method in class com.googlecode.genericdao.search.Search
-
- setFirstResult(int) - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- setFirstResult(int) - Method in interface com.googlecode.genericdao.search.IMutableSearch
-
- setFirstResult(int) - Method in class com.googlecode.genericdao.search.Search
-
- setIgnoreCase(boolean) - Method in class com.googlecode.genericdao.search.ExampleOptions
-
If this is true, case is ignored when comparing string values.
- setIgnoreCase(boolean) - Method in class com.googlecode.genericdao.search.Sort
-
If true the ordering will be case insensitive for this property.
- setKey(String) - Method in class com.googlecode.genericdao.search.Field
-
- setLikeMode(int) - Method in class com.googlecode.genericdao.search.ExampleOptions
-
This options describes how all string values are compared.
- setMaxResults(int) - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- setMaxResults(int) - Method in interface com.googlecode.genericdao.search.IMutableSearch
-
- setMaxResults(int) - Method in class com.googlecode.genericdao.search.Search
-
- setOperator(int) - Method in class com.googlecode.genericdao.search.Field
-
- setOperator(int) - Method in class com.googlecode.genericdao.search.Filter
-
- setPage(int) - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- setPage(int) - Method in interface com.googlecode.genericdao.search.IMutableSearch
-
- setPage(int) - Method in class com.googlecode.genericdao.search.Search
-
- setProperty(String) - Method in class com.googlecode.genericdao.search.Field
-
- setProperty(String) - Method in class com.googlecode.genericdao.search.Filter
-
- setProperty(String) - Method in class com.googlecode.genericdao.search.Sort
-
Property on which to sort
- setResult(List<T>) - Method in class com.googlecode.genericdao.search.SearchResult
-
The results of the search.
- setResultMode(int) - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- setResultMode(int) - Method in interface com.googlecode.genericdao.search.IMutableSearch
-
- setResultMode(int) - Method in class com.googlecode.genericdao.search.Search
-
- setRootAlias(String) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor.SearchContext
-
- setRootAlias(String) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
This is the string used to represent the root entity of the search within
the query.
- setSearchClass(Class<?>) - Method in interface com.googlecode.genericdao.search.IMutableSearch
-
- setSearchClass(Class<?>) - Method in class com.googlecode.genericdao.search.Search
-
- setSearchClassName(String) - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- setSearchProcessor(JPASearchProcessor) - Method in class com.googlecode.genericdao.search.jpa.JPASearchFacade
-
- setSorts(Sort[]) - Method in class com.googlecode.genericdao.search.flex.FlexSearch
-
- setSorts(List<Sort>) - Method in interface com.googlecode.genericdao.search.IMutableSearch
-
- setSorts(List<Sort>) - Method in class com.googlecode.genericdao.search.Search
-
- setTotalCount(int) - Method in class com.googlecode.genericdao.search.SearchResult
-
The total number of results that would have been returned if no
maxResults had been specified.
- setValue(Object) - Method in class com.googlecode.genericdao.search.Filter
-
- shallowCopy(ISearch, IMutableSearch) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Copy the contents of the source search object to the destination search
object, overriding any contents previously found in the destination.
- shallowCopy(ISearch) - Static method in class com.googlecode.genericdao.search.SearchUtil
-
Copy the contents of the source search object to the destination search
object, overriding any contents previously found in the destination.
- some(String, Filter) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the SOME operator.
- Sort - Class in com.googlecode.genericdao.search
-
Used to specify field ordering in Search.
- Sort() - Constructor for class com.googlecode.genericdao.search.Sort
-
- Sort(String, boolean, boolean) - Constructor for class com.googlecode.genericdao.search.Sort
-
- Sort(String, boolean) - Constructor for class com.googlecode.genericdao.search.Sort
-
- Sort(String) - Constructor for class com.googlecode.genericdao.search.Sort
-
- Sort(boolean, String, boolean) - Constructor for class com.googlecode.genericdao.search.Sort
-
If isCustomExpression is true, the "property" of this Sort is reckoned
as a free-form JPQL/HQL order-by expression.
- Sort(boolean, String) - Constructor for class com.googlecode.genericdao.search.Sort
-
If isCustomExpression is true, the "property" of this Sort is reckoned
as a free-form JPQL/HQL order-by expression.
- sorts - Variable in class com.googlecode.genericdao.search.flex.FlexSearch
-
- sorts - Variable in class com.googlecode.genericdao.search.Search
-
- splitPath(BaseSearchProcessor.SearchContext, String) - Method in class com.googlecode.genericdao.search.BaseSearchProcessor
-
Split a path into two parts.
- START - Static variable in class com.googlecode.genericdao.search.ExampleOptions
-