Uses of Interface
org.apache.cayenne.access.types.ExtendedTypeFactory

Packages that use ExtendedTypeFactory
org.apache.cayenne.access.types Defines an extendable mechanism to map Java types to JDBC types. 
 

Uses of ExtendedTypeFactory in org.apache.cayenne.access.types
 

Methods in org.apache.cayenne.access.types that return types with arguments of type ExtendedTypeFactory
 Collection<ExtendedTypeFactory> ExtendedTypeMap.getFactories()
          Deprecated. since 3.0 unused
 

Methods in org.apache.cayenne.access.types with parameters of type ExtendedTypeFactory
 void ExtendedTypeMap.addFactory(ExtendedTypeFactory factory)
          Adds an ExtendedTypeFactory that will be consulted if no direct mapping for a given class exists.
 void ExtendedTypeMap.removeFactory(ExtendedTypeFactory factory)
          Removes a factory from the registered factories if it was previously added.
 



Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.