|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.lib.AbstractPMapcluster
org.objectweb.jorm.mapper.fos.lib.FosPMapCluster
Defines the PMapCluster used to manage the directory tree for the FOS mappers.
Field Summary |
Fields inherited from class org.objectweb.jorm.lib.AbstractPMapcluster |
jcNames, structuresActive, unresolvedDependencies |
Method Summary | |
void |
createMappingStructures(boolean force)
Creates the mapping structures defined by this map cluster. |
void |
deleteData()
Deletes the data that have been inserted into the mapping structures defined by this map cluster. |
void |
deleteMappingStructures()
Deletes all or part of the mapping structures defined by this map cluster when they exist. |
Methods inherited from class org.objectweb.jorm.lib.AbstractPMapcluster |
addDependency, classDefined, containClass, getClusterClasses, getUnResolvedDependencies, isDefined, start, stop, updateMappingStructures |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void createMappingStructures(boolean force) throws PException
force
- If true, the creation of an existing table leads to an exception.
PException
- Thrown if it cannot be performed (especially
if all or some of these mapping structures already exist.public void deleteData() throws PException
PException
- Thrown when the data store cannot perform this
operation.public void deleteMappingStructures() throws PException
PException
- Thrown when the data store cannot perform this
operation.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |