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 ObjectJoinedSubclass. accept(PersistentClassVisitor mv)abstract ObjectPersistentClass. accept(PersistentClassVisitor mv)ObjectRootClass. accept(PersistentClassVisitor mv)ObjectSingleTableSubclass. accept(PersistentClassVisitor mv)ObjectSubclass. accept(PersistentClassVisitor mv)ObjectUnionSubclass. accept(PersistentClassVisitor mv)
-