Uses of Class
org.hibernate.boot.MappingException
-
Packages that use MappingException Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.envers.boot org.hibernate.testing.orm.junit -
-
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
Specialized exception indicating that an unsupportedorm.xml
XSD version was specified -
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. -
Uses of MappingException in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that throw MappingException Modifier and Type Method Description String
DialectFeatureChecks.FakeMetadataBuildingContext. getIdentifierPropertyName(String className)
Type
DialectFeatureChecks.FakeMetadataBuildingContext. getIdentifierType(String className)
String
DialectFeatureChecks.FakeMetadataBuildingContext. getPhysicalColumnName(Table table, String logicalName)
String
DialectFeatureChecks.FakeMetadataBuildingContext. getPhysicalColumnName(Table table, Identifier logicalName)
Type
DialectFeatureChecks.FakeMetadataBuildingContext. getReferencedPropertyType(String className, String propertyName)
void
DialectFeatureChecks.FakeMetadataBuildingContext. validate()
-