Package org.hibernate.metamodel.mapping
Interface MappingType
-
- All Known Subinterfaces:
AdjustableBasicType<J>,BasicPluralType<C,E>,BasicType<T>,CollectionMappingType<C>,ConvertedBasicType<J>,DeprecatedEntityStuff,DiscriminatorType<O>,EmbeddableMappingType,EntityMappingType,EntityPersister,JdbcMapping,Loadable,Lockable,ManagedMappingType,NonAggregatedIdentifierMapping.IdentifierValueMapper,OuterJoinLoadable,PostInsertIdentityPersister,Queryable,SQLLoadable,UniqueKeyLoadable
- All Known Implementing Classes:
AbstractEntityPersister,AbstractSingleColumnStandardBasicType,AbstractStandardBasicType,AnonymousTupleBasicEntityIdentifierMapping,AnonymousTupleBasicValuedModelPart,AnonymousTupleEmbeddableValuedModelPart,AnonymousTupleEmbeddedEntityIdentifierMapping,AnonymousTupleEntityValuedModelPart,AnonymousTupleNonAggregatedEntityIdentifierMapping,AnonymousTupleTableGroupProducer,BasicArrayType,BasicCollectionType,BottomType,ConvertedBasicArrayType,ConvertedBasicCollectionType,CteTupleTableGroupProducer,CustomType,DiscriminatorType,JavaObjectType,JoinedSubclassEntityPersister,NullType,SerializableToBlobType,SerializableType,SingleTableEntityPersister,StandardBasicTypeTemplate,UnionSubclassEntityPersister
public interface MappingTypeCommon descriptor for types in the mapping model - entities, embeddables, String, Integer, etc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaType<?>getMappedJavaType()The descriptor descriptor for the mapped Java type
-
-
-
Method Detail
-
getMappedJavaType
JavaType<?> getMappedJavaType()
The descriptor descriptor for the mapped Java type
-
-