Class EntityData<T,ID>
java.lang.Object
software.xdev.spring.data.eclipse.store.repository.root.EntityData<T,ID>
- Type Parameters:
T- type of entity to storeID- type of id of the entity to store. Can beVoidif no ID is used.
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 TypeMethodDescriptionensureEntityAndReturnObjectsToStore(T entityToStore) Deprecated.Deprecated.Deprecated.longDeprecated.Deprecated.Deprecated.Deprecated.removeEntityAndReturnObjectsToStore(T entityToRemove) Deprecated.voidsetIdGetter(Function<T, ID> idGetter) Deprecated.Acceptsnullif no id field is definedvoidDeprecated.
-
Constructor Details
-
EntityData
public EntityData()Deprecated.
-
-
Method Details
-
setIdGetter
Deprecated.Acceptsnullif no id field is defined -
getEntities
Deprecated. -
getLastId
Deprecated. -
getEntitiesById
Deprecated. -
getEntityCount
public long getEntityCount()Deprecated. -
setLastId
Deprecated. -
ensureEntityAndReturnObjectsToStore
Deprecated. -
getObjectsToStore
Deprecated. -
removeEntityAndReturnObjectsToStore
Deprecated. -
removeAllEntitiesAndReturnObjectsToStore
Deprecated.
-