Uses of Interface
software.xdev.spring.data.eclipse.store.repository.support.id.IdGetter
Packages that use IdGetter
Package
Description
-
Uses of IdGetter in software.xdev.spring.data.eclipse.store.repository.root.v2_4
Methods in software.xdev.spring.data.eclipse.store.repository.root.v2_4 with parameters of type IdGetterModifier and TypeMethodDescription<T,ID> void RootDataV2_4.createNewEntityData(Class<T> entityClass, IdGetter<T, ID> idGetter) <T,ID> void RootDataV2_4.createNewLazyEntityData(Class<T> entityClass, IdGetter<T, ID> idGetter) voidEntityData.setIdGetter(IdGetter<T, ID> idGetter) Acceptsnullif no id field is definedvoidLazyEntityData.setIdGetter(IdGetter<T, ID> idGetter) Acceptsnullif no id field is definedvoidNonLazyEntityData.setIdGetter(IdGetter<T, ID> idGetter) Acceptsnullif no id field is defined -
Uses of IdGetter in software.xdev.spring.data.eclipse.store.repository.support.id
Classes in software.xdev.spring.data.eclipse.store.repository.support.id that implement IdGetter