Uses of Interface
org.hibernate.metamodel.mapping.MappingType
-
Packages that use MappingType Package Description org.hibernate.id org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.persister.entity org.hibernate.query.derived org.hibernate.type -
-
Uses of MappingType in org.hibernate.id
Subinterfaces of MappingType in org.hibernate.id Modifier and Type Interface Description interfacePostInsertIdentityPersisterA persister that may have an identity assigned by execution of a SQLINSERT. -
Uses of MappingType in org.hibernate.metamodel.mapping
Subinterfaces of MappingType in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceCollectionMappingType<C>MappingType descriptor for the collection Java type (List, Set, etc)interfaceEmbeddableMappingTypeDescribes an embeddable - the actual typeinterfaceEntityMappingTypeMapping of an entityinterfaceJdbcMappingModels the type of a thing that can be used as an expression in a SQL queryinterfaceManagedMappingTypeCommonality in regards to the mapping type system for all managed domain types - entity types, mapped-superclass types, composite types, etcstatic interfaceNonAggregatedIdentifierMapping.IdentifierValueMapperThink of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsMethods in org.hibernate.metamodel.mapping that return MappingType Modifier and Type Method Description MappingTypeValueMapping. getMappedType()Descriptor for the type of this mappingMappingTypeMappingTypedModelPart. getMappingType()default MappingTypeBasicValuedModelPart. getPartMappingType()default MappingTypeEntityMappingType. getPartMappingType()default MappingTypeManagedMappingType. getPartMappingType()MappingTypeModelPart. getPartMappingType() -
Uses of MappingType in org.hibernate.persister.entity
Subinterfaces of MappingType in org.hibernate.persister.entity Modifier and Type Interface Description interfaceEntityPersisterA strategy for persisting a mapped entity class.interfaceLoadableImplemented by anyEntityPersisterthat may be loaded using aLoader.interfaceLockableContract for things that can be locked via aLockingStrategy.interfaceOuterJoinLoadableAEntityPersisterthat may be loaded by outer join using and may be an element of a one-to-many association.interfaceQueryableDeprecated.SeeQueryableinterfaceSQLLoadableAnEntityPersisterthat supports queries expressed in the platform native SQL dialect.interfaceUniqueKeyLoadableAnEntityPersisterthat can be loaded by a non-primary unique key.Classes in org.hibernate.persister.entity that implement MappingType Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassDiscriminatorType<T>TODO : javadocclassJoinedSubclassEntityPersisterAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classSingleTableEntityPersisterThe default implementation of theEntityPersisterinterface.classUnionSubclassEntityPersisterAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy. -
Uses of MappingType in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement MappingType Modifier and Type Class Description classAnonymousTupleBasicEntityIdentifierMappingclassAnonymousTupleBasicValuedModelPartclassAnonymousTupleEmbeddableValuedModelPartclassAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleEntityValuedModelPartclassAnonymousTupleNonAggregatedEntityIdentifierMappingclassAnonymousTupleTableGroupProducerThe table group producer for an anonymous tuple type.Methods in org.hibernate.query.derived that return MappingType Modifier and Type Method Description MappingTypeAnonymousTupleBasicValuedModelPart. getMappedType()MappingTypeAnonymousTupleEmbeddedEntityIdentifierMapping. getMappedType()MappingTypeAnonymousTupleNonAggregatedEntityIdentifierMapping. getMappedType()MappingTypeAnonymousTupleBasicValuedModelPart. getPartMappingType()MappingTypeAnonymousTupleEmbeddableValuedModelPart. getPartMappingType()MappingTypeAnonymousTupleEntityValuedModelPart. getPartMappingType()MappingTypeAnonymousTupleTableGroupProducer. getPartMappingType() -
Uses of MappingType in org.hibernate.type
Subinterfaces of MappingType in org.hibernate.type Modifier and Type Interface Description interfaceAdjustableBasicType<J>Extension contract for BasicType implementations that understand how to adjust themselves relative to where/how they are used (e.g.interfaceBasicPluralType<C,E>A basic plural type.interfaceBasicType<T>Marker interface for basic types.interfaceConvertedBasicType<J>Extension for BasicType impls which have an implied conversionClasses in org.hibernate.type that implement MappingType Modifier and Type Class Description classAbstractSingleColumnStandardBasicType<T>TODO : javadocclassAbstractStandardBasicType<T>Convenience base class forBasicTypeimplementationsclassBasicArrayType<T>A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>,E>A type that maps betweenARRAYandCollection<T>classCustomType<J>classDbTimestampTypeDeprecated.UseValueGenerationinsteadclassJavaObjectTypeclassNullTypeclassSerializableToBlobType<T extends Serializable>classSerializableType<T extends Serializable>A type that maps between aVARBINARYandSerializableclasses.classStandardBasicTypeTemplate<J>A BasicType adapter targeting partial portability to 6.0's type system changes.Methods in org.hibernate.type that return MappingType Modifier and Type Method Description default MappingTypeBasicType. getMappedType()
-