org.castor.ddlgen.engine.postgresql
Class PostgresqlTypeMapper
java.lang.Object
org.castor.ddlgen.AbstractTypeMapper
org.castor.ddlgen.engine.postgresql.PostgresqlTypeMapper
- All Implemented Interfaces:
- TypeMapper
public final class PostgresqlTypeMapper
- extends AbstractTypeMapper
Final TypeMapper for PostgreSQL database.
- Since:
- 1.1
- Version:
- $Revision: 8993 $ $Date: 2011-08-02 01:28:52 +0200 (Di, 02 Aug 2011) $
- Author:
- Le Duc Bao, Ralf Joachim
|
Method Summary |
protected void |
initialize(DDLGenConfiguration conf)
Initialize map of known types using given configuration to get default parameters
for parameterized types. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostgresqlTypeMapper
public PostgresqlTypeMapper(DDLGenConfiguration conf)
- Construct a TypeMapper for MySQL database using given configuration to get default
parameters for parameterized types.
- Parameters:
conf - The configuration to get default parameter values from.
initialize
protected void initialize(DDLGenConfiguration conf)
- Initialize map of known types using given configuration to get default parameters
for parameterized types.
- Specified by:
initialize in class AbstractTypeMapper
- Parameters:
conf - The configuration to get default parameter values from.
Copyright © 2012. All Rights Reserved.