Interface TypedQuery.Option

All Known Implementing Classes:
CacheRetrieveMode, CacheStoreMode, LockModeType, PessimisticLockScope, QueryFlushMode, Timeout
Enclosing interface:
TypedQuery<X>

public static interface TypedQuery.Option
An option influencing execution of a typed query. This provides a more type safe alternative to the use of hints.

This interface may be implemented by custom provider-specific options which extend the options defined by the specification.

Since:
4.0
See Also: