Class RootDataV2
java.lang.Object
software.xdev.spring.data.eclipse.store.repository.root.RootDataV2
This is the actually stored object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T,ID> void createNewEntityData(Class<T> entityClass, Function<T, ID> idGetter) long<T,ID> EntityData<T, ID> getEntityData(Class<T> entityClass) <T,ID> EntityData<T, ID> getEntityData(String entityClassName) longgetObjectsToStoreAfterNewLastId(Class<?> entityClass) void
-
Constructor Details
-
RootDataV2
public RootDataV2()
-
-
Method Details
-
getEntityListsToStore
-
getEntityTypesCount
public long getEntityTypesCount() -
getEntityCount
public long getEntityCount() -
getEntityData
-
getEntityData
-
createNewEntityData
-
getLastId
-
setLastId
-
getObjectsToStoreAfterNewLastId
-