|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.util.Parameter
org.compass.core.mapping.osem.ClassPropertyMapping.ManagedId
public static final class ClassPropertyMapping.ManagedId
| Field Summary | |
|---|---|
static ClassPropertyMapping.ManagedId |
AUTO
The meta-data (resource-property) that will act as the id will be computed automatically. |
static ClassPropertyMapping.ManagedId |
FALSE
The class property will not have an internal managed id, the meta-data that will be used as an id will be the first one. |
static ClassPropertyMapping.ManagedId |
NO
The class property will not have any internal meta-data id, causing it not to be unmarshalled at all. |
static ClassPropertyMapping.ManagedId |
NO_STORE
The class proeprty will not create an internal managed id if all its meta data mappings have store=no |
static ClassPropertyMapping.ManagedId |
TRUE
The class property will always have an internal managed id that will be created. |
| Method Summary | |
|---|---|
static ClassPropertyMapping.ManagedId |
fromString(String managedId)
|
static String |
toString(ClassPropertyMapping.ManagedId managedId)
|
| Methods inherited from class org.compass.core.util.Parameter |
|---|
readResolve, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ClassPropertyMapping.ManagedId AUTO
public static final ClassPropertyMapping.ManagedId TRUE
public static final ClassPropertyMapping.ManagedId FALSE
public static final ClassPropertyMapping.ManagedId NO_STORE
public static final ClassPropertyMapping.ManagedId NO
| Method Detail |
|---|
public static String toString(ClassPropertyMapping.ManagedId managedId)
public static ClassPropertyMapping.ManagedId fromString(String managedId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||