Uses of Interface
org.hibernate.mapping.PersistentClassVisitor
Packages that use PersistentClassVisitor
Package
Description
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 PersistentClassVisitorModifier and TypeMethodDescriptionJoinedSubclass.accept
(PersistentClassVisitor mv) abstract Object
PersistentClass.accept
(PersistentClassVisitor mv) RootClass.accept
(PersistentClassVisitor mv) SingleTableSubclass.accept
(PersistentClassVisitor mv) Subclass.accept
(PersistentClassVisitor mv) UnionSubclass.accept
(PersistentClassVisitor mv)