Class RootDataV2
java.lang.Object
software.xdev.spring.data.eclipse.store.repository.root.RootDataV2
Deprecated.
should not be initialised anymore. Version for <2.4.0
This is a object for all versions <2.4.0 and is used for upgrading to the new root.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T,ID> void createNewEntityData(Class<T> entityClass, Function<T, ID> idGetter) Deprecated.longDeprecated.<T,ID> EntityData<T, ID> getEntityData(Class<T> entityClass) Deprecated.<T,ID> EntityData<T, ID> getEntityData(String entityClassName) Deprecated.Map<String,EntityData<?, ?>> Deprecated.longDeprecated.Deprecated.getObjectsToStoreAfterNewLastId(Class<?> entityClass) Deprecated.voidDeprecated.
-
Constructor Details
-
RootDataV2
public RootDataV2()Deprecated.
-
-
Method Details
-
getEntityListsToStore
Deprecated. -
getEntityTypesCount
public long getEntityTypesCount()Deprecated. -
getEntityCount
public long getEntityCount()Deprecated. -
getEntityData
Deprecated. -
getEntityData
Deprecated. -
createNewEntityData
Deprecated. -
getLastId
Deprecated. -
setLastId
Deprecated. -
getObjectsToStoreAfterNewLastId
Deprecated.
-