Skip to main content

io.cybercrypt.d1.jpa.conversion

//d1-jpa/io.cybercrypt.d1.jpa.conversion

Package io.cybercrypt.d1.jpa.conversion

Types

NameSummary
CryptoConverter[d1-jpa]
public class CryptoConverter<T, U>
An AttributeConverter implementation that uses a Cryptor to encrypt entity attributes.
D1CryptoConverter[d1-jpa]
public class D1CryptoConverter<T, U>
This class specializes the CryptoConverter by allowing the injection of a D1GenericClient which will be used for instantiating the Cryptor instance of its superclass.