Class MyDataType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<UntypedData>

    @Entity
    @Indexed
    public final class MyDataType
    extends MyUntypedData
    Internal representation of DataType for persistence with HIBERNATE.
    See Also:
    Serialized Form
    • Constructor Detail

      • MyDataType

        protected MyDataType()
        Default constructor for MyDataType is necessary for PojoInstantiator of HIBERNATE.