类的使用
org.hibernate.mapping.JoinedSubclass
-
使用JoinedSubclass的程序包 程序包 说明 org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.cfg中JoinedSubclass的使用
参数类型为JoinedSubclass的org.hibernate.cfg中的构造器 构造器 说明 CreateKeySecondPass(JoinedSubclass joinedSubClass)JoinedSubclassFkSecondPass(JoinedSubclass entity, Ejb3JoinColumn[] inheritanceJoinedColumns, SimpleValue key, MetadataBuildingContext buildingContext) -
org.hibernate.mapping中JoinedSubclass的使用
参数类型为JoinedSubclass的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 ObjectPersistentClassVisitor. accept(JoinedSubclass subclass)
-