Uses of Enum
org.eclipse.persistence.sessions.UnitOfWork.CommitOrderType
Packages that use UnitOfWork.CommitOrderType
Package
Description
-
Uses of UnitOfWork.CommitOrderType in org.eclipse.persistence.internal.jpa
Fields in org.eclipse.persistence.internal.jpa declared as UnitOfWork.CommitOrderTypeModifier and TypeFieldDescriptionprotected UnitOfWork.CommitOrderTypeEntityManagerFactoryDelegate.commitOrderOrder updates by id to avoid potential deadlocks.protected UnitOfWork.CommitOrderTypeEntityManagerImpl.commitOrderAllow updates to be ordered by id to avoid possible deadlocks.Methods in org.eclipse.persistence.internal.jpa that return UnitOfWork.CommitOrderTypeModifier and TypeMethodDescriptionEntityManagerFactoryDelegate.getCommitOrder()Return if updates should be ordered by primary key, to avoid potential database deadlocks.EntityManagerFactoryImpl.getCommitOrder()Return if updates should be ordered by primary key to avoid possible database deadlocks.Methods in org.eclipse.persistence.internal.jpa with parameters of type UnitOfWork.CommitOrderTypeModifier and TypeMethodDescriptionvoidEntityManagerFactoryDelegate.setCommitOrder(UnitOfWork.CommitOrderType commitOrder) Set update ordering by primary key, to avoid potential database deadlocks.voidEntityManagerFactoryImpl.setCommitOrder(UnitOfWork.CommitOrderType commitOrder) Set updates should be ordered by primary key to avoid possible database deadlocks. -
Uses of UnitOfWork.CommitOrderType in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as UnitOfWork.CommitOrderTypeModifier and TypeFieldDescriptionprotected UnitOfWork.CommitOrderTypeUnitOfWorkImpl.commitOrderAllow updates and deletes to be ordered by id or changes to avoid possible deadlocks.Methods in org.eclipse.persistence.internal.sessions that return UnitOfWork.CommitOrderTypeModifier and TypeMethodDescriptionUnitOfWorkImpl.getCommitOrder()ADVANCED: Return the commit order.Methods in org.eclipse.persistence.internal.sessions with parameters of type UnitOfWork.CommitOrderTypeModifier and TypeMethodDescriptionvoidUnitOfWorkImpl.setCommitOrder(UnitOfWork.CommitOrderType order) ADVANCED: Set the commit order. -
Uses of UnitOfWork.CommitOrderType in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return UnitOfWork.CommitOrderTypeModifier and TypeMethodDescriptionUnitOfWork.getCommitOrder()ADVANCED: Return the commit order.static UnitOfWork.CommitOrderTypeReturns the enum constant of this type with the specified name.static UnitOfWork.CommitOrderType[]UnitOfWork.CommitOrderType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.sessions with parameters of type UnitOfWork.CommitOrderTypeModifier and TypeMethodDescriptionvoidUnitOfWork.setCommitOrder(UnitOfWork.CommitOrderType order) ADVANCED: Set the commit order.