Search in sources :

Example 26 with CollectionSetting

use of com.tvd12.dahlia.core.setting.CollectionSetting in project dahlia by youngmonkeys.

the class CollectionStorage method readSetting.

public CollectionSetting readSetting() {
    CollectionSetting setting = settingStorage.read();
    setting.setCollectionName(collectionName);
    return setting;
}
Also used : CollectionSetting(com.tvd12.dahlia.core.setting.CollectionSetting)

Aggregations

CollectionSetting (com.tvd12.dahlia.core.setting.CollectionSetting)22 Collection (com.tvd12.dahlia.core.entity.Collection)16 CollectionStorage (com.tvd12.dahlia.core.storage.CollectionStorage)13 EzyObject (com.tvd12.ezyfox.entity.EzyObject)13 FieldSetting (com.tvd12.dahlia.core.setting.FieldSetting)11 Record (com.tvd12.dahlia.core.entity.Record)10 EzyArray (com.tvd12.ezyfox.entity.EzyArray)8 RecordConsumer (com.tvd12.dahlia.core.function.RecordConsumer)5 DatabaseSetting (com.tvd12.dahlia.core.setting.DatabaseSetting)5 CollectionNotFoundException (com.tvd12.dahlia.exception.CollectionNotFoundException)5 ArrayList (java.util.ArrayList)5 CommandCreateCollection (com.tvd12.dahlia.core.command.CommandCreateCollection)4 Database (com.tvd12.dahlia.core.entity.Database)4 CollectionExistedException (com.tvd12.dahlia.exception.CollectionExistedException)3 DuplicatedIdException (com.tvd12.dahlia.exception.DuplicatedIdException)3 HashMap (java.util.HashMap)3 DahliaCore (com.tvd12.dahlia.core.DahliaCore)2 DahliaCoreLoader (com.tvd12.dahlia.core.DahliaCoreLoader)2 CommandCount (com.tvd12.dahlia.core.command.CommandCount)2 CommandCreateDatabase (com.tvd12.dahlia.core.command.CommandCreateDatabase)2