public class NullableCharacterType extends ImmutableType<Character>
Character
to a nullable CHAR column type.
For more details about how to use it, check out this article on vladmihalcea.com.
Modifier and Type | Field and Description |
---|---|
static NullableCharacterType |
INSTANCE |
Constructor and Description |
---|
NullableCharacterType() |
Modifier and Type | Method and Description |
---|---|
Character |
get(ResultSet rs,
String[] names,
org.hibernate.engine.spi.SharedSessionContractImplementor session,
Object owner) |
void |
set(PreparedStatement st,
Character value,
int index,
org.hibernate.engine.spi.SharedSessionContractImplementor session) |
int[] |
sqlTypes() |
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass
public static final NullableCharacterType INSTANCE
public int[] sqlTypes()
public Character get(ResultSet rs, String[] names, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) throws SQLException
get
in class ImmutableType<Character>
SQLException
public void set(PreparedStatement st, Character value, int index, org.hibernate.engine.spi.SharedSessionContractImplementor session) throws SQLException
set
in class ImmutableType<Character>
SQLException
Copyright © 2018. All rights reserved.