| java.lang.Object | |
| ↳ | org.hibernate.id.factory.DefaultIdentifierGeneratorFactory |
Basic templated support for IdentifierGeneratorFactory implementations.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new DefaultIdentifierGeneratorFactory.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Given a strategy, retrieve the appropriate identifier generator instance.
| |||||||||||
Retrieve the class that will be used as the
IdentifierGenerator for the given strategy.
| |||||||||||
Allow injection of the dialect to use.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.hibernate.id.factory.IdentifierGeneratorFactory
| |||||||||||
Constructs a new DefaultIdentifierGeneratorFactory.
Given a strategy, retrieve the appropriate identifier generator instance.
| strategy | The generation strategy. |
|---|---|
| type | The mapping type for the identifier values. |
| config | Any configuraion properties given in the generator mapping. |
Retrieve the class that will be used as the IdentifierGenerator for the given strategy.
| strategy | The strategy |
|---|
Allow injection of the dialect to use.
| dialect | The dialect |
|---|