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 1855923 2019-03-20 16:19:39Z gk $
- Author:
- Thomas Mahler, Martin Poeschl
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Platform
getPlatformFor(String dbms)
Returns the Platform for a platform name.
-