Uses of Interface
org.teiid.core.id.ObjectIDFactory

Packages that use ObjectIDFactory
org.teiid.core.id   
 

Uses of ObjectIDFactory in org.teiid.core.id
 

Classes in org.teiid.core.id that implement ObjectIDFactory
 class IntegerIDFactory
           
 class LongIDFactory
           
 class StringIDFactory
           
 class UUIDFactory
          This class is a factory for generating universally unique identifiers (UUID's).
 

Methods in org.teiid.core.id that return ObjectIDFactory
 ObjectIDFactory IDGenerator.getDefaultFactory()
          Get the factory that is used by default for the IDGenerator.create() method is invoked.
 ObjectIDFactory IDGenerator.getFactory(java.lang.String protocol)
          Method to obtain the collection of ObjectIDFactory instances that each describe one of the types of ObjectIDs that are available to this generator.
 

Methods in org.teiid.core.id with parameters of type ObjectIDFactory
 void IDGenerator.addFactory(ObjectIDFactory factory)
          Supply to this generator a new factory for a type of ObjectID.
 void IDGenerator.setDefaultFactory(ObjectIDFactory factory)
          Set the factory that should be used by default for the IDGenerator.create() method is invoked.
 



Copyright © 2010. All Rights Reserved.