Package org.jboss.as.jpa.container
Interface SynchronizationTypeAccess
- All Known Implementing Classes:
ExtendedEntityManager,UnsynchronizedEntityManagerWrapper
public interface SynchronizationTypeAccess
SynchronizationTypeAccess provides access to the SynchronizationType for an EntityManager.
- Author:
- Scott Marlow
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.persistence.SynchronizationType
-
Method Details
-
getSynchronizationType
jakarta.persistence.SynchronizationType getSynchronizationType()
-