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.metamodel.mapping.internal org.hibernate.persister.entity org.hibernate.query.derived org.hibernate.sql.results.internal.domain org.hibernate.type org.hibernate.type.internal -
-
Uses of MappingType in org.hibernate.id
Subinterfaces of MappingType in org.hibernate.id Modifier and Type Interface Description interface
PostInsertIdentityPersister
A 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 interface
CollectionMappingType<C>
MappingType descriptor for the collection Java type (List, Set, etc)interface
EmbeddableMappingType
Describes an embeddable - the actual typeinterface
EntityMappingType
Mapping of an entityinterface
JdbcMapping
Models the type of a thing that can be used as an expression in a SQL queryinterface
ManagedMappingType
Commonality in regards to the mapping type system for all managed domain types - entity types, mapped-superclass types, composite types, etcstatic interface
NonAggregatedIdentifierMapping.IdentifierValueMapper
Think 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 MappingType
ValueMapping. getMappedType()
Descriptor for the type of this mappingMappingType
MappingTypedModelPart. getMappingType()
default MappingType
BasicValuedModelPart. getPartMappingType()
default MappingType
EntityMappingType. getPartMappingType()
default MappingType
ManagedMappingType. getPartMappingType()
MappingType
ModelPart. getPartMappingType()
-
Uses of MappingType in org.hibernate.metamodel.mapping.internal
Subinterfaces of MappingType in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interface
InFlightEntityMappingType
Classes in org.hibernate.metamodel.mapping.internal that implement MappingType Modifier and Type Class Description class
AbstractEmbeddableMapping
Base support for EmbeddableMappingType implementationsclass
CompoundNaturalIdMapping
Multi-attribute NaturalIdMapping implementationclass
DiscriminatedAssociationMapping
Represents the "type" of an any-valued mappingclass
EmbeddableMappingTypeImpl
Describes a "normal" embeddable.class
IdClassEmbeddable
EmbeddableMappingType implementation describing anIdClass
class
VirtualIdEmbeddable
Embeddable describing the virtual-id aspect of a non-aggregated composite idMethods in org.hibernate.metamodel.mapping.internal that return MappingType Modifier and Type Method Description MappingType
AbstractDiscriminatorMapping. getMappedType()
MappingType
AnyDiscriminatorPart. getMappedType()
MappingType
AnyKeyPart. getMappedType()
MappingType
BasicAttributeMapping. getMappedType()
MappingType
BasicEntityIdentifierMappingImpl. getMappedType()
MappingType
BasicValuedCollectionPart. getMappedType()
MappingType
CollectionIdentifierDescriptorImpl. getMappedType()
MappingType
DiscriminatedAssociationAttributeMapping. getMappedType()
MappingType
EmbeddedForeignKeyDescriptor. getMappedType()
MappingType
EntityVersionMappingImpl. getMappedType()
MappingType
SimpleForeignKeyDescriptor. getMappedType()
MappingType
AbstractAttributeMapping. getPartMappingType()
MappingType
BasicEntityIdentifierMappingImpl. getPartMappingType()
MappingType
BasicValuedCollectionPart. getPartMappingType()
MappingType
CollectionIdentifierDescriptorImpl. getPartMappingType()
MappingType
CompoundNaturalIdMapping. getPartMappingType()
MappingType
DiscriminatedAssociationMapping. getPartMappingType()
MappingType
DiscriminatedCollectionPart. getPartMappingType()
MappingType
EmbeddedCollectionPart. getPartMappingType()
MappingType
EmbeddedForeignKeyDescriptor. getPartMappingType()
MappingType
EntityCollectionPart. getPartMappingType()
MappingType
EntityRowIdMappingImpl. getPartMappingType()
MappingType
EntityVersionMappingImpl. getPartMappingType()
MappingType
SimpleForeignKeyDescriptor. getPartMappingType()
MappingType
SimpleNaturalIdMapping. getPartMappingType()
-
Uses of MappingType in org.hibernate.persister.entity
Subinterfaces of MappingType in org.hibernate.persister.entity Modifier and Type Interface Description interface
EntityPersister
A strategy for persisting a mapped entity class.interface
Loadable
Implemented by anyEntityPersister
that may be loaded using aLoader
.interface
Lockable
Contract for things that can be locked via aLockingStrategy
.interface
OuterJoinLoadable
AEntityPersister
that may be loaded by outer join using and may be an element of a one-to-many association.interface
Queryable
Deprecated.SeeQueryable
interface
SQLLoadable
AnEntityPersister
that supports queries expressed in the platform native SQL dialect.interface
UniqueKeyLoadable
AnEntityPersister
that can be loaded by a non-primary unique key.Classes in org.hibernate.persister.entity that implement MappingType Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC through either generated or custom SQLclass
DiscriminatorType<T>
TODO : javadocclass
JoinedSubclassEntityPersister
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
SingleTableEntityPersister
The default implementation of theEntityPersister
interface.class
UnionSubclassEntityPersister
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping 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 class
AnonymousTupleBasicEntityIdentifierMapping
class
AnonymousTupleBasicValuedModelPart
class
AnonymousTupleEmbeddableValuedModelPart
class
AnonymousTupleEmbeddedEntityIdentifierMapping
class
AnonymousTupleEntityValuedModelPart
class
AnonymousTupleNonAggregatedEntityIdentifierMapping
class
AnonymousTupleTableGroupProducer
The table group producer for an anonymous tuple type.Methods in org.hibernate.query.derived that return MappingType Modifier and Type Method Description MappingType
AnonymousTupleBasicValuedModelPart. getMappedType()
MappingType
AnonymousTupleEmbeddedEntityIdentifierMapping. getMappedType()
MappingType
AnonymousTupleNonAggregatedEntityIdentifierMapping. getMappedType()
MappingType
AnonymousTupleBasicValuedModelPart. getPartMappingType()
MappingType
AnonymousTupleEmbeddableValuedModelPart. getPartMappingType()
MappingType
AnonymousTupleEntityValuedModelPart. getPartMappingType()
MappingType
AnonymousTupleTableGroupProducer. getPartMappingType()
-
Uses of MappingType in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain that return MappingType Modifier and Type Method Description MappingType
CircularBiDirectionalFetchImpl. getPartMappingType()
MappingType
CircularFetchImpl. getPartMappingType()
-
Uses of MappingType in org.hibernate.type
Subinterfaces of MappingType in org.hibernate.type Modifier and Type Interface Description interface
AdjustableBasicType<J>
Extension contract for BasicType implementations that understand how to adjust themselves relative to where/how they are used (e.g.interface
BasicPluralType<C,E>
A basic plural type.interface
BasicType<T>
Marker interface for basic types.interface
ConvertedBasicType<J>
Extension for BasicType impls which have an implied conversionClasses in org.hibernate.type that implement MappingType Modifier and Type Class Description class
AbstractSingleColumnStandardBasicType<T>
TODO : javadocclass
AbstractStandardBasicType<T>
Convenience base class forBasicType
implementationsclass
BasicArrayType<T>
A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,E>
A type that maps betweenARRAY
andCollection<T>
class
CustomType<J>
class
DbTimestampType
Deprecated.UseValueGeneration
insteadclass
JavaObjectType
class
NullType
class
SerializableToBlobType<T extends Serializable>
class
SerializableType<T extends Serializable>
A type that maps between aVARBINARY
andSerializable
classes.class
StandardBasicTypeTemplate<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 MappingType
BasicType. getMappedType()
-
Uses of MappingType in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement MappingType Modifier and Type Class Description class
BasicTypeImpl<J>
class
ConvertedBasicTypeImpl<J>
class
CustomMutabilityConvertedBasicTypeImpl<J>
class
ImmutableNamedBasicTypeImpl<J>
class
NamedBasicTypeImpl<J>
-