Uses of Class
org.hibernate.mapping.JoinedSubclass
-
Packages that use JoinedSubclass Package Description org.hibernate.boot.model.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of JoinedSubclass in org.hibernate.boot.model.internal
Constructors in org.hibernate.boot.model.internal with parameters of type JoinedSubclass Constructor Description CreateKeySecondPass(JoinedSubclass joinedSubClass)
JoinedSubclassFkSecondPass(JoinedSubclass entity, AnnotatedJoinColumns inheritanceJoinedColumns, SimpleValue key, MetadataBuildingContext buildingContext)
-
Uses of JoinedSubclass in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type JoinedSubclass Modifier and Type Method Description Object
PersistentClassVisitor. accept(JoinedSubclass subclass)
-