Interface IFcEncryptedType
- All Superinterfaces:
org.hibernate.usertype.UserType
- All Known Implementing Classes:
FCEncryptedBinaryType, FCEncryptedIntegerType, FCEncryptedStringType, FormDataEncryptedBinaryType, FormDataEncryptedStringType
Deprecated.
Base interface for all custom Hibernate types for encryption.
- Since:
- 8.3.5
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface org.hibernate.usertype.UserType
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, sqlTypes
-
Method Details
-
getEncryptionScope
EFcEncryptionScope getEncryptionScope()Deprecated.
-