30313233343536
* automatic entity creation * */ public StructureViaDatastoreModule(String namespace, boolean createOnDemand) { this.createOnDemand = createOnDemand; datastore = new RawDatastoreDao(namespace, RawDatastoreDao.LIVE_FOREVER); }