Uses of Class
com.arsdigita.persistence.metadata.MetadataRoot

Packages that use MetadataRoot
com.arsdigita.persistence The classes in this package provide an API for creating and manipulating Data Objects. 
com.arsdigita.persistence.metadata Provides a set of classes to store metadata about data object types and the database schema used to persist data objects. 
com.arsdigita.persistence.pdl Verifies and loads Persistence Definition Language (PDL) files for use by the persistence metadata system. 
 

Uses of MetadataRoot in com.arsdigita.persistence
 

Methods in com.arsdigita.persistence that return MetadataRoot
static MetadataRoot SessionManager.getMetadataRoot()
          This returns the metadata root
 MetadataRoot Session.getMetadataRoot()
           
 

Methods in com.arsdigita.persistence with parameters of type MetadataRoot
static void SessionManager.configure(String name, MetadataRoot root, ConnectionSource source)
           
static Session SessionManager.open(String name, MetadataRoot root, ConnectionSource source)
           
 

Uses of MetadataRoot in com.arsdigita.persistence.metadata
 

Methods in com.arsdigita.persistence.metadata that return MetadataRoot
static MetadataRoot MetadataRoot.getMetadataRoot(Root root)
           
static MetadataRoot MetadataRoot.getMetadataRoot()
          Returns the MetadataRoot instance for this JVM.
 

Uses of MetadataRoot in com.arsdigita.persistence.pdl
 

Methods in com.arsdigita.persistence.pdl that return MetadataRoot
static MetadataRoot PDL.loadDirectory(File dir)
          Loads all the PDL files in a given directory
static MetadataRoot PDL.compilePDLFiles(Collection files)
          Compiles PDL to Persistence Metadata
 

Methods in com.arsdigita.persistence.pdl with parameters of type MetadataRoot
static void PDLOutputter.writePDL(MetadataRoot root, File directory)
          Output the contents of an entire metadata hierarchy as PDL files.
 void PDL.generateMetadata(MetadataRoot root)
          Generates the metadata that corresponds to the AST generated from the various PDL files, all beneath the given metadata root node.
 void PDLCompiler.emit(MetadataRoot root)
          Compiles the parsed PDL into the specified MetadataRoot.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC