Class EnhancementSpec
java.lang.Object
org.hibernate.orm.tooling.gradle.enhance.EnhancementSpec
DSL extension for configuring bytecode enhancement - available as `project.hibernateOrm.enhancement`
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.provider.ListProperty<String> Returns the classes on which enhancement needs to be doneabstract org.gradle.api.provider.Property<Boolean> Whether bidirectional association-management handling should be incorporated into the enhanced bytecodeabstract org.gradle.api.provider.Property<Boolean> Whether dirty-tracking should be incorporated into the enhanced bytecodeabstract org.gradle.api.provider.Property<Boolean> Whether extended enhancement should be performed.abstract org.gradle.api.provider.Property<Boolean> Whether lazy-initialization handling should be incorporated into the enhanced bytecode
-
Constructor Details
-
EnhancementSpec
public EnhancementSpec()
-
-
Method Details
-
getEnableLazyInitialization
Whether lazy-initialization handling should be incorporated into the enhanced bytecode -
getEnableDirtyTracking
Whether dirty-tracking should be incorporated into the enhanced bytecode -
getEnableAssociationManagement
Whether bidirectional association-management handling should be incorporated into the enhanced bytecode -
getEnableExtendedEnhancement
Whether extended enhancement should be performed. -
getClassNames
Returns the classes on which enhancement needs to be done
-