Interface Property
- All Superinterfaces:
Projection
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionasc()
avg()
count()
desc()
eq
(DynamicQuery subselect) eqAll
(DynamicQuery subselect) eqProperty
(Property other) eqProperty
(String other) ge
(DynamicQuery subselect) geAll
(DynamicQuery subselect) geProperty
(Property other) geProperty
(String other) geSome
(DynamicQuery subselect) getProperty
(String propertyName) group()
gt
(DynamicQuery subselect) gtAll
(DynamicQuery subselect) gtProperty
(Property other) gtProperty
(String other) gtSome
(DynamicQuery subselect) in
(char[] values) in
(double[] values) in
(float[] values) in
(int[] values) in
(long[] values) in
(short[] values) in
(DynamicQuery subselect) in
(Collection<?> values) isEmpty()
isNull()
le
(DynamicQuery subselect) leAll
(DynamicQuery subselect) leProperty
(Property other) leProperty
(String other) leSome
(DynamicQuery subselect) lt
(DynamicQuery subselect) ltAll
(DynamicQuery subselect) ltProperty
(Property other) ltProperty
(String other) ltSome
(DynamicQuery subselect) max()
min()
ne
(DynamicQuery subselect) neProperty
(Property other) neProperty
(String other) notIn
(DynamicQuery subselect)
-
Method Details
-
asc
Order asc() -
avg
Projection avg() -
between
-
count
Projection count() -
desc
Order desc() -
eq
-
eq
-
eqAll
-
eqProperty
-
eqProperty
-
ge
-
ge
-
geAll
-
geProperty
-
geProperty
-
geSome
-
getProperty
-
group
Projection group() -
gt
-
gt
-
gtAll
-
gtProperty
-
gtProperty
-
gtSome
-
in
-
in
-
in
-
in
-
in
-
in
-
in
-
in
-
in
-
isEmpty
Criterion isEmpty() -
isNotEmpty
Criterion isNotEmpty() -
isNotNull
Criterion isNotNull() -
isNull
Criterion isNull() -
le
-
le
-
leAll
-
leProperty
-
leProperty
-
leSome
-
like
-
lt
-
lt
-
ltAll
-
ltProperty
-
ltProperty
-
ltSome
-
max
Projection max() -
min
Projection min() -
ne
-
ne
-
neProperty
-
neProperty
-
notIn
-