Interface SimpleDomainType<J>

All Superinterfaces:
DomainType<J>, Type<J>
All Known Subinterfaces:
AdjustableBasicType<J>, AnyMappingDomainType<J>, BasicDomainType<J>, BasicPluralType<C,E>, BasicType<T>, ConvertedBasicType<J>, DiscriminatorType<O>, ReturnableType<T>, TupleType<J>
All Known Implementing Classes:
AbstractSingleColumnStandardBasicType, AbstractStandardBasicType, org.hibernate.query.sqm.tuple.internal.AnonymousTupleType, BasicArrayType, BasicCollectionType, BottomType, ConvertedBasicArrayType, ConvertedBasicCollectionType, CustomType, DiscriminatorType, JavaObjectType, NullType, QueryParameterJavaObjectType, SerializableType, SqmCteTable, StandardBasicTypeTemplate

public interface SimpleDomainType<J> extends DomainType<J>, Type<J>
Describes any non-collection type.