public class FCEncryptedIntegerType extends Object implements org.hibernate.usertype.UserType, org.hibernate.usertype.ParameterizedType
| Modifier and Type | Field and Description | 
|---|---|
protected static org.slf4j.Logger | 
LOG  | 
static String | 
NAME  | 
static String | 
PARAM_DEFAULT_VALUE  | 
| Constructor and Description | 
|---|
FCEncryptedIntegerType()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
assemble(Serializable cached,
        Object owner)  | 
Integer | 
convertToObject(String value)  | 
String | 
convertToString(Object object)  | 
Object | 
deepCopy(Object value)  | 
Serializable | 
disassemble(Object value)  | 
boolean | 
equals(Object x,
      Object y)  | 
protected IDBStringEncryptor | 
getEncryptor()  | 
int | 
hashCode(Object x)  | 
boolean | 
isMutable()  | 
Object | 
nullSafeGet(ResultSet rs,
           String[] names,
           org.hibernate.engine.spi.SharedSessionContractImplementor session,
           Object owner)  | 
void | 
nullSafeSet(PreparedStatement st,
           Object value,
           int index,
           org.hibernate.engine.spi.SharedSessionContractImplementor session)  | 
Object | 
replace(Object original,
       Object target,
       Object owner)  | 
Class | 
returnedClass()  | 
void | 
setParameterValues(Properties parameters)  | 
int[] | 
sqlTypes()  | 
public static final String NAME
public static final String PARAM_DEFAULT_VALUE
protected static final org.slf4j.Logger LOG
public Class returnedClass()
returnedClass in interface org.hibernate.usertype.UserTypepublic int[] sqlTypes()
sqlTypes in interface org.hibernate.usertype.UserTypepublic boolean equals(Object x, Object y) throws org.hibernate.HibernateException
equals in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionpublic Object deepCopy(Object value) throws org.hibernate.HibernateException
deepCopy in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionpublic Object assemble(Serializable cached, Object owner) throws org.hibernate.HibernateException
assemble in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionpublic Serializable disassemble(Object value) throws org.hibernate.HibernateException
disassemble in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionpublic boolean isMutable()
isMutable in interface org.hibernate.usertype.UserTypepublic int hashCode(Object x) throws org.hibernate.HibernateException
hashCode in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionpublic Object replace(Object original, Object target, Object owner) throws org.hibernate.HibernateException
replace in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionprotected IDBStringEncryptor getEncryptor()
public Object nullSafeGet(ResultSet rs, String[] names, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) throws org.hibernate.HibernateException, SQLException
nullSafeGet in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionSQLExceptionpublic void nullSafeSet(PreparedStatement st, Object value, int index, org.hibernate.engine.spi.SharedSessionContractImplementor session) throws org.hibernate.HibernateException, SQLException
nullSafeSet in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionSQLExceptionpublic void setParameterValues(Properties parameters)
setParameterValues in interface org.hibernate.usertype.ParameterizedTypeCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.