CriteriaBuilder

Undocumented in source.
class CriteriaBuilder {}

Constructors

this
this(EntityManagerFactory factory)
Undocumented in source.

Members

Functions

In
Predicate In(EntityFieldInfo info, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
and
Predicate and(P predicates)
Undocumented in source. Be warned that the author may not have intended to support it.
asc
Order asc(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
assertType
void assertType(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
avg
EntityExpression avg(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
between
Predicate between(EntityFieldInfo info, T t1, T t2)
Undocumented in source. Be warned that the author may not have intended to support it.
count
EntityExpression count(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
count
EntityExpression count(Root!T root)
Undocumented in source. Be warned that the author may not have intended to support it.
countDistinct
EntityExpression countDistinct(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
countDistinct
EntityExpression countDistinct(Root!T root)
Undocumented in source. Be warned that the author may not have intended to support it.
createCriteriaDelete
CriteriaDelete!(T, F) createCriteriaDelete()
Undocumented in source. Be warned that the author may not have intended to support it.
createCriteriaUpdate
CriteriaUpdate!(T, F) createCriteriaUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
createQuery
CriteriaQuery!(T, F) createQuery()
Undocumented in source. Be warned that the author may not have intended to support it.
createQueryBuilder
QueryBuilder createQueryBuilder()
Undocumented in source. Be warned that the author may not have intended to support it.
desc
Order desc(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
equal
Predicate equal(EntityFieldInfo info, T t, bool check)
Undocumented in source. Be warned that the author may not have intended to support it.
equal
Predicate equal(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
escapeWithQuotes
string escapeWithQuotes(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
ge
Predicate ge(EntityFieldInfo info, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
ge
Predicate ge(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
getDialect
Dialect getDialect()
Undocumented in source. Be warned that the author may not have intended to support it.
getManager
EntityManager getManager()
Undocumented in source. Be warned that the author may not have intended to support it.
gt
Predicate gt(EntityFieldInfo info, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
gt
Predicate gt(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
lazyEqual
Predicate lazyEqual(EntityFieldInfo info, T t, bool check)

for get lazy data

lazyManyToManyEqual
Predicate lazyManyToManyEqual(EntityFieldInfo info, T t, bool check)

for get lazy data

le
Predicate le(EntityFieldInfo info, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
le
Predicate le(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
like
Predicate like(EntityFieldInfo info, string pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
lt
Predicate lt(EntityFieldInfo info, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
lt
Predicate lt(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
max
EntityExpression max(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
min
EntityExpression min(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
notEqual
Predicate notEqual(EntityFieldInfo info, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
notEqual
Predicate notEqual(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
notLike
Predicate notLike(EntityFieldInfo info, string pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
or
Predicate or(P predicates)
Undocumented in source. Be warned that the author may not have intended to support it.
setManager
CriteriaBuilder setManager(EntityManager manager)
Undocumented in source. Be warned that the author may not have intended to support it.
sum
EntityExpression sum(EntityFieldInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta