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 booleanDefaultEnhancementContext. doBiDirectionalAssociationManagement(UnloadedField field)booleanEnhancementContext. doBiDirectionalAssociationManagement(UnloadedField field)Should we manage association of bi-directional persistent attributes for this field?booleanEnhancementContextWrapper. doBiDirectionalAssociationManagement(UnloadedField field)booleanDefaultEnhancementContext. isLazyLoadable(UnloadedField field)booleanEnhancementContext. isLazyLoadable(UnloadedField field)Determine if a field is lazy loadable.booleanEnhancementContextWrapper. isLazyLoadable(UnloadedField field)booleanDefaultEnhancementContext. isMappedCollection(UnloadedField field)look for @OneToMany, @ManyToMany and @ElementCollection annotationsbooleanEnhancementContext. isMappedCollection(UnloadedField field)booleanEnhancementContextWrapper. isMappedCollection(UnloadedField field)booleanDefaultEnhancementContext. isPersistentField(UnloadedField ctField)look for @Transient annotationbooleanEnhancementContext. isPersistentField(UnloadedField ctField)Does the field represent persistent state? Persistent fields will be "enhanced".booleanEnhancementContextWrapper. 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 booleanEnhancerTestContext. doBiDirectionalAssociationManagement(UnloadedField field)booleanEnhancerTestContext. isLazyLoadable(UnloadedField field)
-