java.lang.Object
software.xdev.spring.data.eclipse.store.repository.root.RootDataV2

public class RootDataV2 extends Object
This is the actually stored object.
  • Constructor Details

    • RootDataV2

      public RootDataV2()
  • Method Details

    • getEntityListsToStore

      public Object getEntityListsToStore()
    • getEntityTypesCount

      public long getEntityTypesCount()
    • getEntityCount

      public long getEntityCount()
    • getEntityData

      public <T, ID> EntityData<T,ID> getEntityData(Class<T> entityClass)
    • getEntityData

      public <T, ID> EntityData<T,ID> getEntityData(String entityClassName)
    • createNewEntityData

      public <T, ID> void createNewEntityData(Class<T> entityClass, Function<T,ID> idGetter)
    • getLastId

      public Object getLastId(Class<?> entityClass)
    • setLastId

      public void setLastId(Class<?> entityClass, Object lastId)
    • getObjectsToStoreAfterNewLastId

      public Object getObjectsToStoreAfterNewLastId(Class<?> entityClass)