Uses of Class
org.eclipse.persistence.sessions.UnitOfWork.CommitOrderType
-
Packages that use UnitOfWork.CommitOrderType Package Description org.eclipse.persistence.internal.sessions org.eclipse.persistence.sessions -
-
Uses of UnitOfWork.CommitOrderType in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as UnitOfWork.CommitOrderType Modifier and Type Field Description protected 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.CommitOrderType Modifier and Type Method Description UnitOfWork.CommitOrderTypeUnitOfWorkImpl. getCommitOrder()ADVANCED: Return the commit order.Methods in org.eclipse.persistence.internal.sessions with parameters of type UnitOfWork.CommitOrderType Modifier and Type Method Description voidUnitOfWorkImpl. 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.CommitOrderType Modifier and Type Method Description UnitOfWork.CommitOrderTypeUnitOfWork. getCommitOrder()ADVANCED: Return the commit order.static UnitOfWork.CommitOrderTypeUnitOfWork.CommitOrderType. valueOf(String name)Returns 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.CommitOrderType Modifier and Type Method Description voidUnitOfWork. setCommitOrder(UnitOfWork.CommitOrderType order)ADVANCED: Set the commit order.
-