| java.lang.Object org.jpox.metadata.ContainerComponent
ContainerComponent | class ContainerComponent implements Serializable(Code) | | Representation of the details of an object stored in a container.
This can be an element in a collection/array, or the key/value of a Map.
version: $Revision: 1.4 $ |
dependent | protected Boolean dependent(Code) | | Whether the component is dependent on the container (i.e should be deleted with the container).
|
embedded | protected Boolean embedded(Code) | | Whether the component is stored embedded.
|
serialized | protected Boolean serialized(Code) | | Whether the component is stored serialised.
|
ContainerComponent | public ContainerComponent()(Code) | | Default constructor.
|
ContainerComponent | public ContainerComponent(String packageName, String type, String embedded, String serialized, String dependent)(Code) | | Simple constructor that sets the component using typical input metadata.
This does not set the "classMetaData" field.
Parameters: packageName - Name of the package that this component is in Parameters: type - Type of the component Parameters: embedded - Whether it is embedded "true", "false" or null Parameters: serialized - Whether it is serialised "true", "false" or null Parameters: dependent - Whether it is dependent on the container "true", "false" or null |
|
|