Interface BasicDomainType<J>

All Superinterfaces:
BasicType<J>, BindableType<J>, DomainType<J>, OutputableType<J>, ReturnableType<J>, SimpleDomainType<J>, Type<J>
All Known Subinterfaces:
AdjustableBasicType<J>, BasicPluralType<C,E>, BasicType<T>, ConvertedBasicType<J>, DiscriminatorType<O>
All Known Implementing Classes:
AbstractSingleColumnStandardBasicType, AbstractStandardBasicType, BasicArrayType, BasicCollectionType, BottomType, ConvertedBasicArrayType, ConvertedBasicCollectionType, CustomType, DiscriminatorType, JavaObjectType, NullType, QueryParameterJavaObjectType, SerializableType, StandardBasicTypeTemplate

public interface BasicDomainType<J> extends ReturnableType<J>, BasicType<J>, OutputableType<J>
Hibernate extension to the JPA BasicType contract.