Uses of Class
org.hibernate.boot.MappingException
-
Packages that use MappingException Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.envers.boot -
-
Uses of MappingException in org.hibernate.boot
Subclasses of MappingException in org.hibernate.boot Modifier and Type Class Description class
MappingNotFoundException
Indicates that a mapping document could not be found at a givenOrigin
.class
UnsupportedOrmXsdVersionException
-
Uses of MappingException in org.hibernate.envers.boot
Subclasses of MappingException in org.hibernate.envers.boot Modifier and Type Class Description class
EnversMappingException
Indicates an error happened during the Envers mapping boot process.
-