Annotation Interface EnhancementInfo
Provides basic information about the enhancement done to a class.
Used to verify attempts to re-enhance an already enhanced class.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionboolean
Whether bidirectional association management was enabled when the targeted class was enhanced.boolean
Whether dirty checking was enabled when the targeted class was enhanced.The Hibernate version used for enhancement.
-
Element Details
-
version
String versionThe Hibernate version used for enhancement. -
includesDirtyChecking
boolean includesDirtyCheckingWhether dirty checking was enabled when the targeted class was enhanced. -
includesAssociationManagement
boolean includesAssociationManagementWhether bidirectional association management was enabled when the targeted class was enhanced.
-