Uses of Interface
de.xima.fc.persistence.hibernate.DbValueEncryptor
Packages that use DbValueEncryptor
-
Uses of DbValueEncryptor in de.xima.fc.persistence.hibernate
Methods in de.xima.fc.persistence.hibernate that return DbValueEncryptorModifier and TypeMethodDescriptionstatic <Decrypted extends Serializable, Encrypted extends Serializable>
DbValueEncryptor<Decrypted, Encrypted> DbValueEncryptorRegistry.getEncryptor(Class<Decrypted> unencryptedType, Class<Encrypted> encryptedType)