Uses of Class
org.hibernate.mapping.IdGenerator

Packages that use IdGenerator
org.hibernate.cfg   
 

Uses of IdGenerator in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return IdGenerator
 IdGenerator ExtendedMappings.getGenerator(String name)
           
 IdGenerator ExtendedMappings.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 ExtendedMappings.addGenerator(IdGenerator generator)
           
 

Method parameters in org.hibernate.cfg with type arguments of type IdGenerator
 IdGenerator ExtendedMappings.getGenerator(String name, Map<String,IdGenerator> localGenerators)
          Try to find the generator from the localGenerators and then from the global generator list