Class FCEncryptedIntegerType
java.lang.Object
de.xima.fc.persistence.hibernate.FcEncryptedIntegerType
de.xima.fc.security.encryption.FCEncryptedIntegerType
- All Implemented Interfaces:
FcEncryptedUserType, IFcEncryptedType, org.hibernate.usertype.ParameterizedType, org.hibernate.usertype.UserType
@Deprecated
public class FCEncryptedIntegerType
extends FcEncryptedIntegerType
implements IFcEncryptedType
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.slf4j.LoggerDeprecated.static final StringDeprecated.static final StringDeprecated.Fields inherited from class FcEncryptedIntegerType
SCOPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToObject(String value) Deprecated.convertToString(Object object) Deprecated.Deprecated.protected IDBStringEncryptorDeprecated.Methods inherited from class FcEncryptedIntegerType
assemble, deepCopy, disassemble, equals, getScope, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, setParameterValues, sqlTypesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.usertype.UserType
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, sqlTypes
-
Field Details
-
NAME
-
PARAM_DEFAULT_VALUE
-
LOG
protected static final org.slf4j.Logger LOGDeprecated.
-
-
Constructor Details
-
FCEncryptedIntegerType
public FCEncryptedIntegerType()Deprecated.
-
-
Method Details
-
convertToObject
-
convertToString
-
getEncryptionScope
Deprecated.- Specified by:
getEncryptionScopein interfaceIFcEncryptedType
-
getEncryptor
Deprecated.
-
FcEncryptedIntegerTypedirectly.