Uses of Class
org.apache.openjpa.audit.AuditableOperation
-
Packages that use AuditableOperation Package Description org.apache.openjpa.audit OpenJPA Audit Facilityorg.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of AuditableOperation in org.apache.openjpa.audit
Methods in org.apache.openjpa.audit that return AuditableOperation Modifier and Type Method Description static AuditableOperationAuditableOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.AuditableOperation[]values()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.kernel
Methods in org.apache.openjpa.kernel that return AuditableOperation Modifier and Type Method Description AuditableOperationAudited. getType()Gets the type of this audit.Methods in org.apache.openjpa.kernel with parameters of type AuditableOperation Modifier and Type Method Description protected booleanAuditManager. isAuditable(AuditableOperation op, StateManagerImpl sm)Affirms if the given state manager is auditable for the given operation.
-