Class SqmEnumLiteral<E extends Enum<E>>

All Implemented Interfaces:
Expression<E>, Selection<E>, TupleElement<E>, Serializable, BindableType<E>, JpaCriteriaNode, JpaExpression<E>, JpaSelection<E>, JpaTupleElement<E>, SemanticPathPart, SqmExpressible<E>, SqmExpression<E>, SqmSelectableNode<E>, SqmExpressibleAccessor<E>, SqmNode, SqmTypedNode<E>, SqmVisitableNode

public class SqmEnumLiteral<E extends Enum<E>> extends SqmLiteral<E> implements SqmExpressible<E>, SemanticPathPart
Specialized SQM literal defined by an enum reference. E.g. ".. where p.sex = Sex.MALE"
See Also: