Uses of Class
org.hibernate.mapping.IdGenerator

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 ExtendedMappings.getGenerator(java.lang.String name)
          Retrieve the id-generator by name.
 IdGenerator AnnotationConfiguration.ExtendedMappingsImpl.getGenerator(java.lang.String name)
           
 IdGenerator ExtendedMappings.getGenerator(java.lang.String name, java.util.Map<java.lang.String,IdGenerator> localGenerators)
          Try to find the generator from the localGenerators and then from the global generator list
 IdGenerator AnnotationConfiguration.ExtendedMappingsImpl.getGenerator(java.lang.String name, java.util.Map<java.lang.String,IdGenerator> localGenerators)
           
 

Methods in org.hibernate.cfg with parameters of type IdGenerator
 void ExtendedMappings.addDefaultGenerator(IdGenerator generator)
          Adds a default id generator.
 void AnnotationConfiguration.ExtendedMappingsImpl.addDefaultGenerator(IdGenerator generator)
           
 void ExtendedMappings.addGenerator(IdGenerator generator)
          Add a generator.
 void AnnotationConfiguration.ExtendedMappingsImpl.addGenerator(IdGenerator generator)
           
 

Method parameters in org.hibernate.cfg with type arguments of type IdGenerator
 IdGenerator ExtendedMappings.getGenerator(java.lang.String name, java.util.Map<java.lang.String,IdGenerator> localGenerators)
          Try to find the generator from the localGenerators and then from the global generator list
 IdGenerator AnnotationConfiguration.ExtendedMappingsImpl.getGenerator(java.lang.String name, java.util.Map<java.lang.String,IdGenerator> localGenerators)
           
static void BinderHelper.makeIdGenerator(SimpleValue id, java.lang.String generatorType, java.lang.String generatorName, ExtendedMappings mappings, java.util.Map<java.lang.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  java.util.HashMap<java.lang.String,IdGenerator> CollectionBinder.localGenerators
           
 

Method parameters in org.hibernate.cfg.annotations with type arguments of type IdGenerator
 void CollectionBinder.setLocalGenerators(java.util.HashMap<java.lang.String,IdGenerator> localGenerators)
           
 



Copyright © 2010. All Rights Reserved.