Most interaction with the system is performed with the {@link ObjectStoreSession} class.Instances of this class also register classes you will be using with their kind-names in the datastore. Registration is optional - the system will generate names based on the fully qualified class name for you. Registration must be performed before the classes are accessed. @author Peter MurrayObjectStoreSession oss = ObjectStore.Singleton.get().beginSession();
|
|
|
|