public class OracleIntervalDayToSecondType extends ImmutableType<Duration>
Duration
object to a Oracle IntervalDS column type.
For more details about how to use it, check out this article on vladmihalcea.com.
Modifier and Type | Field and Description |
---|---|
static OracleIntervalDayToSecondType |
INSTANCE |
Constructor and Description |
---|
OracleIntervalDayToSecondType() |
Modifier and Type | Method and Description |
---|---|
protected Duration |
get(ResultSet rs,
String[] names,
org.hibernate.engine.spi.SharedSessionContractImplementor session,
Object owner)
Get the column value from the JDBC
ResultSet . |
protected void |
set(PreparedStatement st,
Duration value,
int index,
org.hibernate.engine.spi.SharedSessionContractImplementor session)
Set the column value on the provided JDBC
PreparedStatement . |
int[] |
sqlTypes() |
assemble, assemble, beforeAssemble, compare, deepCopy, deepCopy, defaultSizes, dictatedSizes, disassemble, disassemble, equals, getColumnSpan, getConfiguration, getHashCode, getHashCode, getName, getReturnedClass, getSemiResolvedType, hashCode, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, replace, replace, replace, resolve, returnedClass, semiResolve, sqlTypes, toColumnNullness, toLoggableString
public static final OracleIntervalDayToSecondType INSTANCE
protected Duration get(ResultSet rs, String[] names, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) throws SQLException
ImmutableType
ResultSet
.get
in class ImmutableType<Duration>
rs
- JDBC ResultSet
names
- database column namesession
- current Hibernate Session
owner
- current Hibernate SessionFactoryImplementor
SQLException
- in case of failureprotected void set(PreparedStatement st, Duration value, int index, org.hibernate.engine.spi.SharedSessionContractImplementor session) throws SQLException
ImmutableType
PreparedStatement
.set
in class ImmutableType<Duration>
st
- JDBC PreparedStatement
value
- database column valueindex
- database column indexsession
- current Hibernate Session
SQLException
- in case of failurepublic int[] sqlTypes()
Copyright © 2020. All rights reserved.