Uses of Enum
org.apache.openjpa.audit.AuditableOperation
Packages that use AuditableOperation
Package
Description
OpenJPA Audit Facility
OpenJPA Runtime Kernel
- 
Uses of AuditableOperation in org.apache.openjpa.auditMethods in org.apache.openjpa.audit that return AuditableOperationModifier and TypeMethodDescriptionstatic AuditableOperationReturns the enum constant of this type with the specified name.static AuditableOperation[]AuditableOperation.values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of AuditableOperation in org.apache.openjpa.kernelMethods in org.apache.openjpa.kernel that return AuditableOperationMethods in org.apache.openjpa.kernel with parameters of type AuditableOperationModifier and TypeMethodDescriptionprotected booleanAuditManager.isAuditable(AuditableOperation op, StateManagerImpl sm) Affirms if the given state manager is auditable for the given operation.