Interface IdFinder<ID>
- All Known Implementing Classes:
AbstractAutoIdFinder,AutoIntegerIdFinder,AutoLongIdFinder,AutoStringIdFinder
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.
-
Method Summary
-
Method Details
-
createIdFinder
-
findId
ID findId()
-