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

A

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

B

BaseQuery<T> - Interface in org.objectquery
 
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(byte) - Method in interface org.objectquery.BaseQuery
Box a byte.
box(char) - Method in interface org.objectquery.BaseQuery
Box a char.
box(boolean) - Method in interface org.objectquery.BaseQuery
Box a boolean.
box(short) - Method in interface org.objectquery.BaseQuery
Box an short.
box(int) - Method in interface org.objectquery.BaseQuery
Box an int.
box(long) - Method in interface org.objectquery.BaseQuery
Box an long.
box(float) - Method in interface org.objectquery.BaseQuery
Box a float.
box(double) - Method in interface org.objectquery.BaseQuery
Box a double.
box(Class<Z>, Object) - Method in class org.objectquery.generic.GenericBaseQuery
 
box(boolean) - Method in class org.objectquery.generic.GenericBaseQuery
 
box(byte) - Method in class org.objectquery.generic.GenericBaseQuery
 
box(char) - Method in class org.objectquery.generic.GenericBaseQuery
 
box(double) - Method in class org.objectquery.generic.GenericBaseQuery
 
box(float) - Method in class org.objectquery.generic.GenericBaseQuery
 
box(int) - Method in class org.objectquery.generic.GenericBaseQuery
 
box(long) - Method in class org.objectquery.generic.GenericBaseQuery
 
box(short) - Method in class org.objectquery.generic.GenericBaseQuery
 
builder - Variable in class org.objectquery.generic.GenericBaseQuery
 
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.GenericBaseQuery
 
clear() - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
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>, SelectQuery<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>, SelectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add a contains condition between expression and a query.

D

defaultInstance() - Static method in class org.objectquery.QueryEngine
Create an new instance of query engine for the engine implementation present in the classpath.
DeleteQuery<T> - Interface in org.objectquery
delete query to write a delete query with a set of condition usage example: DeleteQuery<Person> delete = new GenericDeleteQuery<Person>(Person.class); Person toDelete = delete.target(); delete.eq(toDelete.getName(),"match name");

E

eq(Double) - Method in class org.objectquery.generic.GenericHavingCondition
 
