Uses of Interface
org.hibernate.metamodel.model.domain.AllowableOutputParameterType
-
Packages that use AllowableOutputParameterType Package Description org.hibernate.boot.model.process.internal org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.hibernate.metamodel.model.domain.internal org.hibernate.persister.entity org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.type org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverter
instances as part of the HibernateType
system.org.hibernate.type.internal -
-
Uses of AllowableOutputParameterType in org.hibernate.boot.model.process.internal
Classes in org.hibernate.boot.model.process.internal that implement AllowableOutputParameterType Modifier and Type Class Description class
ValueConverterTypeAdapter<J>
-
Uses of AllowableOutputParameterType in org.hibernate.metamodel.model.domain
Subinterfaces of AllowableOutputParameterType in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interface
BasicDomainType<J>
Hibernate extension to the JPABasicType
contract. -
Uses of AllowableOutputParameterType in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement AllowableOutputParameterType Modifier and Type Class Description class
BasicTypeImpl<J>
-
Uses of AllowableOutputParameterType in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement AllowableOutputParameterType Modifier and Type Class Description class
DiscriminatorType<T>
TODO : javadoc -
Uses of AllowableOutputParameterType in org.hibernate.procedure.internal
Constructors in org.hibernate.procedure.internal with parameters of type AllowableOutputParameterType Constructor Description FunctionReturnImpl(ProcedureCallImplementor procedureCall, AllowableOutputParameterType ormType)
-
Uses of AllowableOutputParameterType in org.hibernate.type
Subinterfaces of AllowableOutputParameterType in org.hibernate.type Modifier and Type Interface Description interface
AdjustableBasicType<J>
Extension contract for BasicType implementations that understand how to adjust themselves relative to where/how they are used (e.g.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 AllowableOutputParameterType Modifier and Type Class Description class
AbstractSingleColumnStandardBasicType<T>
TODO : javadocclass
AbstractStandardBasicType<T>
Convenience base class forBasicType
implementationsclass
ComponentType
Handles "component" mappingsclass
CustomType<J>
class
DbTimestampType
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 AllowableOutputParameterType in org.hibernate.type.descriptor.converter
Classes in org.hibernate.type.descriptor.converter that implement AllowableOutputParameterType Modifier and Type Class Description class
AttributeConverterTypeAdapter<T>
Adapts the Hibernate Type contract to incorporate JPA AttributeConverter calls. -
Uses of AllowableOutputParameterType in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement AllowableOutputParameterType Modifier and Type Class Description class
BasicTypeImpl<J>
class
ConvertedBasicTypeImpl<J>
class
ImmutableConvertedBasicTypeImpl<J>
class
ImmutableNamedBasicTypeImpl<J>
class
NamedBasicTypeImpl<J>
-