Class UriConverter

java.lang.Object
io.jmix.core.entity.UriConverter
All Implemented Interfaces:
javax.persistence.AttributeConverter<URI,String>

public class UriConverter extends Object implements javax.persistence.AttributeConverter<URI,String>
  • Constructor Details

    • UriConverter

      public UriConverter()
  • Method Details

    • convertToDatabaseColumn

      public String convertToDatabaseColumn(URI attribute)
      Specified by:
      convertToDatabaseColumn in interface javax.persistence.AttributeConverter<URI,String>
    • convertToEntityAttribute

      public URI convertToEntityAttribute(String dbData)
      Specified by:
      convertToEntityAttribute in interface javax.persistence.AttributeConverter<URI,String>