Interface JavaTypedExpressible<T>
-
- All Known Subinterfaces:
AdjustableBasicType<J>,AttributeMapping,BasicEntityIdentifierMapping,BasicPluralType<C,E>,BasicType<T>,BasicValuedMapping,BasicValuedModelPart,CollectionIdentifierDescriptor,CollectionPart,CompositeIdentifierMapping,ConvertedBasicType<J>,EntityDiscriminatorMapping,EntityIdentifierMapping,EntityVersionMapping,ForeignKeyDescriptor,NonAggregatedIdentifierMapping,PluralAttributeMapping,org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping,SingularAttributeMapping,ValueMapping
- All Known Implementing Classes:
AbstractSingleColumnStandardBasicType,AbstractStandardBasicType,AnonymousTupleBasicEntityIdentifierMapping,AnonymousTupleBasicValuedModelPart,AnonymousTupleEmbeddedEntityIdentifierMapping,AnonymousTupleNonAggregatedEntityIdentifierMapping,BasicArrayType,BasicCollectionType,CustomType,DbTimestampType,DiscriminatorType,EntityTypeLiteral,JavaObjectType,JdbcLiteral,NullType,SerializableToBlobType,SerializableType,StandardBasicTypeTemplate
public interface JavaTypedExpressible<T>Contract for something that has an associated JavaType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaType<T>getExpressibleJavaType()
-