Interface IdFinder<ID>
- All Known Implementing Classes:
AbstractAutoIdFinder,AutoIntegerIdFinder,AutoLongIdFinder,AutoStringIdFinder,AutoUUIDIdFinder
public interface IdFinder<ID>
A IdFinder must be unique in one storage for one entity-class. It creates Ids and therefore must know all
existing entities of one class.