Package org.hibernate.dialect.type
Class OracleStructJdbcType
java.lang.Object
org.hibernate.type.descriptor.jdbc.StructJdbcType
org.hibernate.dialect.type.OracleBaseStructJdbcType
org.hibernate.dialect.type.OracleStructJdbcType
- All Implemented Interfaces:
Serializable,AggregateJdbcType,JdbcType,SqlTypedJdbcType,StructuredJdbcType
- See Also:
-
Field Summary
Fields inherited from class org.hibernate.type.descriptor.jdbc.StructJdbcType
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) protected ObjecttransformRawJdbcValue(Object rawJdbcValue, WrapperOptions options) Methods inherited from class org.hibernate.dialect.type.OracleBaseStructJdbcType
getBinder, getExtraCreateTableInfoMethods inherited from class org.hibernate.type.descriptor.jdbc.StructJdbcType
createJdbcValue, extractJdbcValues, getEmbeddableMappingType, getExtractor, getJdbcRecommendedJavaTypeMapping, getJdbcTypeCode, getStructTypeName, registerOutParameter, registerOutParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcType
addAuxiliaryDatabaseObjects, appendWriteExpression, getCastType, getCheckCondition, getDdlTypeCode, getDefaultSqlTypeCode, getFriendlyName, getJdbcLiteralFormatter, getPreferredJavaTypeClass, hasDatePart, hasTimePart, isArray, isBinary, isBoolean, isComparable, isDecimal, isDuration, isFloat, isImplicitJson, isImplicitXml, isInteger, isInterval, isJson, isLob, isLobOrLong, isNationalized, isNumber, isSmallInteger, isSpatial, isString, isStringLike, isStringLikeExcludingClob, isTemporal, isXml, wrapTopLevelSelectionExpression, wrapWriteExpressionMethods inherited from interface org.hibernate.type.descriptor.jdbc.StructuredJdbcType
getSqlTypeName
-
Constructor Details
-
OracleStructJdbcType
public OracleStructJdbcType()
-
-
Method Details
-
resolveAggregateJdbcType
public AggregateJdbcType resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) - Specified by:
resolveAggregateJdbcTypein interfaceAggregateJdbcType- Overrides:
resolveAggregateJdbcTypein classStructJdbcType
-
transformRawJdbcValue
- Overrides:
transformRawJdbcValuein classStructJdbcType
-