public static IdGenerator | create(DB dbAdapter, String name) Factory method which instantiates
org.apache.torque.oid.IdGenerator implementations based on the
return value of the provided adapter's
org.apache.torque.adapter.DB.getIDMethodType method.
Returns null for unknown types.
Parameters: dbAdapter - The type of adapter to create an ID generator for. |