类 JoinedSubclassFkSecondPass
- java.lang.Object
-
- org.hibernate.cfg.FkSecondPass
-
- org.hibernate.cfg.JoinedSubclassFkSecondPass
-
- 所有已实现的接口:
Serializable,SecondPass
public class JoinedSubclassFkSecondPass extends FkSecondPass
- 作者:
- Emmanuel Bernard
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 org.hibernate.cfg.FkSecondPass
columns, value
-
-
构造器概要
构造器 构造器 说明 JoinedSubclassFkSecondPass(JoinedSubclass entity, Ejb3JoinColumn[] inheritanceJoinedColumns, SimpleValue key, MetadataBuildingContext buildingContext)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voiddoSecondPass(Map persistentClasses)StringgetReferencedEntityName()booleanisInPrimaryKey()-
从类继承的方法 org.hibernate.cfg.FkSecondPass
equals, getUniqueCounter, getValue, hashCode
-
-
-
-
构造器详细资料
-
JoinedSubclassFkSecondPass
public JoinedSubclassFkSecondPass(JoinedSubclass entity, Ejb3JoinColumn[] inheritanceJoinedColumns, SimpleValue key, MetadataBuildingContext buildingContext)
-
-
方法详细资料
-
getReferencedEntityName
public String getReferencedEntityName()
- 指定者:
getReferencedEntityName在类中FkSecondPass
-
isInPrimaryKey
public boolean isInPrimaryKey()
- 指定者:
isInPrimaryKey在类中FkSecondPass
-
doSecondPass
public void doSecondPass(Map persistentClasses) throws MappingException
- 抛出:
MappingException
-
-