Public Member Functions | |
JpaRoot (Root< T > root) | |
Root< T > | root () |
EntityType< T > | getModel () |
Set< Join< T, ?> > | getJoins () |
boolean | isCorrelated () |
From< T, T > | getCorrelationParent () |
Path<?> | getParentPath () |
Expression< Class<? extends T > > | type () |
Predicate | isNull () |
Predicate | isNotNull () |
Predicate | in (Object... values) |
Predicate | in (Expression<?>... values) |
Predicate | in (Collection<?> values) |
Predicate | in (Expression< Collection<?>> values) |
Selection< T > | alias (String name) |
boolean | isCompoundSelection () |
List< Selection<?> > | getCompoundSelectionItems () |
Class<? extends T > | getJavaType () |
String | getAlias () |
Set< Fetch< T, ?> > | getFetches () |
Protected Attributes | |
Root< T > | root |
Definition at line 50 of file JpaRoot.java.
org.turro.jpa.query.JpaRoot< T >.JpaRoot | ( | Root< T > | root | ) |
Definition at line 54 of file JpaRoot.java.
Selection<T> org.turro.jpa.query.JpaRoot< T >.alias | ( | String | name | ) |
Definition at line 248 of file JpaRoot.java.
String org.turro.jpa.query.JpaRoot< T >.getAlias | ( | ) |
Definition at line 268 of file JpaRoot.java.
List<Selection<?> > org.turro.jpa.query.JpaRoot< T >.getCompoundSelectionItems | ( | ) |
Definition at line 258 of file JpaRoot.java.
From<T, T> org.turro.jpa.query.JpaRoot< T >.getCorrelationParent | ( | ) |
Definition at line 78 of file JpaRoot.java.
Set<Fetch<T, ?> > org.turro.jpa.query.JpaRoot< T >.getFetches | ( | ) |
Definition at line 273 of file JpaRoot.java.
Class<? extends T> org.turro.jpa.query.JpaRoot< T >.getJavaType | ( | ) |
Definition at line 263 of file JpaRoot.java.
Set<Join<T, ?> > org.turro.jpa.query.JpaRoot< T >.getJoins | ( | ) |
Definition at line 68 of file JpaRoot.java.
EntityType<T> org.turro.jpa.query.JpaRoot< T >.getModel | ( | ) |
Definition at line 63 of file JpaRoot.java.
Path<?> org.turro.jpa.query.JpaRoot< T >.getParentPath | ( | ) |
Definition at line 183 of file JpaRoot.java.
Predicate org.turro.jpa.query.JpaRoot< T >.in | ( | Collection<?> | values | ) |
Definition at line 233 of file JpaRoot.java.
Predicate org.turro.jpa.query.JpaRoot< T >.in | ( | Expression< Collection<?>> | values | ) |
Definition at line 238 of file JpaRoot.java.
Predicate org.turro.jpa.query.JpaRoot< T >.in | ( | Expression<?>... | values | ) |
Definition at line 228 of file JpaRoot.java.
Predicate org.turro.jpa.query.JpaRoot< T >.in | ( | Object... | values | ) |
Definition at line 223 of file JpaRoot.java.
boolean org.turro.jpa.query.JpaRoot< T >.isCompoundSelection | ( | ) |
Definition at line 253 of file JpaRoot.java.
boolean org.turro.jpa.query.JpaRoot< T >.isCorrelated | ( | ) |
Definition at line 73 of file JpaRoot.java.
Predicate org.turro.jpa.query.JpaRoot< T >.isNotNull | ( | ) |
Definition at line 218 of file JpaRoot.java.
Predicate org.turro.jpa.query.JpaRoot< T >.isNull | ( | ) |
Definition at line 213 of file JpaRoot.java.
Root<T> org.turro.jpa.query.JpaRoot< T >.root | ( | ) |
Definition at line 58 of file JpaRoot.java.
Expression<Class<? extends T> > org.turro.jpa.query.JpaRoot< T >.type | ( | ) |
Definition at line 203 of file JpaRoot.java.
|
protected |
Definition at line 52 of file JpaRoot.java.