Class DateUtilSQLConverter

  • All Implemented Interfaces:
    java.io.Serializable, IConverter

    public class DateUtilSQLConverter
    extends java.lang.Object
    implements IConverter
    In java a java.util.Date and in database a java.sql.Date.

    Author:
    Javier Paniza
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object toDB​(java.lang.Object o)  
      java.lang.Object toJava​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait