接口的使用
org.hibernate.bytecode.enhance.spi.UnloadedField
-
使用UnloadedField的程序包 程序包 说明 org.hibernate.bytecode.enhance.internal.javassist package containing bytecode enhancement code (internals)org.hibernate.bytecode.enhance.spi package defining bytecode code enhancement (instrumentation) support. -
-
org.hibernate.bytecode.enhance.internal.javassist中UnloadedField的使用
实现UnloadedField的org.hibernate.bytecode.enhance.internal.javassist中的类 修饰符和类型 类 说明 classUnloadedCtField -
org.hibernate.bytecode.enhance.spi中UnloadedField的使用
返回UnloadedField的org.hibernate.bytecode.enhance.spi中的方法 修饰符和类型 方法 说明 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)参数类型为UnloadedField的org.hibernate.bytecode.enhance.spi中的方法 修饰符和类型 方法 说明 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?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)
-