Class StatementLoggingCustomizer
java.lang.Object
org.apache.fineract.infrastructure.core.diagnostics.jpa.StatementLoggingCustomizer
- All Implemented Interfaces:
EntityManagerFactoryCustomizer
@Component
@Conditional(StatementLoggingCustomizerCondition.class)
public class StatementLoggingCustomizer
extends Object
implements EntityManagerFactoryCustomizer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdditional vendor properties to be passed to EclipseLink; useful in case of fine-tuning.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.fineract.infrastructure.core.config.jpa.EntityManagerFactoryCustomizer
additionalPackagesToScan, additionalPersistenceUnitPostProcessors
-
Constructor Details
-
StatementLoggingCustomizer
public StatementLoggingCustomizer()
-
-
Method Details
-
additionalVendorProperties
Description copied from interface:EntityManagerFactoryCustomizerAdditional vendor properties to be passed to EclipseLink; useful in case of fine-tuning.- Specified by:
additionalVendorPropertiesin interfaceEntityManagerFactoryCustomizer- Returns:
- a Set of vendor properties, not null
-