Package org.hibernate.dialect
Class OracleStructJdbcType
- java.lang.Object
-
- org.hibernate.dialect.StructJdbcType
-
- org.hibernate.dialect.OracleStructJdbcType
-
- All Implemented Interfaces:
Serializable,AggregateJdbcType,JdbcType
public class OracleStructJdbcType extends StructJdbcType
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hibernate.dialect.StructJdbcType
INSTANCE
-
-
Constructor Summary
Constructors Constructor Description OracleStructJdbcType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregateJdbcTyperesolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)protected ObjecttransformRawJdbcValue(Object rawJdbcValue, WrapperOptions options)-
Methods inherited from class org.hibernate.dialect.StructJdbcType
createJdbcValue, extractJdbcValues, getBinder, getEmbeddableMappingType, getExtractor, getJdbcRecommendedJavaTypeMapping, getJdbcTypeCode, registerOutParameter, registerOutParameter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcType
addAuxiliaryDatabaseObjects, addAuxiliaryDatabaseObjects, appendWriteExpression, getCastType, getCheckCondition, getDdlTypeCode, getDefaultSqlTypeCode, getExtraCreateTableInfo, getFriendlyName, getJdbcLiteralFormatter, getPreferredJavaTypeClass, isBinary, isDecimal, isDuration, isFloat, isInteger, isInterval, isLob, isLobOrLong, isNationalized, isNumber, isString, isStringLike, isTemporal, wrapTopLevelSelectionExpression, wrapWriteExpression
-
-
-
-
Method Detail
-
resolveAggregateJdbcType
public AggregateJdbcType resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)
- Specified by:
resolveAggregateJdbcTypein interfaceAggregateJdbcType- Overrides:
resolveAggregateJdbcTypein classStructJdbcType
-
transformRawJdbcValue
protected Object transformRawJdbcValue(Object rawJdbcValue, WrapperOptions options)
- Overrides:
transformRawJdbcValuein classStructJdbcType
-
-