Uses of Class
org.hibernate.DuplicateMappingException
-
Packages that use DuplicateMappingException Package Description org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of DuplicateMappingException in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that throw DuplicateMappingException Modifier and Type Method Description voidInFlightMetadataCollectorImpl. addCollectionBinding(Collection collection)voidInFlightMetadataCollectorImpl. addColumnNameBinding(Table table, String logicalName, Column column)voidInFlightMetadataCollectorImpl. addColumnNameBinding(Table table, Identifier logicalName, Column column)TableInFlightMetadataCollectorImpl. addDenormalizedTable(String schemaName, String catalogName, String name, boolean isAbstract, String subselectFragment, Table includedTable, MetadataBuildingContext buildingContext)voidInFlightMetadataCollectorImpl. addEntityBinding(PersistentClass persistentClass) -
Uses of DuplicateMappingException in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that throw DuplicateMappingException Modifier and Type Method Description voidInFlightMetadataCollector. addCollectionBinding(Collection collection)Add collection mapping metadata to this repository.TableInFlightMetadataCollector. addDenormalizedTable(String schema, String catalog, String name, boolean isAbstract, String subselect, Table includedTable, MetadataBuildingContext buildingContext)Adds a 'denormalized table' to this repository.voidInFlightMetadataCollector. addEntityBinding(PersistentClass persistentClass)Add the PersistentClass for an entity mapping.voidInFlightMetadataCollector. addImport(String importName, String className)Adds an import (for use in HQL).voidInFlightMetadataCollector. addNamedNativeQuery(NamedNativeQueryDefinition query)Adds metadata for a named SQL query to this collector.voidInFlightMetadataCollector. addNamedProcedureCallDefinition(NamedProcedureCallDefinition definition)Adds metadata for a named stored procedure call to this collector.voidInFlightMetadataCollector. addNamedQuery(NamedHqlQueryDefinition query)Adds metadata for a named query to this repository.voidInFlightMetadataCollector. addResultSetMapping(NamedResultSetMappingDescriptor resultSetMappingDefinition)Adds the metadata for a named SQL result set mapping to this collector.
-