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 bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.engine.spi org.hibernate.id This package contains the built-in id generators, all of which implementIdentifierGeneratororPostInsertIdentifierGenerator.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.internal -
-
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 by aggregating the provided mapping sources. -
Uses of Mapping in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement Mapping Modifier and Type Class Description classInFlightMetadataCollectorImplThe implementation of the in-flight metadata collector contract.classMetadataImplContainer for configuration data collected during binding the metamodel. -
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 ofMetadatawhile it 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.engine.spi
Subinterfaces of Mapping in org.hibernate.engine.spi Modifier and Type Interface Description interfaceSessionFactoryImplementorDefines the internal contract between theSessionFactoryand the internal implementation of Hibernate.Classes in org.hibernate.engine.spi that implement Mapping Modifier and Type Class Description classSessionFactoryDelegatingImplBase delegating implementation of theSessionFactoryandSessionFactoryImplementorcontracts for intended for easier implementation ofSessionFactory. -
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.internal
Classes in org.hibernate.internal that implement Mapping Modifier and Type Class Description classSessionFactoryImplConcrete implementation of theSessionFactoryinterface. -
Uses of Mapping in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type Mapping Modifier and Type Method Description SizeColumn. getColumnSize(Dialect dialect, Mapping mapping)StringColumn. getSqlType(TypeConfiguration typeConfiguration, Dialect dialect, Mapping mapping)Deprecated.intColumn. getSqlTypeCode(Mapping mapping)booleanAny. isValid(Mapping mapping)booleanAny.KeyValue. isValid(Mapping mapping)booleanAny.MetaValue. isValid(Mapping mapping)booleanCollection. isValid(Mapping mapping)booleanComponent. isValid(Mapping mapping)booleanOneToMany. isValid(Mapping mapping)booleanProperty. isValid(Mapping mapping)booleanSimpleValue. isValid(Mapping mapping)booleanToOne. isValid(Mapping mapping)booleanValue. isValid(Mapping mapping)voidCollection. validate(Mapping mapping)voidIdentifierCollection. validate(Mapping mapping)voidIndexedCollection. validate(Mapping mapping)voidSet. validate(Mapping mapping) -
Uses of Mapping in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type Mapping Modifier and Type Method Description static SelectableMappingsSelectableMappingsImpl. from(String containingTableExpression, Value value, int[] propertyOrder, Mapping mapping, TypeConfiguration typeConfiguration, boolean[] insertable, boolean[] updateable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry) -
Uses of Mapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type Mapping Modifier and Type Method Description intDiscriminatorType. getColumnSpan(Mapping mapping)int[]DiscriminatorType. getSqlTypeCodes(Mapping mapping)boolean[]DiscriminatorType. toColumnNullness(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 ObjectMetaType. fromXMLString(String xml, Mapping factory)intAbstractStandardBasicType. getColumnSpan(Mapping mapping)intAnyType. getColumnSpan(Mapping session)intCollectionType. getColumnSpan(Mapping session)intComponentType. getColumnSpan(Mapping mapping)intCustomType. getColumnSpan(Mapping session)intManyToOneType. getColumnSpan(Mapping mapping)intMetaType. getColumnSpan(Mapping mapping)intOneToOneType. getColumnSpan(Mapping session)intSerializableToBlobType. getColumnSpan(Mapping mapping)intSpecialOneToOneType. getColumnSpan(Mapping mapping)intType. getColumnSpan(Mapping mapping)How many columns are used to persist this type?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.int[]AbstractStandardBasicType. getSqlTypeCodes(Mapping mapping)int[]AnyType. getSqlTypeCodes(Mapping mapping)int[]CollectionType. getSqlTypeCodes(Mapping session)int[]ComponentType. getSqlTypeCodes(Mapping mapping)int[]CustomType. getSqlTypeCodes(Mapping pi)int[]ManyToOneType. getSqlTypeCodes(Mapping mapping)int[]MetaType. getSqlTypeCodes(Mapping mapping)int[]OneToOneType. getSqlTypeCodes(Mapping session)int[]SerializableToBlobType. getSqlTypeCodes(Mapping mapping)int[]SpecialOneToOneType. getSqlTypeCodes(Mapping mapping)int[]Type. getSqlTypeCodes(Mapping mapping)protected TypeEntityType. requireIdentifierOrUniqueKeyType(Mapping mapping)boolean[]AbstractStandardBasicType. toColumnNullness(Object value, Mapping mapping)boolean[]AnyType. toColumnNullness(Object value, Mapping mapping)boolean[]CollectionType. toColumnNullness(Object value, Mapping mapping)boolean[]ComponentType. toColumnNullness(Object value, Mapping mapping)boolean[]CustomType. toColumnNullness(Object value, Mapping mapping)boolean[]ManyToOneType. toColumnNullness(Object value, Mapping mapping)boolean[]MetaType. toColumnNullness(Object value, Mapping mapping)boolean[]OneToOneType. toColumnNullness(Object value, Mapping mapping)boolean[]SerializableToBlobType. toColumnNullness(Object value, Mapping mapping)boolean[]Type. toColumnNullness(Object value, Mapping mapping)Given an instance of the type, return an array ofbooleanvalues indicating which mapped columns would be null. -
Uses of Mapping in org.hibernate.type.internal
Methods in org.hibernate.type.internal with parameters of type Mapping Modifier and Type Method Description intConvertedBasicTypeImpl. getColumnSpan(Mapping mapping)int[]ConvertedBasicTypeImpl. getSqlTypeCodes(Mapping mapping)boolean[]ConvertedBasicTypeImpl. toColumnNullness(Object value, Mapping mapping)
-