Uses of Interface
org.apache.openjpa.util.ProxyDate

Packages that use ProxyDate
org.apache.openjpa.util OpenJPA Utilities 
 

Uses of ProxyDate in org.apache.openjpa.util
 

Classes in org.apache.openjpa.util that implement ProxyDate
 class ProxySQLDate
          Extension of the Date type that calls the dirty method on its owning persistence capable instance on modification.
 class ProxyTime
          Extension of the Time type that calls the dirty method on its owning persistence capable instance on modification.
 class ProxyTimestamp
          Extension of the Timestamp type that calls the dirty method on its owning persistence capable instance on modification.
 class ProxyUtilDate
          Extension of the Date type that calls the dirty method on its owning persistence capable instance on modification.
 

Methods in org.apache.openjpa.util that return ProxyDate
 ProxyDate ProxyDate.newInstance()
          Return a new instance of this date type.
 ProxyDate ProxySQLDate.newInstance()
           
 ProxyDate ProxyTime.newInstance()
           
 ProxyDate ProxyTimestamp.newInstance()
           
 ProxyDate ProxyUtilDate.newInstance()
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.