Interface FindOption
- All Known Implementing Classes:
BatchSize, CacheRetrieveMode, CacheStoreMode, LockModeType, PessimisticLockScope, Timeout
public interface FindOption
An option influencing the behavior of
EntityHandler.find(Class, Object),
EntityHandler.findMultiple(Class, List, FindOption...), EntityHandler.get(Class, Object),
or EntityHandler.getMultiple(Class, List, FindOption...).
Built-in options control locking,
cache interaction,
batching, and timeouts.
This interface may be implemented by custom provider-specific options which extend the options defined by the specification.
- Since:
- 3.2
- See Also: