Interface IdentifierMappingImplementor<I,E>

Type Parameters:
I - The identifier type for the mapped entity type.
E - The entity type mapped to an index.
All Superinterfaces:
AutoCloseable, IdentifierMapping
All Known Implementing Classes:
PropertyIdentifierMapping, ProvidedIdentifierMapping, UnconfiguredIdentifierMapping, UnmappedPropertyIdentifierMapping

public interface IdentifierMappingImplementor<I,E> extends IdentifierMapping, AutoCloseable