Uses of Interface
org.hibernate.query.OutputableType
-
Packages that use OutputableType Package Description 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.metamodel.model.domain.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.sql.exec.internal org.hibernate.sql.exec.spi org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.internal -
-
Uses of OutputableType in org.hibernate.metamodel.model.domain
Subinterfaces of OutputableType in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interface
BasicDomainType<J>
Hibernate extension to the JPABasicType
contract. -
Uses of OutputableType in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement OutputableType Modifier and Type Class Description class
BasicTypeImpl<J>
class
PrimitiveBasicTypeImpl<J>
-
Uses of OutputableType in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement OutputableType Modifier and Type Class Description class
DiscriminatorType<T>
TODO : javadoc -
Uses of OutputableType in org.hibernate.procedure.internal
Constructors in org.hibernate.procedure.internal with parameters of type OutputableType Constructor Description FunctionReturnImpl(ProcedureCallImplementor<T> procedureCall, OutputableType<T> ormType)
-
Uses of OutputableType in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal that return OutputableType Modifier and Type Method Description OutputableType<?>
JdbcCallParameterRegistrationImpl. getParameterType()
Constructors in org.hibernate.sql.exec.internal with parameters of type OutputableType Constructor Description JdbcCallFunctionReturnImpl(OutputableType<?> ormType, JdbcCallParameterExtractorImpl<?> parameterExtractor, JdbcCallRefCursorExtractorImpl refCursorExtractor)
JdbcCallParameterExtractorImpl(String callableName, String parameterName, int parameterPosition, OutputableType<T> ormType)
JdbcCallParameterRegistrationImpl(String name, int jdbcParameterPositionStart, jakarta.persistence.ParameterMode parameterMode, OutputableType<?> ormType, JdbcParameterBinder parameterBinder, JdbcCallParameterExtractorImpl<?> parameterExtractor, JdbcCallRefCursorExtractorImpl refCursorExtractor)
-
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 interface
AdjustableBasicType<J>
Extension contract forBasicType
implementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.interface
BasicPluralType<C,E>
A basic plural type.interface
BasicType<T>
Marker interface for basic types.interface
ConvertedBasicType<J>
Extension for BasicType impls which have an implied conversioninterface
ProcedureParameterExtractionAware<T>
OptionalType
contract 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 class
AbstractSingleColumnStandardBasicType<T>
TODO : javadocclass
AbstractStandardBasicType<T>
Convenience base class forBasicType
implementations.class
BasicArrayType<T>
A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,E>
A type that maps betweenARRAY
andCollection<T>
class
ComponentType
Handles "component" mappingsclass
CustomType<J>
class
EmbeddedComponentType
class
JavaObjectType
class
NullType
class
SerializableToBlobType<T extends Serializable>
class
SerializableType<T extends Serializable>
A type that maps between aVARBINARY
andSerializable
classes.class
StandardBasicTypeTemplate<J>
A BasicType adapter targeting partial portability to 6.0's type system changes. -
Uses of OutputableType in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement OutputableType Modifier and Type Class Description class
BasicTypeImpl<J>
class
ConvertedBasicTypeImpl<J>
class
CustomMutabilityConvertedBasicTypeImpl<J>
class
ImmutableNamedBasicTypeImpl<J>
class
NamedBasicTypeImpl<J>
-