|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.config.CompassEnvironment.Osem
public abstract class CompassEnvironment.Osem
| Field Summary | |
|---|---|
static String |
FILTER_DUPLICATES
Should duplucates (object with the same ids) be filtered out when they have already been marshalled during the marshalling process of a root object. |
static String |
LAZY_REFERNCE
Controls if reference mappings for collections are lazy by default or not. |
static String |
MANAGED_ID_DEFAULT
The default managed id for all property mappings based on ClassPropertyMapping.ManagedId
configuration. |
static String |
MANAGED_ID_INDEX
A setting for managed id index feature. |
static String |
SUPPORT_UNMARSHALL
Controls if the default support for un-marshalling within class mappings will default to true or false (unless it is explicitly set
in the class mapping). |
| Constructor Summary | |
|---|---|
CompassEnvironment.Osem()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MANAGED_ID_INDEX
Property.Index, with the default value of no.
(Note, the other possible value is un_tokenized).
public static final String MANAGED_ID_DEFAULT
ClassPropertyMapping.ManagedId
configuration. Defaults to NO_STORE.
This can be overriden either by using class mapping level setting or property level mapping.
public static final String SUPPORT_UNMARSHALL
true or false (unless it is explicitly set
in the class mapping). Defaults to true.
public static final String LAZY_REFERNCE
false.
public static final String FILTER_DUPLICATES
false.
| Constructor Detail |
|---|
public CompassEnvironment.Osem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||