eq(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
eq(C, SelectQuery<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, SelectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add an equal condition between expression and a query.
execute(SelectQuery<?>, S) - Method in class org.objectquery.QueryEngine
Execute a select and return a list of result.
execute(DeleteQuery<?>, S) - Method in class org.objectquery.QueryEngine
Execute a delete and return the number of deleted records.
execute(InsertQuery<?>, S) - Method in class org.objectquery.QueryEngine
Execute an insert usage example: QueryEngine engine = ...
execute(UpdateQuery<?>, S) - Method in class org.objectquery.QueryEngine
Execute an update usage example: QueryEngine engine = ...
extractItem(Object) - Method in class org.objectquery.generic.GenericBaseQuery
 

G

GenericBaseQuery<T> - Class in org.objectquery.generic
 
GenericBaseQuery(InternalQueryBuilder, Class<T>, Map<Object, PathItem>, QueryType) - Constructor for class org.objectquery.generic.GenericBaseQuery
 
GenericeDeleteQuery<T> - Class in org.objectquery.generic
 
GenericeDeleteQuery(Class<T>) - Constructor for class org.objectquery.generic.GenericeDeleteQuery
 
GenericeDeleteQuery(InternalQueryBuilder, Class<T>) - Constructor for class org.objectquery.generic.GenericeDeleteQuery
 
GenericHavingCondition - Class in org.objectquery.generic
 
GenericHavingCondition(InternalQueryBuilder, GenericSelectQuery<?>, PathItem, ProjectionType) - Constructor for class org.objectquery.generic.GenericHavingCondition
 
GenericHavingCondition(InternalQueryBuilder, GenericSelectQuery<?>, SelectQuery<?>, ProjectionType) - Constructor for class org.objectquery.generic.GenericHavingCondition
 
GenericInsertQuery<T> - Class in org.objectquery.generic
 
GenericInsertQuery(Class<T>) - Constructor for class org.objectquery.generic.GenericInsertQuery
 
GenericInsertQuery(InternalQueryBuilder, Class<T>) - Constructor for class org.objectquery.generic.GenericInsertQuery
 
GenericInternalQueryBuilder - Class in org.objectquery.generic
 
GenericInternalQueryBuilder(GroupType) - Constructor for class org.objectquery.generic.GenericInternalQueryBuilder
 
GenericObjectQuery<T> - Class in org.objectquery.generic
Deprecated.
GenericObjectQuery(Class<T>) - Constructor for class org.objectquery.generic.GenericObjectQuery
Deprecated.
GenericObjectQuery(InternalQueryBuilder, Class<T>) - Constructor for class org.objectquery.generic.GenericObjectQuery
Deprecated.
GenericSelectQuery<T> - Class in org.objectquery.generic
 
GenericSelectQuery(Class<T>) - Constructor for class org.objectquery.generic.GenericSelectQuery
 
GenericSelectQuery(InternalQueryBuilder, Class<T>) - Constructor for class org.objectquery.generic.GenericSelectQuery
 
GenericUpdateQuery<T> - Class in org.objectquery.generic
 
GenericUpdateQuery(Class<T>) - Constructor for class org.objectquery.generic.GenericUpdateQuery
 
GenericUpdateQuery(InternalQueryBuilder, Class<T>) - Constructor for class org.objectquery.generic.GenericUpdateQuery
 
getBuilder() - Method in class org.objectquery.generic.GenericBaseQuery
 
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.GenericSelectQuery
 
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
 
getQueryType() - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
getRoot() - Method in class org.objectquery.generic.Join
 
getRootPathItem() - Method in class org.objectquery.generic.GenericBaseQuery
 
getSets() - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
getTarget() - Method in class org.objectquery.generic.SetValue
 
getTargetClass() - Method in class org.objectquery.generic.GenericBaseQuery
 
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
 
getValue() - Method in class org.objectquery.generic.SetValue
 
getValueTo() - Method in class org.objectquery.generic.ConditionItem
 
GroupType - Enum in org.objectquery.generic
 
gt(Double) - Method in class org.objectquery.generic.GenericHavingCondition
 
gt(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
gt(C, SelectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
gt(Double) - Method in interface org.objectquery.HavingCondition
Add an greater then condition on having.
gt(C, T) - Method in interface org.objectquery.QueryCondition
Add a "grater than" condition between two values.
gt(C, SelectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add a "grater than" condition between expression and a query.
gtEq(Double) - Method in class org.objectquery.generic.GenericHavingCondition
 
gtEq(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
gtEq(C, SelectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
gtEq(Double) - Method in interface org.objectquery.HavingCondition
Add an greater then or equals condition on having.
gtEq(C, T) - Method in interface org.objectquery.QueryCondition
Add a "grater than or equals" condition between two values.
gtEq(C, SelectQuery<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(SelectQuery<?>, ProjectionType, ConditionType, Object) - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
having(Object, ProjectionType) - Method in class org.objectquery.generic.GenericSelectQuery
 
Having - Class in org.objectquery.generic
 
Having(PathItem, ProjectionType, ConditionType, Object) - Constructor for class org.objectquery.generic.Having
 
Having(SelectQuery<?>, 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(SelectQuery<?>, ProjectionType, ConditionType, Object) - Method in interface org.objectquery.generic.InternalQueryBuilder
Create Add a new having item
having(Object, ProjectionType) - Method in interface org.objectquery.SelectQuery
Declare an having condition on projection.
HavingCondition - Interface in org.objectquery
 

I

in(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
in(C, SelectQuery<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, SelectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add an in condition between expression and a query.
init(QueryType) - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
init(QueryType) - Method in interface org.objectquery.generic.InternalQueryBuilder
Initialize the current builder for the specified query type.
InsertQuery<T> - Interface in org.objectquery
insert query allow to declare a query to insert a new record.
instance(Class<T>) - Static method in class org.objectquery.QueryEngine
Create a new instance of the query engine for the specified session type.
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.GenericSelectQuery
 

J

join(Class<J>) - Method in class org.objectquery.generic.GenericSelectQuery
 
join(Class<J>, JoinType) - Method in class org.objectquery.generic.GenericSelectQuery
 
join(J, Class<J>) - Method in class org.objectquery.generic.GenericSelectQuery
 
join(J, Class<J>, JoinType) - Method in class org.objectquery.generic.GenericSelectQuery
 
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.SelectQuery
Create a join object with the specified type Example: SelectQuery<Person> query = ...
join(Class<J>, JoinType) - Method in interface org.objectquery.SelectQuery
Create a join object with the specified type and specific join operator Example: SelectQuery<Person> query = ...
join(J, Class<J>) - Method in interface org.objectquery.SelectQuery
Create a join object with the specified type, on the specified base path Example: SelectQuery<Person> query = ...
join(J, Class<J>, JoinType) - Method in interface org.objectquery.SelectQuery
Create a join object with the specified type, on the specified base path and join operator Example: SelectQuery<Person> query = ...
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(Double) - Method in class org.objectquery.generic.GenericHavingCondition
 
lt(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
lt(C, SelectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
lt(Double) - Method in interface org.objectquery.HavingCondition
Add an less then condition on having.
lt(C, T) - Method in interface org.objectquery.QueryCondition
Add a "lesser than" condition between two values.
lt(C, SelectQuery<T>) - Method in interface org.objectquery.QueryCondition
Add a "lesser than" condition between expression and a query.
ltEq(Double) - Method in class org.objectquery.generic.GenericHavingCondition
 
ltEq(C, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
ltEq(C, SelectQuery<T>) - Method in class org.objectquery.generic.QueryConditionImpl
 
ltEq(Double) - Method in interface org.objectquery.HavingCondition
Add an less then or equal condition on having.
ltEq(C, T) - Method in interface org.objectquery.QueryCondition
Add a "lesser than" or equals condition between two values.
ltEq(C, SelectQuery<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
Deprecated.
max(Double) - Method in interface org.objectquery.HavingCondition
Deprecated.
maxEq(Double) - Method in class org.objectquery.generic.GenericHavingCondition
Deprecated.
maxEq(Double) - Method in interface org.objectquery.HavingCondition
Deprecated.
min(Double) - Method in class org.objectquery.generic.GenericHavingCondition
Deprecated.
min(Double) - Method in interface org.objectquery.HavingCondition
Deprecated.
minEq(Double) - Method in class org.objectquery.generic.GenericHavingCondition
Deprecated.
minEq(Double) - Method in interface org.objectquery.HavingCondition
Deprecated.

N

newDelete(Class<T>) - Method in class org.objectquery.QueryEngine
Create a new delete query on the specified target.
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.
newInsert(Class<T>) - Method in class org.objectquery.QueryEngine
Create a new Insert query on the specified target.
newNumberInstance(Class<?>, byte) - Static method in class org.objectquery.generic.PrimitiveFactory
 
newSelect(Class<T>) - Method in class org.objectquery.QueryEngine
Create a new select query on the specified target usage example: QueryEngine<YourSession> engine = ....
newUpdate(Class<T>) - Method in class org.objectquery.QueryEngine
Create a new update query on the specified target.
notContains(Collection<C>, T) - Method in class org.objectquery.generic.QueryConditionImpl
 
notContains(Collection<C>, SelectQuery<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>, SelectQuery<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, SelectQuery<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, SelectQuery<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, SelectQuery<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, SelectQuery<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
Deprecated.
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<?>, GenericBaseQuery<?>, 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(SelectQuery<?>, 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.GenericSelectQuery
 
order(Object, OrderType) - Method in class org.objectquery.generic.GenericSelectQuery
 
order(Object, ProjectionType, OrderType) - Method in class org.objectquery.generic.GenericSelectQuery
 
order(SelectQuery<?>, 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(SelectQuery<?>, 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.SelectQuery
Add an order condition to query.
order(Object, OrderType) - Method in interface org.objectquery.SelectQuery
Add an order to query.
order(Object, ProjectionType, OrderType) - Method in interface org.objectquery.SelectQuery
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
 
primitiveToBoxPath - Variable in class org.objectquery.generic.GenericBaseQuery
 
primitiveToBoxType - Variable in class org.objectquery.generic.GenericBaseQuery
 
primitiveToBoxValue - Variable in class org.objectquery.generic.GenericBaseQuery
 
prj(Object) - Method in class org.objectquery.generic.GenericSelectQuery
 
prj(Object, ProjectionType) - Method in class org.objectquery.generic.GenericSelectQuery
 
prj(Object) - Method in interface org.objectquery.SelectQuery
Add a projection to query.
prj(Object, ProjectionType) - Method in interface org.objectquery.SelectQuery
Add a projection to query with an operator.
projection(PathItem, ProjectionType) - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
projection(SelectQuery<?>, 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(SelectQuery<?>, 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(SelectQuery<?>, 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.GenericBaseQuery
 

Q

QueryCondition - Interface in org.objectquery
Base Condition interface that allow to add condition and group of condition.
QueryConditionImpl - Class in org.objectquery.generic
 
QueryConditionImpl(InternalConditionBuilder) - Constructor for class org.objectquery.generic.QueryConditionImpl
 
QueryConditionImpl(GenericBaseQuery<?>, ConditionGroup) - Constructor for class org.objectquery.generic.QueryConditionImpl
 
QueryEngine<S> - Class in org.objectquery
 
QueryEngine() - Constructor for class org.objectquery.QueryEngine
 
QueryType - Enum in org.objectquery.generic
 

S

SelectQuery<T> - Interface in org.objectquery
SelectQuery is the main interface for build a "SELECT" query, it allow to add projection, condition, order and having clauses using instances of domain classes.
set(S, V) - Method in class org.objectquery.generic.GenericInsertQuery
 
set(PathItem, Object) - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
set(S, V) - Method in class org.objectquery.generic.GenericUpdateQuery
 
set(PathItem, Object) - Method in interface org.objectquery.generic.InternalQueryBuilder
Create and add a new set Item.
set(S, V) - Method in interface org.objectquery.InsertQuery
Assign a value to a field in the insert query.
set(S, V) - Method in interface org.objectquery.UpdateQuery
Set an value to update.
setName(String) - Method in class org.objectquery.generic.PathItem
 
setType(QueryType) - Method in class org.objectquery.generic.GenericInternalQueryBuilder
 
SetValue - Class in org.objectquery.generic
 
SetValue(PathItem, Object) - Constructor for class org.objectquery.generic.SetValue
 
subQuery(Class<S>) - Method in class org.objectquery.generic.GenericSelectQuery
 
subQuery(Class<S>) - Method in interface org.objectquery.SelectQuery
Create a new Sub Query of current query.

T

target() - Method in interface org.objectquery.BaseQuery
Retrieve the instance to build query.
target - Variable in class org.objectquery.generic.GenericBaseQuery
 
target() - Method in class org.objectquery.generic.GenericBaseQuery
 
targetClass - Variable in class org.objectquery.generic.GenericBaseQuery
 

U

unproxable - Variable in class org.objectquery.generic.GenericBaseQuery
 
UpdateQuery<T> - Interface in org.objectquery
Update query allow to set the values and condition of a update 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.
valueOf(String) - Static method in enum org.objectquery.generic.QueryType
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.
values() - Static method in enum org.objectquery.generic.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H I J L M N O P Q S T U V 

Copyright © 2014 Object Query. All rights reserved.