Package org.hibernate.metamodel.mapping
Interface MappingType
-
- All Known Subinterfaces:
AdjustableBasicType<J>,BasicPluralType<C,E>,BasicType<T>,CollectionMappingType<C>,ConvertedBasicType<J>,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,CustomType,DbTimestampType,DiscriminatorType,JavaObjectType,JoinedSubclassEntityPersister,NullType,SerializableToBlobType,SerializableType,SingleTableEntityPersister,StandardBasicTypeTemplate,UnionSubclassEntityPersister
public interface MappingTypeParts 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()
-
-