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

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

Uses of ProxyCalendar in org.apache.openjpa.util
 

Classes in org.apache.openjpa.util that implement ProxyCalendar
 class ProxyGregorianCalendar
          Extension of the Calendar type that calls the dirty method on its owning persistence capable instance on modification.
 class ProxyGregorianCalendar4
          ProxyGregorianCalendar subclass that overrides the mutating ProxyGregorianCalendar4.set(int, int) method, which is final in Java 1.3 but public in Java 1.4 and higher.
 

Methods in org.apache.openjpa.util that return ProxyCalendar
 ProxyCalendar ProxyCalendar.newInstance(TimeZone timeZone)
          Return a new instance of this calendar type.
 ProxyCalendar ProxyGregorianCalendar.newInstance(TimeZone timeZone)
           
 ProxyCalendar ProxyGregorianCalendar4.newInstance(TimeZone timeZone)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.