|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IdGenerator | |
|---|---|
| org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
| org.hibernate.cfg.annotations | |
| Uses of IdGenerator in org.hibernate.cfg |
|---|
| Methods in org.hibernate.cfg that return IdGenerator | |
|---|---|
IdGenerator |
Configuration.MappingsImpl.getGenerator(String name)
|
IdGenerator |
Mappings.getGenerator(String name)
Retrieve the id-generator by name. |
IdGenerator |
Configuration.MappingsImpl.getGenerator(String name,
Map<String,IdGenerator> localGenerators)
|
IdGenerator |
Mappings.getGenerator(String name,
Map<String,IdGenerator> localGenerators)
Try to find the generator from the localGenerators and then from the global generator list |
| Methods in org.hibernate.cfg with parameters of type IdGenerator | |
|---|---|
void |
Configuration.MappingsImpl.addDefaultGenerator(IdGenerator generator)
|
void |
Mappings.addDefaultGenerator(IdGenerator generator)
Adds a default id generator. |
void |
Configuration.MappingsImpl.addGenerator(IdGenerator generator)
|
void |
Mappings.addGenerator(IdGenerator generator)
Add a generator. |
| Method parameters in org.hibernate.cfg with type arguments of type IdGenerator | |
|---|---|
IdGenerator |
Configuration.MappingsImpl.getGenerator(String name,
Map<String,IdGenerator> localGenerators)
|
IdGenerator |
Mappings.getGenerator(String name,
Map<String,IdGenerator> localGenerators)
Try to find the generator from the localGenerators and then from the global generator list |
static void |
BinderHelper.makeIdGenerator(SimpleValue id,
String generatorType,
String generatorName,
Mappings mappings,
Map<String,IdGenerator> localGenerators)
apply an id generator to a SimpleValue |
| Uses of IdGenerator in org.hibernate.cfg.annotations |
|---|
| Fields in org.hibernate.cfg.annotations with type parameters of type IdGenerator | |
|---|---|
protected HashMap<String,IdGenerator> |
CollectionBinder.localGenerators
|
| Method parameters in org.hibernate.cfg.annotations with type arguments of type IdGenerator | |
|---|---|
void |
CollectionBinder.setLocalGenerators(HashMap<String,IdGenerator> localGenerators)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||