Interface BasicType<T>

All Superinterfaces:
BasicDomainType<T>, BasicType<T>, BasicValuedMapping, Bindable, BindableType<T>, DomainType<T>, JavaTypedExpressible, JdbcMapping, JdbcMappingContainer, MappingModelExpressible, MappingType, OutputableType<T>, ReturnableType<T>, Serializable, SimpleDomainType<T>, SqlExpressible, SqmExpressible<T>, Type<T>, Type, ValueMapping
All Known Subinterfaces:
AdjustableBasicType<J>, BasicPluralType<C,E>, ConvertedBasicType<J>, DiscriminatorType<O>
All Known Implementing Classes:
AbstractSingleColumnStandardBasicType, AbstractStandardBasicType, BasicArrayType, BasicCollectionType, BasicTypeImpl, BottomType, ConvertedBasicArrayType, ConvertedBasicCollectionType, ConvertedBasicTypeImpl, CustomMutabilityConvertedBasicTypeImpl, CustomMutabilityConvertedPrimitiveBasicTypeImpl, CustomType, DiscriminatorType, DiscriminatorTypeImpl, ImmutableNamedBasicTypeImpl, JavaObjectType, NamedBasicTypeImpl, NullType, QueryParameterJavaObjectType, SerializableToBlobType, SerializableType, StandardBasicTypeTemplate

public interface BasicType<T> extends Type, BasicDomainType<T>, MappingType, BasicValuedMapping, JdbcMapping
Marker interface for basic types.