Uses of Interface
org.hibernate.bytecode.enhance.spi.UnloadedField
-
Packages that use UnloadedField Package Description org.hibernate.bytecode.enhance.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.testing.bytecode.enhancement -
-
Uses of UnloadedField in org.hibernate.bytecode.enhance.spi
Methods in org.hibernate.bytecode.enhance.spi that return UnloadedField Modifier and Type Method Description UnloadedField[]
DefaultEnhancementContext. order(UnloadedField[] persistentFields)
keep the same order.UnloadedField[]
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.UnloadedField[]
EnhancementContextWrapper. order(UnloadedField[] persistentFields)
Methods in org.hibernate.bytecode.enhance.spi with parameters of type UnloadedField Modifier and Type Method Description boolean
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)
UnloadedField[]
DefaultEnhancementContext. order(UnloadedField[] persistentFields)
keep the same order.UnloadedField[]
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.UnloadedField[]
EnhancementContextWrapper. order(UnloadedField[] persistentFields)
-
Uses of UnloadedField in org.hibernate.testing.bytecode.enhancement
Methods in org.hibernate.testing.bytecode.enhancement with parameters of type UnloadedField Modifier and Type Method Description boolean
EnhancerTestContext. doBiDirectionalAssociationManagement(UnloadedField field)
boolean
EnhancerTestContext. isLazyLoadable(UnloadedField field)
-