Uses of Class
org.hibernate.InvalidMappingException
-
Packages that use InvalidMappingException Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory). -
-
Uses of InvalidMappingException in org.hibernate.boot
Subclasses of InvalidMappingException in org.hibernate.boot Modifier and Type Class Description class
InvalidMappingException
Indicates a problem parsing the mapping document at a givenOrigin
.
-