Uses of Interface
org.hibernate.mapping.PersistentClassVisitor
-
Packages that use PersistentClassVisitor Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of PersistentClassVisitor in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type PersistentClassVisitor Modifier and Type Method Description Object
JoinedSubclass. accept(PersistentClassVisitor mv)
abstract Object
PersistentClass. accept(PersistentClassVisitor mv)
Object
RootClass. accept(PersistentClassVisitor mv)
Object
SingleTableSubclass. accept(PersistentClassVisitor mv)
Object
Subclass. accept(PersistentClassVisitor mv)
Object
UnionSubclass. accept(PersistentClassVisitor mv)
-