Interface MappingType
- All Known Subinterfaces:
AdjustableBasicType<J>, BasicPluralType<C,E>, BasicType<T>, CollectionMappingType<C>, ConvertedBasicType<J>, DiscriminatorType<O>, EmbeddableMappingType, EntityMappingType, EntityPersister, JdbcMapping, ManagedMappingType, NonAggregatedIdentifierMapping.IdentifierValueMapper
- All Known Implementing Classes:
AbstractEntityPersister, AbstractSingleColumnStandardBasicType, AbstractStandardBasicType, BasicArrayType, BasicCollectionType, BottomType, ConvertedBasicArrayType, ConvertedBasicCollectionType, CustomType, DiscriminatorType, JavaObjectType, JoinedSubclassEntityPersister, NullType, QueryParameterJavaObjectType, SerializableType, SingleTableEntityPersister, StandardBasicTypeTemplate, UnionSubclassEntityPersister
public interface MappingType
Common descriptor for types in the mapping model - entities, embeddables, String, Integer, etc
-
Method Summary
-
Method Details
-
getMappedJavaType
JavaType<?> getMappedJavaType()The descriptor descriptor for the mapped Java type
-