Class SerializableToBlobType<T extendsSerializable>
- java.lang.Object
- org.hibernate.type.SerializableToBlobType<T>
- All Implemented Interfaces:
BasicType<T>,Type<T>,Serializable,BasicValuedMapping,Bindable,JdbcMapping,JdbcMappingContainer,MappingModelExpressible,MappingType,SqlExpressible,ValueMapping,BasicDomainType<T>,DomainType<T>,SimpleDomainType<T>,BindableType<T>,OutputableType<T>,ReturnableType<T>,SqmExpressible<T>,BasicType<T>,JavaTypedExpressible,ProcedureParameterExtractionAware<T>,ProcedureParameterNamedBinder<T>,Type,DynamicParameterizedType,ParameterizedType
public classSerializableToBlobType<T extendsSerializable>extendsObjectimplementsBasicType<T>,ProcedureParameterExtractionAware<T>,ProcedureParameterNamedBinder<T>,DynamicParameterizedType
- See Also:
- Serialized Form
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.metamodel.mapping.Bindable
Bindable.JdbcValuesBiConsumer<X,Y>,Bindable.JdbcValuesConsumer
Nested classes/interfaces inherited from interface org.hibernate.usertype.DynamicParameterizedType
DynamicParameterizedType.ParameterType
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Type
Type.PersistenceType
Field Summary
Fields Modifier and Type Field Description staticStringCLASS_NAMEFields inherited from interface org.hibernate.usertype.DynamicParameterizedType
ACCESS_TYPE,ENTITY,IS_DYNAMIC,IS_PRIMARY_KEY,PARAMETER_TYPE,PROPERTY,RETURNED_CLASS,XPROPERTY
Constructor Summary
Constructors Constructor Description SerializableToBlobType()
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Objectassemble(Serializable cached,SharedSessionContractImplementor session,Object owner)Reconstruct the object from its disassembled state.voidbeforeAssemble(Serializable cached,SharedSessionContractImplementor session)Called before assembling a query result set from the query cache, to allow batch fetching of entities missing from the second-level cache.booleancanDoExtraction()Can the given instance of this type actually perform the parameter value extractions?booleancanDoSetting()Can the given instance of this type actually set the parameter value by nameintcompare(Object x,Object y)Perform aComparator-style comparison of the given values.ObjectdeepCopy(Object value,SessionFactoryImplementor factory)Return a deep copy of the persistent state, stopping at entities and at collections.protectedTdeepCopy(T value)Serializabledisassemble(Object value,SharedSessionContractImplementor session,Object owner)Return a disassembled representation of the object.Textract(CallableStatement statement, int startIndex,SharedSessionContractImplementor session)Perform the extractionTextract(CallableStatement statement,String paramName,SharedSessionContractImplementor session)Perform the extractionTfromString(CharSequence string)intgetColumnSpan(Mapping mapping)How many columns are used to persist this type?protectedSizegetDictatedSize()intgetHashCode(Object x)Get a hash code, consistent with persistence "equality".intgetHashCode(Object x,SessionFactoryImplementor factory)Get a hash code, consistent with persistence "equality".Class<T>getJavaType()JavaType<T>getJavaTypeDescriptor()The descriptor for the Java type represented by this expressible typeJdbcLiteralFormatter<T>getJdbcLiteralFormatter()The strategy for formatting values of this expressible type to a SQL literal.JdbcTypegetJdbcType()Descriptor for the SQL type mapped by this type.ValueBinder<T>getJdbcValueBinder()The strategy for binding values of this expressible type to JDBCPreparedStatements andCallableStatements.ValueExtractor<T>getJdbcValueExtractor()The strategy for extracting values of this expressible type from JDBC ResultSets, CallableStatements, etcprotectedMutabilityPlan<T>getMutabilityPlan()StringgetName()Returns the abbreviated name of the type.String[]getRegistrationKeys()Get the names under which this type should be registered in the type registry.Class<?>getReturnedClass()The class handled by this type.int[]getSqlTypeCodes(Mapping mapping)booleanisAnyType()Return true if the implementation is castable toAnyType.booleanisAssociationType()Return true if the implementation is castable toAssociationType.booleanisCollectionType()Return true if the implementation is castable toCollectionType.booleanisComponentType()Return true if the implementation is castable toCompositeType.protected booleanisDirty(Object old,Object current)booleanisDirty(Object old,Object current, boolean[] checkable,SharedSessionContractImplementor session)Should the parent be considered dirty, given both the old and current value?booleanisDirty(Object old,Object current,SharedSessionContractImplementor session)Should the parent be considered dirty, given both the old and current value?booleanisEntityType()Return true if the implementation is castable toEntityType.booleanisEqual(Object one,Object another)Compare two instances of the class mapped by this type for persistence "equality", that is, equality of persistent state.booleanisEqual(Object x,Object y,SessionFactoryImplementor factory)Compare two instances of the class mapped by this type for persistence "equality", that is, equality of persistent state.booleanisModified(Object oldHydratedState,Object currentState, boolean[] checkable,SharedSessionContractImplementor session)Has the value been modified compared to the current database state? The difference between this and theType.isDirty(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor)methods is that here we need to account for "partially" built values.booleanisMutable()Are objects of this type mutable with respect to the referencing object? Entities and collections are considered immutable because they manage their own internal state.booleanisSame(Object x,Object y)Compare two instances of the class mapped by this type for persistence "equality", that is, equality of persistent state, taking a shortcut for entity references.protected voidnullSafeSet(CallableStatement st,Object value,String name,WrapperOptions options)voidnullSafeSet(CallableStatement st,T value,String name,SharedSessionContractImplementor session)Bind a value to the JDBC prepared statement, ignoring some columns as dictated by the 'settable' parameter.voidnullSafeSet(PreparedStatement st,Object value, int index, boolean[] settable,SharedSessionContractImplementor session)Bind a value represented by an instance of themapped classto the given JDBCPreparedStatement, ignoring some columns as dictated by thesettableparameter.voidnullSafeSet(PreparedStatement st,Object value, int index,SharedSessionContractImplementor session)Bind a value represented by an instance of themapped classto the given JDBCPreparedStatement, ignoring some columns as dictated by thesettableparameter.protected voidnullSafeSet(PreparedStatement st,T value, int index,WrapperOptions options)protected booleanregisterUnderJavaType()Objectreplace(Object original,Object target,SharedSessionContractImplementor session,Object owner,Map<Object,Object> copyCache)During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.Objectreplace(Object original,Object target,SharedSessionContractImplementor session,Object owner,Map<Object,Object> copyCache,ForeignKeyDirection foreignKeyDirection)During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.voidsetJavaTypeDescriptor(JavaType<T> javaType)Deprecated.voidsetParameterValues(Properties parameters)Gets called by Hibernate to pass the configured type parameters to the implementation.boolean[]toColumnNullness(Object value,Mapping mapping)Given an instance of the type, return an array ofbooleanvalues indicating which mapped columns would be null.StringtoLoggableString(Object value,SessionFactoryImplementor factory)Generate a representation of the given value for logging purposes.Methods inherited from class java.lang.Object
clone,equals,finalize,getClass,hashCode,notify,notifyAll,toString,wait,wait,wait
Methods inherited from interface org.hibernate.metamodel.model.domain.BasicDomainType
areEqual,getPersistenceType
Methods inherited from interface org.hibernate.type.BasicType
compare,disassemble,forEachDisassembledJdbcValue,forEachJdbcType,forEachJdbcType,getCheckCondition,getExpressibleJavaType,getJdbcMapping,getJdbcMapping,getJdbcTypeCount,getMappedJavaType,getMappedType,getSingleJdbcMapping,getValueConverter
Methods inherited from interface org.hibernate.metamodel.mapping.BasicValuedMapping
addToCacheKey
Methods inherited from interface org.hibernate.metamodel.mapping.Bindable
forEachDisassembledJdbcValue,forEachDisassembledJdbcValue,forEachDisassembledJdbcValue,forEachJdbcValue,forEachJdbcValue,forEachJdbcValue,forEachJdbcValue
Methods inherited from interface org.hibernate.metamodel.model.domain.DomainType
getSqmType,getTupleLength
Methods inherited from interface org.hibernate.metamodel.mapping.JdbcMapping
convertToDomainValue,convertToRelationalValue,getCastType,getJdbcJavaType
Methods inherited from interface org.hibernate.metamodel.model.domain.SimpleDomainType
getBindableJavaType
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
getRelationalJavaType,getTypeName,isInstance,resolveExpressible
Methods inherited from interface org.hibernate.type.Type
disassemble,getReturnedClassName,getTypeForEqualsHashCode
Methods inherited from interface org.hibernate.metamodel.mapping.ValueMapping
treatAs
Field Detail
CLASS_NAME
public static final String CLASS_NAME
- See Also:
- Constant Field Values
Method Detail
setParameterValues
public void setParameterValues(Properties parameters)
Description copied from interface:ParameterizedTypeGets called by Hibernate to pass the configured type parameters to the implementation.- Specified by:
setParameterValuesin interfaceParameterizedType
getName
public String getName()
Description copied from interface:TypeReturns the abbreviated name of the type.
getJdbcValueExtractor
public ValueExtractor<T> getJdbcValueExtractor()
Description copied from interface:JdbcMappingThe strategy for extracting values of this expressible type from JDBC ResultSets, CallableStatements, etc- Specified by:
getJdbcValueExtractorin interfaceBasicType<T extendsSerializable>- Specified by:
getJdbcValueExtractorin interfaceJdbcMapping
getJdbcValueBinder
public ValueBinder<T> getJdbcValueBinder()
Description copied from interface:JdbcMappingThe strategy for binding values of this expressible type to JDBCPreparedStatements andCallableStatements.- Specified by:
getJdbcValueBinderin interfaceBasicType<T extendsSerializable>- Specified by:
getJdbcValueBinderin interfaceJdbcMapping
getJdbcLiteralFormatter
public JdbcLiteralFormatter<T> getJdbcLiteralFormatter()
Description copied from interface:JdbcMappingThe strategy for formatting values of this expressible type to a SQL literal.- Specified by:
getJdbcLiteralFormatterin interfaceBasicType<T extendsSerializable>- Specified by:
getJdbcLiteralFormatterin interfaceJdbcMapping
getJavaType
public Class<T> getJavaType()
- Specified by:
getJavaTypein interfaceType<T extendsSerializable>
fromString
public T fromString(CharSequence string)
getMutabilityPlan
protected MutabilityPlan<T> getMutabilityPlan()
toColumnNullness
public boolean[] toColumnNullness(Object value,Mapping mapping)
Description copied from interface:TypeGiven an instance of the type, return an array ofbooleanvalues indicating which mapped columns would be null.- Specified by:
toColumnNullnessin interfaceType- Parameters:
value- an instance of the typemapping- The mapping abstraction- Returns:
- array indicating column nullness for a value instance
getRegistrationKeys
public String[] getRegistrationKeys()
Description copied from interface:BasicTypeGet the names under which this type should be registered in the type registry.- Specified by:
getRegistrationKeysin interfaceBasicType<T extendsSerializable>- Returns:
- The keys under which to register this type.
registerUnderJavaType
protected boolean registerUnderJavaType()
getDictatedSize
protected Size getDictatedSize()
getJavaTypeDescriptor
public final JavaType<T> getJavaTypeDescriptor()
Description copied from interface:JdbcMappingThe descriptor for the Java type represented by this expressible type- Specified by:
getJavaTypeDescriptorin interfaceBasicType<T extendsSerializable>- Specified by:
getJavaTypeDescriptorin interfaceJdbcMapping
setJavaTypeDescriptor
@Deprecatedpublic final void setJavaTypeDescriptor(JavaType<T> javaType)
Deprecated.
getJdbcType
public final JdbcType getJdbcType()
Description copied from interface:OutputableTypeDescriptor for the SQL type mapped by this type.- Specified by:
getJdbcTypein interfaceJdbcMapping- Specified by:
getJdbcTypein interfaceOutputableType<T extendsSerializable>
getReturnedClass
public final Class<?> getReturnedClass()
Description copied from interface:TypeThe class handled by this type.- Specified by:
getReturnedClassin interfaceType- Returns:
- The Java class handled by this type.
getColumnSpan
public final int getColumnSpan(Mapping mapping) throwsMappingException
Description copied from interface:TypeHow many columns are used to persist this type?Always the same as
getSqlTypCodes(mapping).length.- Specified by:
getColumnSpanin interfaceType- Parameters:
mapping- The mapping object :/- Returns:
- The number of columns
- Throws:
MappingException- Generally indicates an issue accessing the passed mapping object.
getSqlTypeCodes
public final int[] getSqlTypeCodes(Mapping mapping) throwsMappingException
Description copied from interface:TypeReturn the JDBC types codes as defined byTypesorSqlTypesfor the columns mapped by this type.The number of elements in this array must match the return from
Type.getColumnSpan(org.hibernate.engine.spi.Mapping).- Specified by:
getSqlTypeCodesin interfaceType- Parameters:
mapping- The mapping object :/- Returns:
- The JDBC type codes.
- Throws:
MappingException- Generally indicates an issue accessing the passed mapping object.
isAssociationType
public final boolean isAssociationType()
Description copied from interface:TypeReturn true if the implementation is castable toAssociationType. This does not necessarily imply that the type actually represents an association. Shortcut fortype instanceof AssociationType.- Specified by:
isAssociationTypein interfaceType- Returns:
- True if this type is also an
AssociationTypeimplementor; false otherwise.
isCollectionType
public final boolean isCollectionType()
Description copied from interface:TypeReturn true if the implementation is castable toCollectionType. Shortcut fortype instanceof CollectionTypeA
CollectionTypeis additionally anAssociationType; so if this method returns true,Type.isAssociationType()should also return true.- Specified by:
isCollectionTypein interfaceType- Returns:
- True if this type is also a
CollectionTypeimplementor; false otherwise.
isComponentType
public final boolean isComponentType()
Description copied from interface:TypeReturn true if the implementation is castable toCompositeType. Shortcut fortype instanceof CompositeType.A component type may own collections or associations and hence must provide certain extra functionality.
- Specified by:
isComponentTypein interfaceType- Returns:
- True if this type is also a
CompositeTypeimplementor; false otherwise.
isEntityType
public final boolean isEntityType()
Description copied from interface:TypeReturn true if the implementation is castable toEntityType. Shortcut fortype instanceof EntityType.An
EntityTypeis additionally anAssociationType; so if this method returns true,Type.isAssociationType()should also return true.- Specified by:
isEntityTypein interfaceType- Returns:
- True if this type is also an
EntityTypeimplementor; false otherwise.
isAnyType
public final boolean isAnyType()
Description copied from interface:TypeReturn true if the implementation is castable toAnyType. Shortcut fortype instanceof AnyType.An
AnyTypeis additionally anAssociationType; so if this method returns true, thenType.isAssociationType()should also return true.
isSame
public final boolean isSame(Object x,Object y)
Description copied from interface:TypeCompare two instances of the class mapped by this type for persistence "equality", that is, equality of persistent state, taking a shortcut for entity references.For most types this should boil down to anequality comparison of the given values, and it's reasonable to simply delegate to
Type.isEqual(Object, Object). But for associations the semantics are a bit different.
isEqual
public final boolean isEqual(Object x,Object y,SessionFactoryImplementor factory)
Description copied from interface:TypeCompare two instances of the class mapped by this type for persistence "equality", that is, equality of persistent state. For most types this could simply delegate toType.isEqual(Object, Object).This should always equate to some form of comparison of the value's internal state. As an example, for Java's
Dateclass, the comparison should be of its internal state, but based only on the specific part which is persistent (the timestamp, date, or time).
isEqual
public boolean isEqual(Object one,Object another)
Description copied from interface:TypeCompare two instances of the class mapped by this type for persistence "equality", that is, equality of persistent state. For most types this could simply delegate toequals().This should always equate to some form of comparison of the value's internal state. As an example, for Java's
Dateclass, the comparison should be of its internal state, but based only on the specific part which is persistent (the timestamp, date, or time).
getHashCode
public final int getHashCode(Object x)
Description copied from interface:TypeGet a hash code, consistent with persistence "equality". For most types this could simply delegate to the given value'shashCode.- Specified by:
getHashCodein interfaceType- Parameters:
x- The value for which to retrieve a hash code- Returns:
- The hash code
getHashCode
public final int getHashCode(Object x,SessionFactoryImplementor factory)
Description copied from interface:TypeGet a hash code, consistent with persistence "equality". For most types this could simply delegate toType.getHashCode(Object).- Specified by:
getHashCodein interfaceType- Parameters:
x- The value for which to retrieve a hash codefactory- The session factory- Returns:
- The hash code
compare
public final int compare(Object x,Object y)
Description copied from interface:TypePerform aComparator-style comparison of the given values.- Specified by:
comparein interfaceType- Parameters:
x- The first valuey- The second value- Returns:
- The comparison result.
- See Also:
Comparator.compare(Object, Object)
isDirty
public final boolean isDirty(Object old,Object current,SharedSessionContractImplementor session)
Description copied from interface:TypeShould the parent be considered dirty, given both the old and current value?
isDirty
public final boolean isDirty(Object old,Object current, boolean[] checkable,SharedSessionContractImplementor session)
Description copied from interface:TypeShould the parent be considered dirty, given both the old and current value?
isModified
public final boolean isModified(Object oldHydratedState,Object currentState, boolean[] checkable,SharedSessionContractImplementor session)
Description copied from interface:TypeHas the value been modified compared to the current database state? The difference between this and theType.isDirty(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor)methods is that here we need to account for "partially" built values. This is really only an issue with association types. For most type implementations it is enough to simply delegate toType.isDirty(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor).- Specified by:
isModifiedin interfaceType- Parameters:
oldHydratedState- the database state, in a "hydrated" form, with identifiers unresolvedcurrentState- the current state of the objectcheckable- which columns are actually checkablesession- The session from which the request originated.- Returns:
- true if the field has been modified
nullSafeSet
public final void nullSafeSet(PreparedStatement st,Object value, int index,SharedSessionContractImplementor session) throwsSQLException
Description copied from interface:TypeBind a value represented by an instance of themapped classto the given JDBCPreparedStatement, ignoring some columns as dictated by thesettableparameter. Implementors should handle the possibility of null values. A multi-column type should bind parameters starting fromindex.- Specified by:
nullSafeSetin interfaceType- Parameters:
st- The JDBC prepared statement to which to bindvalue- the object to writeindex- starting parameter bind indexsession- The originating session- Throws:
SQLException- An error from the JDBC driver
nullSafeSet
protected void nullSafeSet(PreparedStatement st,T value, int index,WrapperOptions options) throwsSQLException
- Throws:
SQLException
toLoggableString
public final String toLoggableString(Object value,SessionFactoryImplementor factory)
Description copied from interface:TypeGenerate a representation of the given value for logging purposes.- Specified by:
toLoggableStringin interfaceType- Parameters:
value- The value to be loggedfactory- The session factory- Returns:
- The loggable representation
isMutable
public final boolean isMutable()
Description copied from interface:TypeAre objects of this type mutable with respect to the referencing object? Entities and collections are considered immutable because they manage their own internal state.
deepCopy
public final Object deepCopy(Object value,SessionFactoryImplementor factory)
Description copied from interface:TypeReturn a deep copy of the persistent state, stopping at entities and at collections.
disassemble
public final Serializable disassemble(Object value,SharedSessionContractImplementor session,Object owner) throwsHibernateException
Description copied from interface:TypeReturn a disassembled representation of the object. This is the representation that is stored in the second-level cache.A reference to an associated entity should be disassembled to its primary key value.
- Specified by:
disassemblein interfaceType- Parameters:
value- the value to cachesession- the originating sessionowner- optional parent entity object (needed for collections)- Returns:
- the disassembled, deep cloned state
- Throws:
HibernateException- An error from Hibernate
assemble
public final Object assemble(Serializable cached,SharedSessionContractImplementor session,Object owner) throwsHibernateException
Description copied from interface:TypeReconstruct the object from its disassembled state. This function is the inverse ofType.disassemble(Object, SharedSessionContractImplementor, Object).- Specified by:
assemblein interfaceType- Parameters:
cached- the disassembled state from the cachesession- the originating sessionowner- the parent entity object- Returns:
- the (re)assembled object
- Throws:
HibernateException- An error from Hibernate
beforeAssemble
public final void beforeAssemble(Serializable cached,SharedSessionContractImplementor session)
Description copied from interface:TypeCalled before assembling a query result set from the query cache, to allow batch fetching of entities missing from the second-level cache.- Specified by:
beforeAssemblein interfaceType- Parameters:
cached- The keysession- The originating session
replace
public final Object replace(Object original,Object target,SharedSessionContractImplementor session,Object owner,Map<Object,Object> copyCache)
Description copied from interface:TypeDuring merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging. For immutable objects, or null values, it is safe to simply return the first parameter. For mutable objects, it is safe to return a copy of the first parameter. For objects with component values, it might make sense to recursively replace component values.
replace
public Object replace(Object original,Object target,SharedSessionContractImplementor session,Object owner,Map<Object,Object> copyCache,ForeignKeyDirection foreignKeyDirection)
Description copied from interface:TypeDuring merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging. For immutable objects, or null values, it is safe to simply return the first parameter. For mutable objects, it is safe to return a copy of the first parameter. For objects with component values, it might make sense to recursively replace component values.- Specified by:
replacein interfaceType- Parameters:
original- the value from the detached entity being mergedtarget- the value in the managed entitysession- The originating sessionowner- The owner of the valuecopyCache- The cache of already copied/replaced valuesforeignKeyDirection- For associations, which direction does the foreign key point?- Returns:
- the value to be merged
canDoExtraction
public boolean canDoExtraction()
Description copied from interface:OutputableTypeCan the given instance of this type actually perform the parameter value extractions?- Specified by:
canDoExtractionin interfaceOutputableType<T extendsSerializable>- Returns:
trueindicates thatOutputableType.extract(java.sql.CallableStatement, int, org.hibernate.engine.spi.SharedSessionContractImplementor)calls will not fail due toIllegalStateException.
extract
public T extract(CallableStatement statement, int startIndex,SharedSessionContractImplementor session) throwsSQLException
Description copied from interface:OutputableTypePerform the extraction- Specified by:
extractin interfaceOutputableType<T extendsSerializable>- Parameters:
statement- The CallableStatement from which to extract the parameter value(s).startIndex- The parameter index from which to extractsession- The originating session- Returns:
- The extracted value.
- Throws:
SQLException- Indicates an issue calling into the CallableStatement
extract
public T extract(CallableStatement statement,String paramName,SharedSessionContractImplementor session) throwsSQLException
Description copied from interface:OutputableTypePerform the extraction- Specified by:
extractin interfaceOutputableType<T extendsSerializable>- Parameters:
statement- The CallableStatement from which to extract the parameter value(s).paramName- The parameter names.session- The originating session- Returns:
- The extracted value.
- Throws:
SQLException- Indicates an issue calling into the CallableStatement
nullSafeSet
public final void nullSafeSet(PreparedStatement st,Object value, int index, boolean[] settable,SharedSessionContractImplementor session) throwsHibernateException,SQLException
Description copied from interface:TypeBind a value represented by an instance of themapped classto the given JDBCPreparedStatement, ignoring some columns as dictated by thesettableparameter. Implementors should handle the possibility of null values. A multi-column type should bind parameters starting fromindex.- Specified by:
nullSafeSetin interfaceType- Parameters:
st- The JDBC prepared statement to which to bindvalue- the object to writeindex- starting parameter bind indexsettable- an array indicating which columns to bind/ignoresession- The originating session- Throws:
HibernateException- An error from HibernateSQLException- An error from the JDBC driver
nullSafeSet
public void nullSafeSet(CallableStatement st,T value,String name,SharedSessionContractImplementor session) throwsSQLException
Description copied from interface:ProcedureParameterNamedBinderBind a value to the JDBC prepared statement, ignoring some columns as dictated by the 'settable' parameter. Implementors should handle the possibility of null values. Does not support multi-column type- Specified by:
nullSafeSetin interfaceProcedureParameterNamedBinder<T extendsSerializable>- Parameters:
st- The CallableStatement to which to bindvalue- the object to writename- parameter bind namesession- The originating session- Throws:
SQLException- An error from the JDBC driver
nullSafeSet
protected final void nullSafeSet(CallableStatement st,Object value,String name,WrapperOptions options) throwsSQLException
- Throws:
SQLException
canDoSetting
public boolean canDoSetting()
Description copied from interface:ProcedureParameterNamedBinderCan the given instance of this type actually set the parameter value by name- Specified by:
canDoSettingin interfaceProcedureParameterNamedBinder<T extendsSerializable>- Returns:
trueindicates that @{link #nullSafeSet} calls will not fail