A B C E G H I J L M N O P Q S T V 

A

and() - Method in class org.objectquery.generic.QueryConditionImpl
 
and() - Method in interface org.objectquery.QueryCondition
Create a condition group and.

B

between(C, T, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
between(C, T, T) - Method in interface org.objectquery.QueryCondition
Add an between condition with a target and a range( from to ).
box(boolean) - Method in class org.objectquery.generic.GenericObjectQuery
 
box(byte) - Method in class org.objectquery.generic.GenericObjectQuery
 
box(char) - Method in class org.objectquery.generic.GenericObjectQuery
 
box(double) - Method in class org.objectquery.generic.GenericObjectQuery
 
box(float) - Method in class org.objectquery.generic.GenericObjectQuery
 
box(int) - Method in class org.objectquery.generic.GenericObjectQuery
 
box(long) - Method in class org.objectquery.generic.GenericObjectQuery
 
box(short) - Method in class org.objectquery.generic.GenericObjectQuery
 
box(byte) - Method in interface org.objectquery.ObjectQuery
Box a byte.
box(char) - Method in interface org.objectquery.ObjectQuery
Box a char.
box(boolean) - Method in interface org.objectquery.ObjectQuery
Box a boolean.
box(short) - Method in interface org.objectquery.ObjectQuery
Box an short.
box(int) - Method in interface org.objectquery.ObjectQuery
Box an int.
box(long) - Method in interface org.objectquery.ObjectQuery
Box an long.
box(float) - Method in interface org.objectquery.ObjectQuery
Box a float.
box(double) - Method in interface org.objectquery.ObjectQuery
Box a double.
buildPath(PathItem, StringBuilder) - Static method in class org.objectquery.generic.GenericInternalQueryBuilder
 
buildPath(PathItem, StringBuilder, String) - Static method in class org.objectquery.generic.GenericInternalQueryBuilder
 

C

clear() - Method in interface org.objectquery.generic.ConditionElement
 
clear() - Method in class org.objectquery.generic.ConditionGroup
 
clear() - Method in class org.objectquery.generic.ConditionItem
 
clear() - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
clear() - Method in class org.objectquery.generic.GenericObjectQuery
 
clear() - Method in class org.objectquery.generic.Having
 
clear() - Method in interface org.objectquery.generic.InternalQueryBuilder
Clear all object used for build query and the object can be reused for build another query.
clear() - Method in class org.objectquery.generic.Order
 
clear() - Method in class org.objectquery.generic.PathItem
 
clear() - Method in class org.objectquery.generic.Projection
 
condition(PathItem, ConditionType, Object, Object) - Method in class org.objectquery.generic.ConditionGroup
 
condition(PathItem, ConditionType, Object, Object) - Method in interface org.objectquery.generic.InternalConditionBuilder
Add a condition between two values
condition(Object, ConditionType, Object, Object) - Method in class org.objectquery.generic.QueryConditionImpl
 
ConditionElement - Interface in org.objectquery.generic
 
ConditionGroup - Class in org.objectquery.generic
 
ConditionGroup(GroupType) - Constructor for class org.objectquery.generic.ConditionGroup
 
ConditionItem - Class in org.objectquery.generic
 
ConditionItem(PathItem, ConditionType, Object, Object) - Constructor for class org.objectquery.generic.ConditionItem
 
ConditionType - Enum in org.objectquery.generic
The types of condition to add.
contains(Collection<C>, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
contains(Collection<C>, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
contains(Collection<C>, T) - Method in interface org.objectquery.QueryCondition
Add a contains condition between two values.
contains(Collection<C>, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add a contains condition between expression and a query.

E

eq(Double) - Method in class org.objectquery.generic.GenericHavingCondition
 
eq(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
eq(C, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
eq(Double) - Method in interface org.objectquery.HavingCondition
Add an equal condition on having.
eq(C, T) - Method in interface org.objectquery.QueryCondition
Add an equal condition between two values.
eq(C, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add an equal condition between expression and a query.

G

GenericHavingCondition - Class in org.objectquery.generic
 
GenericHavingCondition(InternalQueryBuilder, GenericObjectQuery<?>, PathItem, ProjectionType) - Constructor for class org.objectquery.generic.GenericHavingCondition
 
GenericHavingCondition(InternalQueryBuilder, GenericObjectQuery<?>, ObjectQuery<?>, ProjectionType) - Constructor for class org.objectquery.generic.GenericHavingCondition
 
GenericInternalQueryBuilder - Class in org.objectquery.generic
 
GenericInternalQueryBuilder(GroupType) - Constructor for class org.objectquery.generic.GenericInternalQueryBuilder
 
GenericObjectQuery<T> - Class in org.objectquery.generic
 
GenericObjectQuery(Class<T>) - Constructor for class org.objectquery.generic.GenericObjectQuery
 
GenericObjectQuery(InternalQueryBuilder, Class<T>) - Constructor for class org.objectquery.generic.GenericObjectQuery
 
getBuilder() - Method in class org.objectquery.generic.GenericObjectQuery
 
getClazz() - Method in class org.objectquery.generic.PathItem
 
getConditions() - Method in class org.objectquery.generic.ConditionGroup
 
getConditionType() - Method in class org.objectquery.generic.Having
 
getHavings() - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
getItem() - Method in class org.objectquery.generic.ConditionItem
 
getItem() - Method in class org.objectquery.generic.Having
 
getItem() - Method in class org.objectquery.generic.Order
 
getItem() - Method in class org.objectquery.generic.Projection
 
getJavaType() - Method in class org.objectquery.generic.Join
 
getJoinPath() - Method in class org.objectquery.generic.Join
 
getJoins() - Method in class org.objectquery.generic.GenericObjectQuery
 
getName() - Method in class org.objectquery.generic.PathItem
 
getOrders() - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
getParent() - Method in class org.objectquery.generic.PathItem
 
getPath() - Method in class org.objectquery.generic.ObjectQueryHandler
 
getProjections() - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
getProjectionType() - Method in class org.objectquery.generic.Having
 
getProjectionType() - Method in class org.objectquery.generic.Order
 
getRoot() - Method in class org.objectquery.generic.Join
 
getRootPathItem() - Method in class org.objectquery.generic.GenericObjectQuery
 
getTargetClass() - Method in class org.objectquery.generic.GenericObjectQuery
 
getType() - Method in class org.objectquery.generic.ConditionGroup
 
getType() - Method in class org.objectquery.generic.ConditionItem
 
getType() - Method in class org.objectquery.generic.Join
 
getType() - Method in class org.objectquery.generic.Order
 
getType() - Method in class org.objectquery.generic.Projection
 
getValue() - Method in class org.objectquery.generic.ConditionItem
 
getValue() - Method in class org.objectquery.generic.Having
 
getValueTo() - Method in class org.objectquery.generic.ConditionItem
 
GroupType - Enum in org.objectquery.generic
 
gt(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
gt(C, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
gt(C, T) - Method in interface org.objectquery.QueryCondition
Add a "grater than" condition between two values.
gt(C, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add a "grater than" condition between expression and a query.
gtEq(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
gtEq(C, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
gtEq(C, T) - Method in interface org.objectquery.QueryCondition
Add a "grater than or equals" condition between two values.
gtEq(C, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add an "grater than or equals" condition between expression and a query.

H

having(PathItem, ProjectionType, ConditionType, Object) - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
having(ObjectQuery<?>, ProjectionType, ConditionType, Object) - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
having(Object, ProjectionType) - Method in class org.objectquery.generic.GenericObjectQuery
 
Having - Class in org.objectquery.generic
 
Having(PathItem, ProjectionType, ConditionType, Object) - Constructor for class org.objectquery.generic.Having
 
Having(ObjectQuery<?>, ProjectionType, ConditionType, Object) - Constructor for class org.objectquery.generic.Having
 
having(PathItem, ProjectionType, ConditionType, Object) - Method in interface org.objectquery.generic.InternalQueryBuilder
Create Add a new having item
having(ObjectQuery<?>, ProjectionType, ConditionType, Object) - Method in interface org.objectquery.generic.InternalQueryBuilder
Create Add a new having item
having(Object, ProjectionType) - Method in interface org.objectquery.ObjectQuery
Declare an having condition on projection.
HavingCondition - Interface in org.objectquery
 

I

in(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
in(C, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
in(C, T) - Method in interface org.objectquery.QueryCondition
Add an in condition between two values.
in(C, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add an in condition between expression and a query.
InternalConditionBuilder - Interface in org.objectquery.generic
 
InternalQueryBuilder - Interface in org.objectquery.generic
Interface to implement a custom query builder from the specified tecnology.
invoke(Object, Method, Method, Object[]) - Method in class org.objectquery.generic.ObjectQueryHandler
 
isSubQuery() - Method in class org.objectquery.generic.GenericObjectQuery
 

J

join(Class<J>) - Method in class org.objectquery.generic.GenericObjectQuery
 
join(Class<J>, JoinType) - Method in class org.objectquery.generic.GenericObjectQuery
 
join(J, Class<J>) - Method in class org.objectquery.generic.GenericObjectQuery
 
join(J, Class<J>, JoinType) - Method in class org.objectquery.generic.GenericObjectQuery
 
Join - Class in org.objectquery.generic
 
Join(PathItem, PathItem, JoinType, Class<?>) - Constructor for class org.objectquery.generic.Join
 
join(Class<J>) - Method in interface org.objectquery.ObjectQuery
Create a join object with the specified type
join(Class<J>, JoinType) - Method in interface org.objectquery.ObjectQuery
Create a join object with the specified type
join(J, Class<J>) - Method in interface org.objectquery.ObjectQuery
Create a join object with the specified type, on the specified base path
join(J, Class<J>, JoinType) - Method in interface org.objectquery.ObjectQuery
Create a join object with the specified type, on the specified base path
JoinType - Enum in org.objectquery.generic
 

L

like(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
like(C, T) - Method in interface org.objectquery.QueryCondition
Add a like condition between two values.
likeNc(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
likeNc(C, T) - Method in interface org.objectquery.QueryCondition
Add a like condition between two values without case match.
lt(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
lt(C, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
lt(C, T) - Method in interface org.objectquery.QueryCondition
Add a "lesser than" condition between two values.
lt(C, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add a "lesser than" condition between expression and a query.
ltEq(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
ltEq(C, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
ltEq(C, T) - Method in interface org.objectquery.QueryCondition
Add a "lesser than" or equals condition between two values.
ltEq(C, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add a min or equals condition between expression and a query.

M

max(Double) - Method in class org.objectquery.generic.GenericHavingCondition
 
max(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
Deprecated.
max(C, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
Deprecated.
max(Double) - Method in interface org.objectquery.HavingCondition
Add an max condition on having.
max(C, T) - Method in interface org.objectquery.QueryCondition
Deprecated.
max(C, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Deprecated.
maxEq(Double) - Method in class org.objectquery.generic.GenericHavingCondition
 
maxEq(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
Deprecated.
maxEq(C, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
Deprecated.
maxEq(Double) - Method in interface org.objectquery.HavingCondition
Add an max or equals condition on having.
maxEq(C, T) - Method in interface org.objectquery.QueryCondition
Deprecated.
maxEq(C, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Deprecated.
min(Double) - Method in class org.objectquery.generic.GenericHavingCondition
 
min(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
Deprecated.
min(C, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
Deprecated.
min(Double) - Method in interface org.objectquery.HavingCondition
Add an min condition on having.
min(C, T) - Method in interface org.objectquery.QueryCondition
Deprecated.
min(C, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Deprecated.
minEq(Double) - Method in class org.objectquery.generic.GenericHavingCondition
 
minEq(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
Deprecated.
minEq(C, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
Deprecated.
minEq(Double) - Method in interface org.objectquery.HavingCondition
Add an min or equals condition on having.
minEq(C, T) - Method in interface org.objectquery.QueryCondition
Deprecated.
minEq(C, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Deprecated.

N

newGroup(GroupType) - Method in class org.objectquery.generic.ConditionGroup
 
newGroup(GroupType) - Method in interface org.objectquery.generic.InternalConditionBuilder
Build a condition group of a type.
newNumberInstance(Class<?>, byte) - Static method in class org.objectquery.generic.PrimitiveFactory
 
notContains(Collection<C>, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
notContains(Collection<C>, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
notContains(Collection<C>, T) - Method in interface org.objectquery.QueryCondition
Add a not contains condition between two values.
notContains(Collection<C>, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add a not contains condition between expression and a query.
notEq(Double) - Method in class org.objectquery.generic.GenericHavingCondition
 
notEq(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
notEq(C, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
notEq(Double) - Method in interface org.objectquery.HavingCondition
Add an not equal condition on having.
notEq(C, T) - Method in interface org.objectquery.QueryCondition
Add a not equal condition between two values.
notEq(C, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add a not equal condition between expression and a query.
notIn(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
notIn(C, ObjectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
notIn(C, T) - Method in interface org.objectquery.QueryCondition
Add a not in condition between two values.
notIn(C, ObjectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add a not in condition between expression and a query.
notLike(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
notLike(C, T) - Method in interface org.objectquery.QueryCondition
Add a not like condition between two values.
notLikeNc(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
notLikeNc(C, T) - Method in interface org.objectquery.QueryCondition
Add a not like condition between two values without case match.

O

ObjectQuery<T> - Interface in org.objectquery
ObjectQuery is the main inteface for build a "SELECT" query, it allow to add projection, condition, order and having clauses using instances of domain classes.
ObjectQueryException - Exception in org.objectquery.generic
 
ObjectQueryException(String, Throwable) - Constructor for exception org.objectquery.generic.ObjectQueryException
 
ObjectQueryException(String) - Constructor for exception org.objectquery.generic.ObjectQueryException
 
ObjectQueryHandler - Class in org.objectquery.generic
 
ObjectQueryHandler(Class<?>, GenericObjectQuery<?>, PathItem, String) - Constructor for class org.objectquery.generic.ObjectQueryHandler
 
or() - Method in class org.objectquery.generic.QueryConditionImpl
 
or() - Method in interface org.objectquery.QueryCondition
Create a condition group or.
order(ObjectQuery<?>, ProjectionType, OrderType) - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
order(PathItem, ProjectionType, OrderType) - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
order(Object) - Method in class org.objectquery.generic.GenericObjectQuery
 
order(Object, OrderType) - Method in class org.objectquery.generic.GenericObjectQuery
 
order(Object, ProjectionType, OrderType) - Method in class org.objectquery.generic.GenericObjectQuery
 
order(ObjectQuery<?>, ProjectionType, OrderType) - Method in interface org.objectquery.generic.InternalQueryBuilder
Add an sub query order to query.
order(PathItem, ProjectionType, OrderType) - Method in interface org.objectquery.generic.InternalQueryBuilder
Add an order to query.
Order - Class in org.objectquery.generic
 
Order(ObjectQuery<?>, ProjectionType, OrderType) - Constructor for class org.objectquery.generic.Order
 
Order(PathItem, ProjectionType, OrderType) - Constructor for class org.objectquery.generic.Order
 
order(Object) - Method in interface org.objectquery.ObjectQuery
Add an order condition to query.
order(Object, OrderType) - Method in interface org.objectquery.ObjectQuery
Add an order to query.
order(Object, ProjectionType, OrderType) - Method in interface org.objectquery.ObjectQuery
Add an order to query.
OrderType - Enum in org.objectquery.generic
The types of order.
org.objectquery - package org.objectquery
 
org.objectquery.generic - package org.objectquery.generic
 

P

PathItem - Class in org.objectquery.generic
 
PathItem(Class<?>, PathItem, String) - Constructor for class org.objectquery.generic.PathItem
 
PrimitiveFactory - Class in org.objectquery.generic
 
PrimitiveFactory() - Constructor for class org.objectquery.generic.PrimitiveFactory
 
prj(Object) - Method in class org.objectquery.generic.GenericObjectQuery
 
prj(Object, ProjectionType) - Method in class org.objectquery.generic.GenericObjectQuery
 
prj(Object) - Method in interface org.objectquery.ObjectQuery
Add a projection to query.
prj(Object, ProjectionType) - Method in interface org.objectquery.ObjectQuery
Add a projection to query with an operator.
projection(PathItem, ProjectionType) - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
projection(ObjectQuery<?>, ProjectionType) - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
projection(PathItem, ProjectionType) - Method in interface org.objectquery.generic.InternalQueryBuilder
Add a projection to query with an operator.
projection(ObjectQuery<?>, ProjectionType) - Method in interface org.objectquery.generic.InternalQueryBuilder
Add a sub Query projection to query with an operator.
Projection - Class in org.objectquery.generic
 
Projection(ObjectQuery<?>, ProjectionType) - Constructor for class org.objectquery.generic.Projection
 
Projection(PathItem, ProjectionType) - Constructor for class org.objectquery.generic.Projection
 
ProjectionType - Enum in org.objectquery.generic
The types of projection.
proxy(Class<?>, PathItem, String) - Method in class org.objectquery.generic.GenericObjectQuery
 

Q

QueryCondition - Interface in org.objectquery
 
QueryConditionImpl - Class in org.objectquery.generic
 
QueryConditionImpl(InternalConditionBuilder) - Constructor for class org.objectquery.generic.QueryConditionImpl
 
QueryConditionImpl(GenericObjectQuery<?>, ConditionGroup) - Constructor for class org.objectquery.generic.QueryConditionImpl
 

S

setName(String) - Method in class org.objectquery.generic.PathItem
 
subQuery(Class<S>) - Method in class org.objectquery.generic.GenericObjectQuery
 
subQuery(Class<S>) - Method in interface org.objectquery.ObjectQuery
Create a new Sub Query of current query.

T

target() - Method in class org.objectquery.generic.GenericObjectQuery
 
target() - Method in interface org.objectquery.ObjectQuery
Retrieve the instance to build query.

V

valueOf(String) - Static method in enum org.objectquery.generic.ConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectquery.generic.GroupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectquery.generic.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectquery.generic.OrderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectquery.generic.ProjectionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.objectquery.generic.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.objectquery.generic.GroupType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.objectquery.generic.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.objectquery.generic.OrderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.objectquery.generic.ProjectionType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E G H I J L M N O P Q S T V 

Copyright © 2013 Object Query. All Rights Reserved.