org.apache.torque.templates.platform
Class PlatformFactory
java.lang.Object
org.apache.torque.templates.platform.PlatformFactory
public final class PlatformFactory
- extends Object
Factory class responsible to create Platform objects that
define RDBMS platform specific behaviour.
- Version:
- $Id: PlatformFactory.java 1331196 2012-04-27 02:56:12Z tfischer $
- Author:
- Thomas Mahler, Martin Poeschl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPlatformFor
public static Platform getPlatformFor(String dbms)
- Returns the Platform for a platform name.
- Parameters:
dbms
- name of the platform
- Returns:
- the Platform, not null.
Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.