Package org.hibernate.id.factory


package org.hibernate.id.factory
Defines a service for creating id generators.

This is an older mechanism for instantiating and configuring id generators which predates the existence of Generator. It is used when id generators are identified by stringly-typed names.

See Also: