Uses of Class
org.jasypt.hibernate.type.AbstractEncryptedAsStringType

Packages that use AbstractEncryptedAsStringType
org.jasypt.hibernate.type   
 

Uses of AbstractEncryptedAsStringType in org.jasypt.hibernate.type
 

Subclasses of AbstractEncryptedAsStringType in org.jasypt.hibernate.type
 class EncryptedBigDecimalAsStringType
           A Hibernate 3 UserType implementation which allows encryption of BigDecimal values into String (VARCHAR) database fields during persistence of entities.
 class EncryptedBigIntegerAsStringType
           A Hibernate 3 UserType implementation which allows encryption of BigInteger values into String (VARCHAR) database fields during persistence of entities.
 class EncryptedBooleanAsStringType
           A Hibernate 3 UserType implementation which allows encryption of Boolean values into String (VARCHAR) database fields during persistence of entities.
 class EncryptedByteAsStringType
           A Hibernate 3 UserType implementation which allows encryption of Byte values into String (VARCHAR) database fields during persistence of entities.
 class EncryptedCalendarAsStringType
           A Hibernate 3 UserType implementation which allows encryption of Calendar values into String (VARCHAR) database fields during persistence of entities.
 class EncryptedDateAsStringType
           A Hibernate 3 UserType implementation which allows encryption of Date values into String (VARCHAR) database fields during persistence of entities.
 class EncryptedDoubleAsStringType
           A Hibernate 3 UserType implementation which allows encryption of Double values into String (VARCHAR) database fields during persistence of entities.
 class EncryptedFloatAsStringType
           A Hibernate 3 UserType implementation which allows encryption of Float values into String (VARCHAR) database fields during persistence of entities.
 class EncryptedIntegerAsStringType
           A Hibernate 3 UserType implementation which allows encryption of Integer values into String (VARCHAR) database fields during persistence of entities.
 class EncryptedLongAsStringType
           A Hibernate 3 UserType implementation which allows encryption of Long values into String (VARCHAR) database fields during persistence of entities.
 class EncryptedShortAsStringType
           A Hibernate 3 UserType implementation which allows encryption of Short values into String (VARCHAR) database fields during persistence of entities.
 class EncryptedStringType
           A Hibernate 3 UserType implementation which allows transparent encryption of String values during persistence of entities.
 



Copyright © 2008 The JASYPT team. All Rights Reserved.