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 classMappingNotFoundExceptionIndicates that a mapping document could not be found at a givenOrigin.classUnsupportedOrmXsdVersionExceptionSpecialized exception indicating that an unsupportedorm.xmlXSD version was specified -
Uses of MappingException in org.hibernate.envers.boot
Subclasses of MappingException in org.hibernate.envers.boot Modifier and Type Class Description classEnversMappingExceptionIndicates 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 StringDialectFeatureChecks.FakeMetadataBuildingContext. getIdentifierPropertyName(String className)TypeDialectFeatureChecks.FakeMetadataBuildingContext. getIdentifierType(String className)StringDialectFeatureChecks.FakeMetadataBuildingContext. getPhysicalColumnName(Table table, String logicalName)StringDialectFeatureChecks.FakeMetadataBuildingContext. getPhysicalColumnName(Table table, Identifier logicalName)TypeDialectFeatureChecks.FakeMetadataBuildingContext. getReferencedPropertyType(String className, String propertyName)voidDialectFeatureChecks.FakeMetadataBuildingContext. validate()
-