-
- All Known Implementing Classes:
CacheStoreMode
,LockModeType
,PessimisticLockScope
,Timeout
public interface RefreshOption
An option influencing the behavior ofEntityManager.refresh(java.lang.Object)
. Built-in options control locking, cache interaction, 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:
LockModeType
,PessimisticLockScope
,CacheStoreMode
,Timeout
,EntityManager.refresh(Object, RefreshOption...)