The general contract between a class that generates unique
identifiers and the Session. It is not intended that
this interface ever be exposed to the application. It is
intended that users implement this interface to provide
custom identifier generation strategies.
Implementors should provide a public default constructor.
Implementations that accept configuration parameters should
also implement Configurable.
Implementors must be threadsafe
author
Gavin King
see
PersistentIdentifierGenerator
see
Configurable
Fields Summary
public static final String
ENTITY_NAME
The configuration parameter holding the entity name