Uses of Interface
org.hibernate.query.OutputableType
-
Packages that use OutputableType Package Description org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.hibernate.persister.entity org.hibernate.type -
-
Uses of OutputableType in org.hibernate.metamodel.model.domain
Subinterfaces of OutputableType in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interfaceBasicDomainType<J>Hibernate extension to the JPABasicTypecontract. -
Uses of OutputableType in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement OutputableType Modifier and Type Class Description classDiscriminatorType<T>TODO : javadoc -
Uses of OutputableType in org.hibernate.type
Subinterfaces of OutputableType in org.hibernate.type Modifier and Type Interface Description interfaceAdjustableBasicType<J>Extension contract for BasicType implementations that understand how to adjust themselves relative to where/how they are used (e.g.interfaceBasicPluralType<C,E>A basic plural type.interfaceBasicType<T>Marker interface for basic types.interfaceConvertedBasicType<J>Extension for BasicType impls which have an implied conversioninterfaceProcedureParameterExtractionAware<T>OptionalTypecontract for implementations that are aware of how to extract values from store procedure OUT/INOUT parameters.Classes in org.hibernate.type that implement OutputableType Modifier and Type Class Description classAbstractSingleColumnStandardBasicType<T>TODO : javadocclassAbstractStandardBasicType<T>Convenience base class forBasicTypeimplementationsclassBasicArrayType<T>A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>,E>A type that maps betweenARRAYandCollection<T>classComponentTypeHandles "component" mappingsclassCustomType<J>classDbTimestampTypeDeprecated.UseValueGenerationinsteadclassEmbeddedComponentTypeclassJavaObjectTypeclassNullTypeclassSerializableToBlobType<T extends Serializable>classSerializableType<T extends Serializable>A type that maps between aVARBINARYandSerializableclasses.classStandardBasicTypeTemplate<J>A BasicType adapter targeting partial portability to 6.0's type system changes.
-