Package org.hibernate.metamodel.mapping
Interface MappingType
-
- All Known Subinterfaces:
AdjustableBasicType<J>
,BasicPluralType<C,E>
,BasicType<T>
,CollectionMappingType<C>
,ConvertedBasicType<J>
,EmbeddableMappingType
,EntityMappingType
,EntityPersister
,InFlightEntityMappingType
,JdbcMapping
,Loadable
,Lockable
,ManagedMappingType
,NonAggregatedIdentifierMapping.IdentifierValueMapper
,OuterJoinLoadable
,PostInsertIdentityPersister
,Queryable
,SQLLoadable
,UniqueKeyLoadable
- All Known Implementing Classes:
AbstractEmbeddableMapping
,AbstractEntityPersister
,AbstractSingleColumnStandardBasicType
,AbstractStandardBasicType
,AnonymousTupleBasicEntityIdentifierMapping
,AnonymousTupleBasicValuedModelPart
,AnonymousTupleEmbeddableValuedModelPart
,AnonymousTupleEmbeddedEntityIdentifierMapping
,AnonymousTupleEntityValuedModelPart
,AnonymousTupleNonAggregatedEntityIdentifierMapping
,AnonymousTupleTableGroupProducer
,BasicArrayType
,BasicCollectionType
,BasicTypeImpl
,CompoundNaturalIdMapping
,ConvertedBasicTypeImpl
,CustomMutabilityConvertedBasicTypeImpl
,CustomType
,DbTimestampType
,DiscriminatedAssociationMapping
,DiscriminatorType
,EmbeddableMappingTypeImpl
,IdClassEmbeddable
,ImmutableNamedBasicTypeImpl
,JavaObjectType
,JoinedSubclassEntityPersister
,NamedBasicTypeImpl
,NullType
,SerializableToBlobType
,SerializableType
,SingleTableEntityPersister
,StandardBasicTypeTemplate
,UnionSubclassEntityPersister
,VirtualIdEmbeddable
public interface MappingType
Parts of the ModelPart hierarchy that are type descriptors, as opposed to attributes e.g.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaType<?>
getMappedJavaType()
-
-
-
Method Detail
-
getMappedJavaType
JavaType<?> getMappedJavaType()
-
-