 7 | a variable number of arguments of Predicate type and uses an AND conjunction as the WHERE clause content |
 7 | > that represents many operator and function expressions whose type is boolean - such as comparison operators |
 7 | using a lazy fetch type:
@Entity
class Employee {
:
@ManyToOne(fetch=FetchType.LAZY |
 7 | type and primary key:
em.find(MyEntity2.class, Long.valueOf(1),
Collections. |
 7 | . The TypedQuery interface, which was introduced in JPA 2, is a type safe subinterface of Query |
 7 | a cleaner alternative that enables building a dynamic query by using instances of special types |
 7 | : entity - metamodel entity representing the entity of type X Returns: query root corresponding ... > getResultType() Return the result type of the query or subquery. Return the result type of the query or subquery. If a result type was specified as an argument to the createQuery or subquery method |
 6 | , ParameterExpression, Path, PluralJoin, Predicate, Root, SetJoin, Subquery Type for query expressions ... . Parameters: name - alias Returns: selection item Since: JPA 2.0 Expression as(Class type ... upon the expression, returning a new expression object. This method does not cause type conversion |
 6 | , TupleElement Subinterfaces: In The type of a simple or compound predicate ... (Class type) Perform a typecast upon the expression, returning a new expression object. Perform a typecast upon the expression, returning a new expression object. This method does not cause type |
 6 | ) Specifies the enum type for a map key whose basic type is an enumerated type. The MapKeyEnumerated annotation can be applied to an element collection or relationship of type java.util.Map, in conjunction with the ElementCollection, OneToMany, or ManyToMany annotation. If the enumerated type is not |