| org.objectweb.speedo.mapper.api.JormFactoryAttributes
All known Subclasses: org.objectweb.speedo.mapper.lib.BasicJormFactory,
JormFactoryAttributes | public interface JormFactoryAttributes extends AttributeController(Code) | | defines the attributes (Fractal attribute Controller) of the JormFactory
component.
See Also: org.objectweb.speedo.mapper.api.JormFactory author: S.Chassande-Barrioz |
CREATE_IF_REQUIRED | byte CREATE_IF_REQUIRED(Code) | | The mapping structures are created if they are not already present
|
DELETE_DATA | byte DELETE_DATA(Code) | | The data present in the mapping structure are removed. Of course if the
mapping structure do not exist, they are created.
|
DO_NOTHING | byte DO_NOTHING(Code) | | nothing is done. Then the mapping structures already exist at the Speedo
starting
|
FORCE_CREATE | byte FORCE_CREATE(Code) | | The mapping structures are removed (if they already exist), and created.
|
getMappingStructureRule | byte getMappingStructureRule()(Code) | | the default mapping structure rule applied during the mapoperation of the persistent classes. |
getSpeedoProperties | Properties getSpeedoProperties()(Code) | | Returns speedo properties used to configure each home
(caching, ...)
|
setMappingStructureRule | void setMappingStructureRule(byte rule)(Code) | | Parameters: rule - is the default mapping structure rule to apply during the mapoperation of the persistent classes. |
setSpeedoProperties | void setSpeedoProperties(Properties p)(Code) | | Assignes speedo properties which permits to configure each home
(caching, ...)
|
setSpeedoProperty | void setSpeedoProperty(String[] name_n_value)(Code) | | |
|
|