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

Package
Description
 
  • Uses of AbstractEncryptedAsStringType in org.jasypt.hibernate6.type

    Modifier and Type
    Class
    Description
    final class 
    A Hibernate UserType implementation which allows encryption of BigDecimal values into String (VARCHAR) database fields during persistence of entities.
    final class 
    A Hibernate UserType implementation which allows encryption of BigInteger values into String (VARCHAR) database fields during persistence of entities.
    final class 
    A Hibernate UserType implementation which allows encryption of Boolean values into String (VARCHAR) database fields during persistence of entities.
    final class 
    A Hibernate UserType implementation which allows encryption of Byte values into String (VARCHAR) database fields during persistence of entities.
    final class 
    A Hibernate UserType implementation which allows encryption of Calendar values into String (VARCHAR) database fields during persistence of entities.
    final class 
    A Hibernate UserType implementation which allows encryption of Date values into String (VARCHAR) database fields during persistence of entities.
    final class 
    A Hibernate UserType implementation which allows encryption of Double values into String (VARCHAR) database fields during persistence of entities.
    final class 
    A Hibernate UserType implementation which allows encryption of Float values into String (VARCHAR) database fields during persistence of entities.
    final class 
    A Hibernate UserType implementation which allows encryption of Integer values into String (VARCHAR) database fields during persistence of entities.
    final class 
    A Hibernate UserType implementation which allows encryption of Long values into String (VARCHAR) database fields during persistence of entities.
    final class 
    A Hibernate UserType implementation which allows encryption of Short values into String (VARCHAR) database fields during persistence of entities.
    final class 
    A Hibernate UserType implementation which allows transparent encryption of String values during persistence of entities.