Uses of Enum Class
adalid.core.enums.OperationLogging
Packages that use OperationLogging
-
Uses of OperationLogging in adalid.core
Methods in adalid.core that return OperationLoggingModifier and TypeMethodDescriptionAbstractEntity.getDeleteLogging()AbstractEntity.getInsertLogging()Operation.getOperationLogging()AbstractEntity.getUpdateLogging()Methods in adalid.core with parameters of type OperationLoggingModifier and TypeMethodDescriptionvoidOperation.setOperationLogging(OperationLogging operationLogging) -
Uses of OperationLogging in adalid.core.enums
Methods in adalid.core.enums that return OperationLoggingModifier and TypeMethodDescriptionstatic OperationLoggingReturns the enum constant of this class with the specified name.static OperationLogging[]OperationLogging.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OperationLogging in adalid.core.interfaces
Methods in adalid.core.interfaces that return OperationLoggingModifier and TypeMethodDescriptionEntity.getDeleteLogging()Entity.getInsertLogging()Entity.getUpdateLogging()