|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataInitEvent | |
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 DataInitEvent in com.arsdigita.persistence |
Methods in com.arsdigita.persistence with parameters of type DataInitEvent | |
void |
Initializer.init(DataInitEvent evt)
|
Uses of DataInitEvent in com.arsdigita.runtime |
Methods in com.arsdigita.runtime with parameters of type DataInitEvent | |
void |
PDLInitializer.init(DataInitEvent evt)
An implementation of the Initializer.init(DataInitEvent) that loads the
object-relational metadata from the PDLSource specified during
construction of this PDLInitializer. |
void |
LegacyInitializer.init(DataInitEvent evt)
Deprecated. Implentation of Initializer.init(DataInitEvent evt)
that does nothing. |
void |
Initializer.init(DataInitEvent e)
Initializes the object-relational mapping metadata by loading PDL resources. |
void |
CompoundInitializer.init(DataInitEvent evt)
Implementation of the Initializer.init(DataInitEvent)
method. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |