Uses of Class
org.eclipse.persistence.internal.jpa.EntityManagerImpl.OperationType
-
Packages that use EntityManagerImpl.OperationType Package Description org.eclipse.persistence.internal.jpa -
-
Uses of EntityManagerImpl.OperationType in org.eclipse.persistence.internal.jpa
Methods in org.eclipse.persistence.internal.jpa that return EntityManagerImpl.OperationType Modifier and Type Method Description static EntityManagerImpl.OperationTypeEntityManagerImpl.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityManagerImpl.OperationType[]EntityManagerImpl.OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.internal.jpa with parameters of type EntityManagerImpl.OperationType Modifier and Type Method Description protected HashMap<String,Object>EntityManagerImpl. getQueryHints(Object entity, EntityManagerImpl.OperationType operation)Before any find or refresh operation, gather any persistence unit properties that should be applied to the query.
-