|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Initializer | |
com.arsdigita.persistence | The classes in this package provide an API for creating and manipulating Data Objects. |
com.arsdigita.runtime | The com.arsdigita.runtime package provides classses and interfaces for bootstrapping the CCM runtime environment. |
Uses of Initializer in com.arsdigita.persistence |
Classes in com.arsdigita.persistence that implement Initializer | |
class |
Initializer
Initializer loads UDCTs. |
Uses of Initializer in com.arsdigita.runtime |
Classes in com.arsdigita.runtime that implement Initializer | |
class |
CompoundInitializer
The CompoundInitializer class provides a convenient way to group together a number of individual initializers into a single object that implements the Initializer interface. |
class |
LegacyInitializer
Deprecated. |
class |
PDLInitializer
The PDLInitializer class provides an implementation of the Initializer interface that works in conjunction with the PDLSource interface and implementations thereof in order to
provide a convenient way to initialize object-relational metadata. |
class |
Startup
An entry point initializer for the CCM runtime. |
Methods in com.arsdigita.runtime with parameters of type Initializer | |
static void |
Startup.run(Session session,
Initializer init)
Executes the initialization process. |
void |
CompoundInitializer.add(Initializer init)
Adds init to the set of initializers to be
initialized by this CompoundInitializer. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |