Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.RuntimeCollective.webapps.bean.DateBean

Uses of DateBean in com.RuntimeCollective.webapps.bean
 

Methods in com.RuntimeCollective.webapps.bean that return DateBean
static DateBean DateBean.fromSql(java.lang.Object result)
          Generate a DateBean from an object returned from a JDBC SQL query.
 

Methods in com.RuntimeCollective.webapps.bean with parameters of type DateBean
static java.lang.String DateBean.toSql(DateBean date)
          Deprecated. This method seems buggy under Oracle. Instead, just pass the java.util.Date object straight to RuntimeDataSource.save(...); it will format it correctly.