public class PostgreSQLCITextType extends ImmutableType<String>
Modifier and Type | Field and Description |
---|---|
static PostgreSQLCITextType |
INSTANCE |
Constructor and Description |
---|
PostgreSQLCITextType() |
Modifier and Type | Method and Description |
---|---|
protected String |
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,
String 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 PostgreSQLCITextType INSTANCE
public int[] sqlTypes()
protected String get(ResultSet rs, String[] names, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) throws SQLException
ImmutableType
ResultSet
.get
in class ImmutableType<String>
rs
- JDBC ResultSet
names
- database column namesession
- current Hibernate Session
owner
- current Hibernate SessionFactoryImplementor
SQLException
- in case of failureprotected void set(PreparedStatement st, String value, int index, org.hibernate.engine.spi.SharedSessionContractImplementor session) throws SQLException
ImmutableType
PreparedStatement
.set
in class ImmutableType<String>
st
- JDBC PreparedStatement
value
- database column valueindex
- database column indexsession
- current Hibernate Session
SQLException
- in case of failureCopyright © 2021. All rights reserved.