|
Class Summary |
| AbstractEncryptedAsStringType |
Base class for Hibernate UserTypes to store
values as encrypted strings. |
| EncryptedBigDecimalAsStringType |
A Hibernate UserType implementation which allows
encryption of BigDecimal values into String (VARCHAR) database fields
during persistence of entities. |
| EncryptedBigDecimalType |
A Hibernate UserType implementation which allows transparent
encryption of BigDecimal values during persistence of entities. |
| EncryptedBigIntegerAsStringType |
A Hibernate UserType implementation which allows
encryption of BigInteger values into String (VARCHAR) database fields
during persistence of entities. |
| EncryptedBigIntegerType |
A Hibernate UserType implementation which allows transparent
encryption of BigInteger values during persistence of entities. |
| EncryptedBinaryType |
A Hibernate UserType implementation which allows transparent
encryption of byte[] values during persistence of entities. |
| EncryptedBooleanAsStringType |
A Hibernate UserType implementation which allows
encryption of Boolean values into String (VARCHAR) database fields
during persistence of entities. |
| EncryptedByteAsStringType |
A Hibernate UserType implementation which allows
encryption of Byte values into String (VARCHAR) database fields
during persistence of entities. |
| EncryptedCalendarAsStringType |
A Hibernate UserType implementation which allows
encryption of Calendar values into String (VARCHAR) database fields
during persistence of entities. |
| EncryptedDateAsStringType |
A Hibernate UserType implementation which allows
encryption of Date values into String (VARCHAR) database fields
during persistence of entities. |
| EncryptedDoubleAsStringType |
A Hibernate UserType implementation which allows
encryption of Double values into String (VARCHAR) database fields
during persistence of entities. |
| EncryptedFloatAsStringType |
A Hibernate UserType implementation which allows
encryption of Float values into String (VARCHAR) database fields
during persistence of entities. |
| EncryptedIntegerAsStringType |
A Hibernate UserType implementation which allows
encryption of Integer values into String (VARCHAR) database fields
during persistence of entities. |
| EncryptedLongAsStringType |
A Hibernate UserType implementation which allows
encryption of Long values into String (VARCHAR) database fields
during persistence of entities. |
| EncryptedShortAsStringType |
A Hibernate UserType implementation which allows
encryption of Short values into String (VARCHAR) database fields
during persistence of entities. |
| EncryptedStringType |
A Hibernate UserType implementation which allows transparent
encryption of String values during persistence of entities. |
| ParameterNaming |
Constant names of the parameters that can be used by a jasypt type's
typedef declaration in a Hibernate mapping. |