Uses of Interface
org.hibernate.bytecode.enhance.spi.UnloadedField
Packages that use UnloadedField
Package
Description
Package defining bytecode code enhancement (instrumentation) support.
-
Uses of UnloadedField in org.hibernate.bytecode.enhance.spi
Methods in org.hibernate.bytecode.enhance.spi that return UnloadedFieldModifier and TypeMethodDescriptionDefaultEnhancementContext.order
(UnloadedField[] persistentFields) keep the same order.EnhancementContext.order
(UnloadedField[] persistentFields) For fields which are persistent (according toEnhancementContext.isPersistentField(org.hibernate.bytecode.enhance.spi.UnloadedField)
), determine the corresponding ordering maintained within the Hibernate metamodel.EnhancementContextWrapper.order
(UnloadedField[] persistentFields) Methods in org.hibernate.bytecode.enhance.spi with parameters of type UnloadedFieldModifier and TypeMethodDescriptionboolean
DefaultEnhancementContext.doBiDirectionalAssociationManagement
(UnloadedField field) boolean
EnhancementContext.doBiDirectionalAssociationManagement
(UnloadedField field) Should we manage association of bi-directional persistent attributes for this field?boolean
EnhancementContextWrapper.doBiDirectionalAssociationManagement
(UnloadedField field) boolean
DefaultEnhancementContext.isLazyLoadable
(UnloadedField field) boolean
EnhancementContext.isLazyLoadable
(UnloadedField field) Determine if a field is lazy loadable.boolean
EnhancementContextWrapper.isLazyLoadable
(UnloadedField field) boolean
DefaultEnhancementContext.isMappedCollection
(UnloadedField field) look for @OneToMany, @ManyToMany and @ElementCollection annotationsboolean
EnhancementContext.isMappedCollection
(UnloadedField field) boolean
EnhancementContextWrapper.isMappedCollection
(UnloadedField field) boolean
DefaultEnhancementContext.isPersistentField
(UnloadedField ctField) look for @Transient annotationboolean
EnhancementContext.isPersistentField
(UnloadedField ctField) Does the field represent persistent state? Persistent fields will be "enhanced".boolean
EnhancementContextWrapper.isPersistentField
(UnloadedField ctField) DefaultEnhancementContext.order
(UnloadedField[] persistentFields) keep the same order.EnhancementContext.order
(UnloadedField[] persistentFields) For fields which are persistent (according toEnhancementContext.isPersistentField(org.hibernate.bytecode.enhance.spi.UnloadedField)
), determine the corresponding ordering maintained within the Hibernate metamodel.EnhancementContextWrapper.order
(UnloadedField[] persistentFields) -
Uses of UnloadedField in org.hibernate.testing.bytecode.enhancement
Methods in org.hibernate.testing.bytecode.enhancement with parameters of type UnloadedFieldModifier and TypeMethodDescriptionboolean
EnhancerTestContext.doBiDirectionalAssociationManagement
(UnloadedField field) boolean
EnhancerTestContext.isLazyLoadable
(UnloadedField field)