Package org.apache.torque.oid
Class IDGeneratorFactory
java.lang.Object
org.apache.torque.oid.IDGeneratorFactory
A factory which instantiates
IdGenerator implementations.- Version:
- $Id: IDGeneratorFactory.java 1850965 2019-01-10 17:21:29Z painter $
- Author:
- Daniel Rall
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of ID generation method types which have associatedIdGeneratorimplementations. -
Method Summary
Modifier and TypeMethodDescriptionstatic IdGeneratorFactory method which instantiatesIdGeneratorimplementations based on the return value of the provided adapter'sAdapter.getIDMethodType()method.
-
Field Details
-
ID_GENERATOR_METHODS
The list of ID generation method types which have associatedIdGeneratorimplementations.
-
-
Method Details
-
create
Factory method which instantiatesIdGeneratorimplementations based on the return value of the provided adapter'sAdapter.getIDMethodType()method. Returnsnullfor unknown types.- Parameters:
adapter- The type of adapter to create an ID generator for.name- name of the adapter- Returns:
- The appropriate ID generator (possibly
null).
-