Class OracleHibernatePropertiesCustomizer
java.lang.Object
com.broadleafcommerce.common.jpa.data.OracleHibernatePropertiesCustomizer
- All Implemented Interfaces:
org.springframework.boot.autoconfigure.orm.jpa.HibernatePropertiesCustomizer
public class OracleHibernatePropertiesCustomizer
extends Object
implements org.springframework.boot.autoconfigure.orm.jpa.HibernatePropertiesCustomizer
Hibernate customizer for properties related to Oracle. Using the customizer allows dynamic
interception and update of properties before passing to Hibernate for initialization. For
example, this allows adjusting the dialect for Oracle during application startup without
requiring the implementation to explicitly request.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
OracleHibernatePropertiesCustomizer
public OracleHibernatePropertiesCustomizer()
-
-
Method Details
-
customize
- Specified by:
customize
in interfaceorg.springframework.boot.autoconfigure.orm.jpa.HibernatePropertiesCustomizer
-