Uses of Interface
org.hibernate.query.OutputableType
-
Packages that use OutputableType Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC.org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of OutputableType in org.hibernate.metamodel.mapping
Subinterfaces of OutputableType in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceDiscriminatorType<O>Union ofConvertedBasicTypeandBasicDomainTypecapabilities. -
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>Deprecated, for removal: This API element is subject to removal in a future version.The functionality of DiscriminatorType,DiscriminatorMetadataandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverter -
Uses of OutputableType in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return OutputableType Modifier and Type Method Description OutputableType<?>JdbcCallParameterRegistration. getParameterType() -
Uses of OutputableType in org.hibernate.type
Subinterfaces of OutputableType in org.hibernate.type Modifier and Type Interface Description interfaceAdjustableBasicType<J>Extension contract forBasicTypeimplementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.interfaceBasicPluralType<C,E>A basic plural type.interfaceBasicType<T>Marker interface for basic types.interfaceConvertedBasicType<J>Extension for implementations ofBasicTypewhich have an implied conversion.interfaceProcedureParameterExtractionAware<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 forBasicTypeimplementations.classBasicArrayType<T,E>A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>,E>A type that maps betweenARRAYandCollection<T>classBottomTypeA type that is assignable to every non-primitive type, that is, the type ofnull.classComponentTypeHandles embedded mappings.classConvertedBasicArrayType<T,S,E>Given aBasicValueConverterfor an array type,classConvertedBasicCollectionType<C extends Collection<E>,E>A converted basic array type.classCustomType<J>classEmbeddedComponentTypeclassJavaObjectTypeclassNullTypeclassSerializableToBlobType<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.classUserComponentType<T>HandlesCompositeUserTypes.
-