java.lang.Object
software.xdev.spring.data.eclipse.store.repository.root.v2_4.LazyEntityData<T,ID>
Type Parameters:
T - type of entity to store
ID - type of id of the entity to store. Can be Void if no ID is used.
All Implemented Interfaces:
EntityData<T,ID>

public class LazyEntityData<T,ID> extends Object implements EntityData<T,ID>