LegacyIds#
- public class LegacyIds extends EntityIdRegistryStrategy#
Implementation of
EntityIdRegistryStrategywhich re-implements the legacy integer-based entity ids.This implementation will generate sequences of entity ids and matches all strings which can be cast to integer as well-formed entity ids.
- Author:
Timm Fitschen
Constructors#
LegacyIds#
- public LegacyIds(Transaction<?> t)#