Interface IFcEncryptedType

All Superinterfaces:
org.hibernate.usertype.UserType
All Known Implementing Classes:
FCEncryptedBinaryType, FCEncryptedIntegerType, FCEncryptedStringType, FormDataEncryptedBinaryType, FormDataEncryptedStringType

@Deprecated public interface IFcEncryptedType extends org.hibernate.usertype.UserType
Deprecated.
Base interface for all custom Hibernate types for encryption.
Since:
8.3.5
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     

    Methods inherited from interface org.hibernate.usertype.UserType

    assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, sqlTypes