|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PDLSource | |
| com.arsdigita.persistence.pdl | Verifies and loads Persistence Definition Language (PDL) files for use by the persistence metadata system. |
| com.arsdigita.runtime | The com.arsdigita.runtime package provides classses and interfaces for bootstrapping the CCM runtime environment. |
| Uses of PDLSource in com.arsdigita.persistence.pdl |
| Classes in com.arsdigita.persistence.pdl that implement PDLSource | |
class |
DirSource
An implementation of PDLSource that loads all files under a directory. |
class |
FileSource
An implementation of PDLSource that loads an individual file. |
class |
ManifestSource
The ManifestSource class provides an implementation of the PDLSource interface that loads object-relational metadata from a
manifest file that lists resources located in the java classpath. |
| Uses of PDLSource in com.arsdigita.runtime |
| Constructors in com.arsdigita.runtime with parameters of type PDLSource | |
PDLInitializer(PDLSource source)
Constructs a new implementation of the Initializer
interface that will upon invokation load any object-relational
metadata referenced by the given PDLSource. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||