Class DateToSqlDateConverter

  • All Implemented Interfaces:
    Converter<Date,​Date>, Serializable

    @Deprecated
    public class DateToSqlDateConverter
    extends Object
    implements Converter<Date,​Date>
    Deprecated.
    Converter for handling conversion between Date and Date. This is used when a PopupDateField or InlineDateField is connected to a java.sql.Date property, typically through a JPAContainer or SQLContainer. Note that information (time information) is lost when converting from Date to Date.
    Since:
    7.1
    Author:
    Vaadin Ltd
    See Also:
    Serialized Form