public class CryptographicKeyType extends BucketClobStringType
This type only supports instances of PrivateKey
and PublicKey
Keys are marshalled from non-opaque encoded forms using the encryptionProvider component sourced from
the ContainerManager
BucketClobStringType.LobCreatorSynchronization
Constructor and Description |
---|
CryptographicKeyType() |
Modifier and Type | Method and Description |
---|---|
Object |
nullSafeGet(ResultSet resultSet,
String[] names,
Object owner) |
void |
nullSafeSet(PreparedStatement preparedStatement,
Object o,
int i) |
Class |
returnedClass() |
int[] |
sqlTypes() |
deepCopy, equals, getLobHandler, isMutable, isUseSetClobAsString, isUsingHSQL, isUsingMySQL, isUsingOracle, setUseSetClobAsString
public Class returnedClass()
returnedClass
in interface net.sf.hibernate.UserType
returnedClass
in class BucketClobStringType
public int[] sqlTypes()
sqlTypes
in interface net.sf.hibernate.UserType
sqlTypes
in class BucketClobStringType
public Object nullSafeGet(ResultSet resultSet, String[] names, Object owner) throws SQLException
nullSafeGet
in interface net.sf.hibernate.UserType
nullSafeGet
in class BucketClobStringType
SQLException
public void nullSafeSet(PreparedStatement preparedStatement, Object o, int i) throws SQLException
nullSafeSet
in interface net.sf.hibernate.UserType
nullSafeSet
in class BucketClobStringType
SQLException
Copyright © 2003–2016 Atlassian. All rights reserved.