- get() - Method in class org.apache.deltaspike.data.impl.handler.CdiQueryContextHolder
-
- getAllDeclaredMethods(Class<?>) - Static method in class org.apache.deltaspike.data.impl.property.Reflections
-
Get all the declared methods on the class hierarchy.
- getAnnotatedElement() - Method in interface org.apache.deltaspike.data.impl.property.FieldProperty
-
- getAnnotatedElement() - Method in interface org.apache.deltaspike.data.impl.property.MethodProperty
-
- getAnnotatedElement() - Method in interface org.apache.deltaspike.data.impl.property.Property
-
Get the element responsible for retrieving the property value
- getAttribute() - Method in class org.apache.deltaspike.data.impl.criteria.selection.SingularAttributeSelection
-
- getBaseType() - Method in interface org.apache.deltaspike.data.impl.property.Property
-
Returns the property type
- getCounter() - Method in class org.apache.deltaspike.data.impl.builder.QueryBuilderContext
-
- getDeclaringClass() - Method in interface org.apache.deltaspike.data.impl.property.Property
-
Returns the class that declares the property
- getEntities() - Method in class org.apache.deltaspike.data.impl.meta.unit.EntityDescriptorReader.MappingFile
-
- getEntityClass() - Method in class org.apache.deltaspike.data.impl.handler.AbstractDelegateQueryHandler
-
- getEntityClass() - Method in class org.apache.deltaspike.data.impl.handler.CdiQueryInvocationContext
-
- getEntityClass() - Method in class org.apache.deltaspike.data.impl.meta.RepositoryComponent
-
Gets the entity class related the Repository.
- getEntityClass() - Method in class org.apache.deltaspike.data.impl.meta.RepositoryEntity
-
- getEntityManager() - Method in class org.apache.deltaspike.data.impl.handler.AbstractDelegateQueryHandler
-
- getEntityManager() - Method in class org.apache.deltaspike.data.impl.handler.CdiQueryInvocationContext
-
- getEntityManagerFlushMode() - Method in class org.apache.deltaspike.data.impl.meta.RepositoryComponent
-
- getEntityManagerResolverClass() - Method in class org.apache.deltaspike.data.impl.meta.RepositoryComponent
-
- getEntityName() - Method in class org.apache.deltaspike.data.impl.meta.RepositoryComponent
-
- getExpression() - Method in enum org.apache.deltaspike.data.impl.builder.QueryOperator
-
- getFieldValue(Field, Object) - Static method in class org.apache.deltaspike.data.impl.property.Reflections
-
- getFieldValue(Field, Object, Class<T>) - Static method in class org.apache.deltaspike.data.impl.property.Reflections
-
Get the value of the field, on the specified instance, casting the value of the field to the expected type.
- getFirstResult() - Method in class org.apache.deltaspike.data.impl.param.Parameters
-
- getFirstResult() - Method in class org.apache.deltaspike.data.impl.property.query.PropertyQuery
-
Get the first result from the query, causing the query to be run.
- getFirstWritableResult() - Method in class org.apache.deltaspike.data.impl.property.query.PropertyQuery
-
Get the first result from the query that is not marked as read only, causing the query to be run.
- getJavaClass() - Method in interface org.apache.deltaspike.data.impl.property.Property
-
Returns the property type
- getJpql() - Method in enum org.apache.deltaspike.data.impl.builder.QueryOperator
-
- getJpqlQuery() - Method in class org.apache.deltaspike.data.impl.builder.part.QueryRoot
-
- getMember() - Method in interface org.apache.deltaspike.data.impl.property.Property
-
Get the member responsible for retrieving the property value
- getMessage() - Method in exception org.apache.deltaspike.data.impl.builder.MethodExpressionException
-
- getMessage() - Method in exception org.apache.deltaspike.data.impl.RepositoryDefinitionException
-
- getMethod() - Method in class org.apache.deltaspike.data.impl.handler.CdiQueryInvocationContext
-
- getMethodParameters() - Method in class org.apache.deltaspike.data.impl.handler.CdiQueryInvocationContext
-
- getMethodPrefix() - Method in class org.apache.deltaspike.data.impl.meta.RepositoryComponent
-
- getMethodType() - Method in class org.apache.deltaspike.data.impl.meta.RepositoryMethod
-
- getName() - Method in interface org.apache.deltaspike.data.impl.property.Property
-
Returns the name of the property.
- getParamNum() - Method in enum org.apache.deltaspike.data.impl.builder.QueryOperator
-
- getParams() - Method in class org.apache.deltaspike.data.impl.handler.CdiQueryInvocationContext
-
- getPrimaryClass() - Method in class org.apache.deltaspike.data.impl.meta.RepositoryEntity
-
- getPrimaryKey() - Method in class org.apache.deltaspike.data.impl.meta.RepositoryComponent
-
Gets the entity primary key class related the Repository.
- getPropertyName(Method) - Static method in class org.apache.deltaspike.data.impl.property.Reflections
-
Gets the property name from a getter method.
- getQueryProcessor() - Method in class org.apache.deltaspike.data.impl.meta.RepositoryMethod
-
- getQueryRoot() - Method in class org.apache.deltaspike.data.impl.meta.RepositoryMethod
-
- getQueryString() - Method in class org.apache.deltaspike.data.impl.handler.CdiQueryInvocationContext
-
- getQueryStringPostProcessors() - Method in class org.apache.deltaspike.data.impl.handler.CdiQueryInvocationContext
-
- getRepository() - Method in class org.apache.deltaspike.data.impl.meta.RepositoryMethod
-
- getRepositoryClass() - Method in class org.apache.deltaspike.data.impl.meta.RepositoryComponent
-
Returns the original Repository class this meta data is related to.
- getRepositoryMethod() - Method in class org.apache.deltaspike.data.impl.handler.CdiQueryInvocationContext
-
- getResultList() - Method in class org.apache.deltaspike.data.impl.builder.result.DefaultQueryResult
-
- getResultList() - Method in class org.apache.deltaspike.data.impl.criteria.QueryCriteria
-
- getResultList() - Method in class org.apache.deltaspike.data.impl.property.query.PropertyQuery
-
Get the result from the query, causing the query to be run.
- getSingleResult() - Method in class org.apache.deltaspike.data.impl.builder.result.DefaultQueryResult
-
- getSingleResult() - Method in class org.apache.deltaspike.data.impl.criteria.QueryCriteria
-
- getSingleResult() - Method in class org.apache.deltaspike.data.impl.property.query.PropertyQuery
-
Get a single result from the query, causing the query to be run.
- getSizeRestriciton() - Method in class org.apache.deltaspike.data.impl.param.Parameters
-
- getSuperClasses() - Method in class org.apache.deltaspike.data.impl.meta.unit.EntityDescriptorReader.MappingFile
-
- getValue(Object) - Method in interface org.apache.deltaspike.data.impl.property.Property
-
Returns the property value for the specified bean.
- getWritableResultList() - Method in class org.apache.deltaspike.data.impl.property.query.PropertyQuery
-
Get the non read only results from the query, causing the query to be run.
- getWritableSingleResult() - Method in class org.apache.deltaspike.data.impl.property.query.PropertyQuery
-
Get a single result from the query that is not marked as read only, causing the query to be run.
- GreaterThan<E,V extends Number> - Class in org.apache.deltaspike.data.impl.criteria.predicate
-
- GreaterThan(SingularAttribute<? super E, V>, V) - Constructor for class org.apache.deltaspike.data.impl.criteria.predicate.GreaterThan
-
- GreaterThanOrEqual<E,V extends Comparable<? super V>> - Class in org.apache.deltaspike.data.impl.criteria.predicate
-
- GreaterThanOrEqual(SingularAttribute<? super E, V>, V) - Constructor for class org.apache.deltaspike.data.impl.criteria.predicate.GreaterThanOrEqual
-
- gt(SingularAttribute<? super C, P>, P) - Method in class org.apache.deltaspike.data.impl.criteria.QueryCriteria
-
- gtOrEq(SingularAttribute<? super C, P>, P) - Method in class org.apache.deltaspike.data.impl.criteria.QueryCriteria
-