Package org.hibernate.id.factory.spi
Interface MutableIdentifierGeneratorFactory
-
- All Superinterfaces:
IdentifierGeneratorFactory,java.io.Serializable,Service
public interface MutableIdentifierGeneratorFactory extends IdentifierGeneratorFactory, Service
Let people register strategies
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister(java.lang.String strategy, java.lang.Class generatorClass)-
Methods inherited from interface org.hibernate.id.factory.IdentifierGeneratorFactory
createIdentifierGenerator, getDialect, getIdentifierGeneratorClass, setDialect
-
-