Package org.hibernate.jpa.spi
Interface IdentifierGeneratorStrategyProvider
-
@Deprecated(since="6.0") public interface IdentifierGeneratorStrategyProvider
Deprecated.supply aGenerationTypeStrategyRegistrationinsteadProvides a set ofIdentifierGeneratorstrategies, overriding the default strategies.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Map<String,Class<?>>getStrategies()Deprecated.set of strategy / generator class pairs to register as accepted strategies
-