Class BigIntegerAttributeConverter

Object
org.jasypt.hibernate6.encryptor.converters.BigIntegerAttributeConverter
All Implemented Interfaces:
jakarta.persistence.AttributeConverter<BigInteger,BigInteger>

public class BigIntegerAttributeConverter extends Object implements jakarta.persistence.AttributeConverter<BigInteger,BigInteger>
  • Constructor Details

    • BigIntegerAttributeConverter

      public BigIntegerAttributeConverter()
  • Method Details

    • convertToDatabaseColumn

      public BigInteger convertToDatabaseColumn(BigInteger attribute)
      Specified by:
      convertToDatabaseColumn in interface jakarta.persistence.AttributeConverter<BigInteger,BigInteger>
    • convertToEntityAttribute

      public BigInteger convertToEntityAttribute(BigInteger dbData)
      Specified by:
      convertToEntityAttribute in interface jakarta.persistence.AttributeConverter<BigInteger,BigInteger>