Uses of Interface
org.exolab.castor.xml.ClassDescriptorResolver

Packages that use ClassDescriptorResolver
org.castor.cpa.jpa.info   
org.castor.cpa.util   
org.exolab.castor.persist The Castor persistence engine handles object persistence, object caching, transaction concurrency and locking. 
org.exolab.castor.xml The XML Marshaller API 
org.exolab.castor.xml.util   
 

Uses of ClassDescriptorResolver in org.castor.cpa.jpa.info
 

Methods in org.castor.cpa.jpa.info with parameters of type ClassDescriptorResolver
static void InfoToDescriptorConverter.convert(ClassInfo classInfo, ClassDescriptorResolver cdr, ClassDescriptorImpl descriptor)
          This method converts a ClassInfo to a ClassDescriptorImpl .
 

Uses of ClassDescriptorResolver in org.castor.cpa.util
 

Subinterfaces of ClassDescriptorResolver in org.castor.cpa.util
 interface JDOClassDescriptorResolver
          JDO-specific ClassDescriptorResolver instance that provides functionality to find or "resolve" ClassDescriptors from a given class (name).
 

Classes in org.castor.cpa.util that implement ClassDescriptorResolver
 class JDOClassDescriptorResolverImpl
          JDO-specific ClassDescriptorResolver instance that provides functionality to find or "resolve" ClassDescriptors from a given class (name).
 

Uses of ClassDescriptorResolver in org.exolab.castor.persist
 

Methods in org.exolab.castor.persist with parameters of type ClassDescriptorResolver
 LockEngine PersistenceEngineFactory.createEngine(DatabaseContext databaseContext, ClassDescriptorResolver cdResolver, PersistenceFactory persistenceFactory)
          Creates and returns a new persistence engine.
 

Constructors in org.exolab.castor.persist with parameters of type ClassDescriptorResolver
LockEngine(DatabaseContext databaseContext, ClassDescriptorResolver cdResolver, PersistenceFactory persistenceFactory)
          Construct a new cache engine with the specified mapping table, persistence engine and the log interceptor.
 

Uses of ClassDescriptorResolver in org.exolab.castor.xml
 

Subinterfaces of ClassDescriptorResolver in org.exolab.castor.xml
 interface XMLClassDescriptorResolver
          An interface for finding or "resolving" XMLClassDescriptor classes.
 

Methods in org.exolab.castor.xml that return ClassDescriptorResolver
static ClassDescriptorResolver ClassDescriptorResolverFactory.createClassDescriptorResolver(BindingType type)
          Returns the matching ClassDescriptorResolver instance.
 

Uses of ClassDescriptorResolver in org.exolab.castor.xml.util
 

Classes in org.exolab.castor.xml.util that implement ClassDescriptorResolver
 class XMLClassDescriptorResolverImpl
          The default implementation of the ClassDescriptorResolver interface.
 



Copyright © 2012. All Rights Reserved.