All Classes and Interfaces
Classes
Class
Description
Base class for Hibernate UserTypes to store
values as encrypted strings.
A Hibernate UserType implementation which allows
encryption of BigDecimal values into String (VARCHAR) database fields
during persistence of entities.
A Hibernate UserType implementation which allows transparent
encryption of BigDecimal values during persistence of entities.
A Hibernate UserType implementation which allows
encryption of BigInteger values into String (VARCHAR) database fields
during persistence of entities.
A Hibernate UserType implementation which allows transparent
encryption of BigInteger values during persistence of entities.
A Hibernate UserType implementation which allows transparent
encryption of byte[] values during persistence of entities.
A Hibernate UserType implementation which allows
encryption of Boolean values into String (VARCHAR) database fields
during persistence of entities.
A Hibernate UserType implementation which allows
encryption of Byte values into String (VARCHAR) database fields
during persistence of entities.
A Hibernate UserType implementation which allows
encryption of Calendar values into String (VARCHAR) database fields
during persistence of entities.
A Hibernate UserType implementation which allows
encryption of Date values into String (VARCHAR) database fields
during persistence of entities.
A Hibernate UserType implementation which allows
encryption of Double values into String (VARCHAR) database fields
during persistence of entities.
A Hibernate UserType implementation which allows
encryption of Float values into String (VARCHAR) database fields
during persistence of entities.
A Hibernate UserType implementation which allows
encryption of Integer values into String (VARCHAR) database fields
during persistence of entities.
A Hibernate UserType implementation which allows
encryption of Long values into String (VARCHAR) database fields
during persistence of entities.
Extension of
C3P0ConnectionProvider that allows the user
to write the datasource configuration parameters in an encrypted manner in the
hibernate.cfg.xml or hibernate.properties file
Extension of
DriverManagerConnectionProviderImpl that allows the user
to write the datasource configuration parameters in an encrypted manner in the
hibernate.cfg.xml or hibernate.properties file
A Hibernate UserType implementation which allows
encryption of Short values into String (VARCHAR) database fields
during persistence of entities.
A Hibernate UserType implementation which allows transparent
encryption of String values during persistence of entities.
Placeholder class for PBEBigDecimalEncryptor objects which are
eligible for use from Hibernate.
Placeholder class for PBEBigIntegerEncryptor objects which are
eligible for use from Hibernate.
Placeholder class for PBEByteEncryptor objects which are
eligible for use from Hibernate.
Registry for all the PBE*Encryptor which are eligible for
use from Hibernate.
Placeholder class for PBEStringEncryptor objects which are
eligible for use from Hibernate.
Constant names of the parameters that can be used by a jasypt's
Hibernate connection provider.
Constant names of the parameters that can be used by a jasypt type's
typedef declaration in a Hibernate mapping.