|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
defines the attributes (Fractal attribute Controller) of the JormFactory component.
JormFactory
Field Summary | |
---|---|
static byte |
CREATE_IF_REQUIRED
The mapping structures are created if they are not already present |
static byte |
DELETE_DATA
The data present in the mapping structure are removed. |
static byte |
DO_NOTHING
nothing is done. |
static byte |
FORCE_CREATE
The mapping structures are removed (if they already exist), and created. |
Method Summary | |
---|---|
boolean |
getMappingOnClassRegistration()
Indicates if during the class registration, the persistent classes have to be mapped. |
byte |
getMappingStructureRule()
|
java.util.Properties |
getSpeedoProperties()
Returns speedo properties used to configure each home (caching, ...) |
void |
setMappingOnClassRegistration(boolean val)
|
void |
setMappingStructureRule(byte rule)
|
void |
setSpeedoProperties(java.util.Properties p)
Assignes speedo properties which permits to configure each home (caching, ...) |
Field Detail |
public static final byte DO_NOTHING
public static final byte CREATE_IF_REQUIRED
public static final byte FORCE_CREATE
public static final byte DELETE_DATA
Method Detail |
public byte getMappingStructureRule()
public void setMappingStructureRule(byte rule)
rule
- is the default mapping structure rule to apply during the map
operation of the persistent classes.public boolean getMappingOnClassRegistration()
public void setMappingOnClassRegistration(boolean val)
val
- is a boolean value Indicating if during the class
registration, the persistent classes have to be mapped.
True : the class are mapped at class registration time
False: nothing is done.public void setSpeedoProperties(java.util.Properties p)
public java.util.Properties getSpeedoProperties()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |