Uses of Interface
org.hibernate.engine.spi.Mapping
-
Packages that use Mapping Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.dialect.function org.hibernate.engine.spi org.hibernate.id org.hibernate.loader.entity org.hibernate.mapping org.hibernate.persister.collection org.hibernate.persister.entity org.hibernate.type -
-
Uses of Mapping in org.hibernate.boot
Subinterfaces of Mapping in org.hibernate.boot Modifier and Type Interface Description interfaceMetadataRepresents the ORM model as determined from all provided mapping sources. -
Uses of Mapping in org.hibernate.boot.spi
Subinterfaces of Mapping in org.hibernate.boot.spi Modifier and Type Interface Description interfaceInFlightMetadataCollectorAn in-flight representation of Metadata while Metadata is being built.interfaceMetadataImplementorThe SPI-level Metadata contract.Classes in org.hibernate.boot.spi that implement Mapping Modifier and Type Class Description classAbstractDelegatingMetadataConvenience base class for custom implementors ofMetadataImplementorusing delegation. -
Uses of Mapping in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function with parameters of type Mapping Modifier and Type Method Description protected intStandardAnsiSqlAggregationFunctions.SumFunction. determineJdbcTypeCode(Type type, Mapping mapping)TypeAbstractAnsiTrimEmulationFunction. getReturnType(Type argumentType, Mapping mapping)TypeCastFunction. getReturnType(Type columnType, Mapping mapping)TypeCharIndexFunction. getReturnType(Type columnType, Mapping mapping)TypeConvertFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeDerbyConcatFunction. getReturnType(Type argumentType, Mapping mapping)The return type of the function.TypeNoArgSQLFunction. getReturnType(Type argumentType, Mapping mapping)TypeNvlFunction. getReturnType(Type argumentType, Mapping mapping)TypePositionSubstringFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeSQLFunction. getReturnType(Type firstArgumentType, Mapping mapping)The return type of the function.TypeSQLFunctionTemplate. getReturnType(Type argumentType, Mapping mapping)TypeStandardAnsiSqlAggregationFunctions.SumFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeStandardSQLFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeTrimFunctionTemplate. getReturnType(Type firstArgument, Mapping mapping)TypeVarArgsSQLFunction. getReturnType(Type firstArgumentType, Mapping mapping) -
Uses of Mapping in org.hibernate.engine.spi
Subinterfaces of Mapping in org.hibernate.engine.spi Modifier and Type Interface Description interfaceSessionFactoryImplementorDefines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.Classes in org.hibernate.engine.spi that implement Mapping Modifier and Type Class Description classSessionFactoryDelegatingImplBase delegating implementation of the SessionFactory and SessionFactoryImplementor contracts for intended for easier implementation of SessionFactory. -
Uses of Mapping in org.hibernate.id
Methods in org.hibernate.id with parameters of type Mapping Modifier and Type Method Description booleanExportableColumn.ValueImpl. isValid(Mapping mapping) -
Uses of Mapping in org.hibernate.loader.entity
Methods in org.hibernate.loader.entity with parameters of type Mapping Modifier and Type Method Description Size[]NaturalIdType. defaultSizes(Mapping mapping)Size[]NaturalIdType. dictatedSizes(Mapping mapping)intNaturalIdType. getColumnSpan(Mapping mapping)int[]NaturalIdType. sqlTypes(Mapping mapping)boolean[]NaturalIdType. toColumnNullness(java.lang.Object value, Mapping mapping) -
Uses of Mapping in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type Mapping Modifier and Type Method Description java.lang.StringColumn. getSqlType(Dialect dialect, Mapping mapping)intColumn. getSqlTypeCode(Mapping mapping)booleanCollection. isValid(Mapping mapping)booleanOneToMany. isValid(Mapping mapping)booleanProperty. isValid(Mapping mapping)booleanSimpleValue. isValid(Mapping mapping)booleanToOne. isValid(Mapping mapping)booleanValue. isValid(Mapping mapping)java.lang.StringConstraint. sqlCreateString(Mapping p, SqlStringGenerationContext context, java.lang.String defaultCatalog, java.lang.String defaultSchema)java.lang.StringIndex. sqlCreateString(Mapping mapping, SqlStringGenerationContext context, java.lang.String defaultCatalog, java.lang.String defaultSchema)default java.lang.StringRelationalModel. sqlCreateString(Dialect dialect, Mapping p, java.lang.String defaultCatalog, java.lang.String defaultSchema)Deprecated.java.lang.StringRelationalModel. sqlCreateString(Mapping p, SqlStringGenerationContext context, java.lang.String defaultCatalog, java.lang.String defaultSchema)Deprecated.java.lang.StringTable. sqlCreateString(Mapping p, SqlStringGenerationContext context, java.lang.String defaultCatalog, java.lang.String defaultSchema)java.lang.StringUniqueKey. sqlCreateString(Mapping p, SqlStringGenerationContext context, java.lang.String defaultCatalog, java.lang.String defaultSchema)voidCollection. validate(Mapping mapping)voidIdentifierCollection. validate(Mapping mapping)voidIndexedCollection. validate(Mapping mapping)voidJoinedSubclass. validate(Mapping mapping)voidPersistentClass. validate(Mapping mapping)voidRootClass. validate(Mapping mapping)voidSet. validate(Mapping mapping)voidSingleTableSubclass. validate(Mapping mapping)voidUnionSubclass. validate(Mapping mapping)voidTable. validateColumns(Dialect dialect, Mapping mapping, TableMetadata tableInfo) -
Uses of Mapping in org.hibernate.persister.collection
Constructors in org.hibernate.persister.collection with parameters of type Mapping Constructor Description CompositeElementPropertyMapping(java.lang.String[] elementColumns, java.lang.String[] elementColumnReaders, java.lang.String[] elementColumnReaderTemplates, java.lang.String[] elementFormulaTemplates, CompositeType compositeType, Mapping factory) -
Uses of Mapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type Mapping Modifier and Type Method Description protected voidAbstractPropertyMapping. addPropertyPath(java.lang.String path, Type type, java.lang.String[] columns, java.lang.String[] columnReaders, java.lang.String[] columnReaderTemplates, java.lang.String[] formulaTemplates, Mapping factory)Size[]DiscriminatorType. defaultSizes(Mapping mapping)Size[]DiscriminatorType. dictatedSizes(Mapping mapping)protected java.lang.StringUnionSubclassEntityPersister. generateSubquery(PersistentClass model, Mapping mapping)intDiscriminatorType. getColumnSpan(Mapping mapping)protected voidAbstractPropertyMapping. initComponentPropertyPaths(java.lang.String path, CompositeType type, java.lang.String[] columns, java.lang.String[] columnReaders, java.lang.String[] columnReaderTemplates, java.lang.String[] formulaTemplates, Mapping factory)protected voidAbstractPropertyMapping. initIdentifierPropertyPaths(java.lang.String path, EntityType etype, java.lang.String[] columns, java.lang.String[] columnReaders, java.lang.String[] columnReaderTemplates, java.lang.String[] formulaTemplates, Mapping factory)protected voidAbstractPropertyMapping. initIdentifierPropertyPaths(java.lang.String path, EntityType etype, java.lang.String[] columns, java.lang.String[] columnReaders, java.lang.String[] columnReaderTemplates, Mapping factory)protected voidAbstractEntityPersister. initPropertyPaths(Mapping mapping)protected voidAbstractPropertyMapping. initPropertyPaths(java.lang.String path, Type type, java.lang.String[] columns, java.lang.String[] columnReaders, java.lang.String[] columnReaderTemplates, java.lang.String[] formulaTemplates, Mapping factory)protected voidAbstractEntityPersister. postConstruct(Mapping mapping)Post-construct is a callback for AbstractEntityPersister subclasses to call after they are all done with their constructor processing.int[]DiscriminatorType. sqlTypes(Mapping mapping)boolean[]DiscriminatorType. toColumnNullness(java.lang.Object value, Mapping mapping) -
Uses of Mapping in org.hibernate.type
Methods in org.hibernate.type with parameters of type Mapping Modifier and Type Method Description Size[]AbstractStandardBasicType. defaultSizes(Mapping mapping)Size[]AnyType. defaultSizes(Mapping mapping)Size[]CollectionType. defaultSizes(Mapping mapping)Size[]ComponentType. defaultSizes(Mapping mapping)Size[]CompositeCustomType. defaultSizes(Mapping mapping)Size[]CustomType. defaultSizes(Mapping mapping)Size[]ManyToOneType. defaultSizes(Mapping mapping)Size[]MetaType. defaultSizes(Mapping mapping)Size[]OneToOneType. defaultSizes(Mapping mapping)Size[]SpecialOneToOneType. defaultSizes(Mapping mapping)Size[]Type. defaultSizes(Mapping mapping)Defines the column sizes to use according to this type if the user did not explicitly say (and if noType.dictatedSizes(org.hibernate.engine.spi.Mapping)were given).Size[]AbstractStandardBasicType. dictatedSizes(Mapping mapping)Size[]AnyType. dictatedSizes(Mapping mapping)Size[]CollectionType. dictatedSizes(Mapping mapping)Size[]ComponentType. dictatedSizes(Mapping mapping)Size[]CompositeCustomType. dictatedSizes(Mapping mapping)Size[]CustomType. dictatedSizes(Mapping mapping)Size[]ManyToOneType. dictatedSizes(Mapping mapping)Size[]MetaType. dictatedSizes(Mapping mapping)Size[]OneToOneType. dictatedSizes(Mapping mapping)Size[]SpecialOneToOneType. dictatedSizes(Mapping mapping)Size[]Type. dictatedSizes(Mapping mapping)Return the column sizes dictated by this type.java.lang.ObjectCustomType. fromXMLString(java.lang.String xml, Mapping factory)java.lang.ObjectMetaType. fromXMLString(java.lang.String xml, Mapping factory)intAbstractStandardBasicType. getColumnSpan(Mapping mapping)intAnyType. getColumnSpan(Mapping session)intCollectionType. getColumnSpan(Mapping session)intComponentType. getColumnSpan(Mapping mapping)intCompositeCustomType. getColumnSpan(Mapping mapping)intCustomType. getColumnSpan(Mapping session)intManyToOneType. getColumnSpan(Mapping mapping)intMetaType. getColumnSpan(Mapping mapping)intOneToOneType. getColumnSpan(Mapping session)intSpecialOneToOneType. getColumnSpan(Mapping mapping)intType. getColumnSpan(Mapping mapping)How many columns are used to persist this type.java.lang.StringEntityType. getIdentifierOrUniqueKeyPropertyName(Mapping factory)The name of the property on the associated entity to which our FK refersTypeEntityType. getIdentifierOrUniqueKeyType(Mapping factory)Determine the type of either (1) the identifier if we reference the associated entity's PK or (2) the unique key to which we refer (i.e.protected TypeEntityType. requireIdentifierOrUniqueKeyType(Mapping mapping)int[]AbstractStandardBasicType. sqlTypes(Mapping mapping)int[]AnyType. sqlTypes(Mapping mapping)int[]CollectionType. sqlTypes(Mapping session)int[]ComponentType. sqlTypes(Mapping mapping)int[]CompositeCustomType. sqlTypes(Mapping mapping)int[]CustomType. sqlTypes(Mapping pi)int[]ManyToOneType. sqlTypes(Mapping mapping)int[]MetaType. sqlTypes(Mapping mapping)int[]OneToOneType. sqlTypes(Mapping session)int[]SpecialOneToOneType. sqlTypes(Mapping mapping)int[]Type. sqlTypes(Mapping mapping)Return the JDBC types codes (perTypes) for the columns mapped by this type.boolean[]AbstractStandardBasicType. toColumnNullness(java.lang.Object value, Mapping mapping)boolean[]AnyType. toColumnNullness(java.lang.Object value, Mapping mapping)boolean[]CollectionType. toColumnNullness(java.lang.Object value, Mapping mapping)boolean[]ComponentType. toColumnNullness(java.lang.Object value, Mapping mapping)boolean[]CompositeCustomType. toColumnNullness(java.lang.Object value, Mapping mapping)boolean[]CustomType. toColumnNullness(java.lang.Object value, Mapping mapping)boolean[]ManyToOneType. toColumnNullness(java.lang.Object value, Mapping mapping)boolean[]MetaType. toColumnNullness(java.lang.Object value, Mapping mapping)boolean[]OneToOneType. toColumnNullness(java.lang.Object value, Mapping mapping)boolean[]Type. toColumnNullness(java.lang.Object value, Mapping mapping)Given an instance of the type, return an array of boolean, indicating which mapped columns would be null.
-