Package org.jasypt.hibernate6.type


package org.jasypt.hibernate6.type
  • 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.
    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.
    Constant names of the parameters that can be used by a jasypt type's typedef declaration in a Hibernate mapping.