Class DefaultPropertyTypeConverter

  • All Implemented Interfaces:
    PropertyTypeConverter

    public class DefaultPropertyTypeConverter
    extends java.lang.Object
    implements PropertyTypeConverter
    Default converter for handling data going to and from the persistence layer.

    Properties are stored as a set of well-defined types defined by the enumeration PropertyValueEntity.PersistedType. Ultimately, data can be persisted as BLOB data, but must be the last resort.

    Since:
    3.2
    Author:
    Derek Hulley