org.compass.core.mapping.osem
Class ClassPropertyMapping.ManagedId
java.lang.Object
org.compass.core.util.Parameter
org.compass.core.mapping.osem.ClassPropertyMapping.ManagedId
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ClassPropertyMapping
public static final class ClassPropertyMapping.ManagedId
- extends Parameter
- See Also:
- Serialized Form
AUTO
public static final ClassPropertyMapping.ManagedId AUTO
- The meta-data (resource-property) that will act as the id will be
computed automatically.
TRUE
public static final ClassPropertyMapping.ManagedId TRUE
- The class property will always have an internal managed id that will
be created.
FALSE
public static final ClassPropertyMapping.ManagedId FALSE
- The class proeprty will not have an internal managed id, the
meta-data that will be used as an id will be the first one.
toString
public static String toString(ClassPropertyMapping.ManagedId managedId)
fromString
public static ClassPropertyMapping.ManagedId fromString(String managedId)
Copyright (c) 2004-2006 The Compass Project.