Package adams.data.id
-
Interface Summary Interface Description DatabaseIDHandler For classes that handle database IDs (of type integer).IDHandler For classes that handle IDs (of type String).LargeDatabaseIDHandler For classes that handle database IDs (of type integer).MutableDatabaseIDHandler Interface for classes that allow the database ID to be set as well.MutableIDHandler Interface for classes that allow the ID to set as well.MutableLargeDatabaseIDHandler Interface for classes that allow the database ID to be set as well. -
Class Summary Class Description AbstractIDFilenameGenerator<T> Abstract base class for ID string generators.AbstractIDGenerator<T> Abstract base class for ID string generators.IDGeneratorPostProcessor A simple ID generator that can make use of data provided by classes implementing IDHandler and DatabaseIDHandler.RuntimeIDGenerator Helper class for generating unique IDs at runtime.SimpleIDGenerator A simple ID generator that can make use of data provided by classes implementing IDHandler and DatabaseIDHandler.