edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.mysql
Class ColumnDBMysqlImpl

java.lang.Object
  extended by edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.GeneratorColumnDBFWImpl
      extended by edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.mysql.ColumnDBMysqlImpl
All Implemented Interfaces:
GeneratorColumnDBFW

public class ColumnDBMysqlImpl
extends GeneratorColumnDBFWImpl

Classe que fa els mappings entre la columna de BBDD i la classe java

Author:
Llorenç Camps 14/12/2013

Constructor Summary
ColumnDBMysqlImpl()
           
ColumnDBMysqlImpl(java.lang.String name, int type, int precision)
           
 
Method Summary
 java.lang.String getJavaType()
          Obtenim el tipus
 
Methods inherited from class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.GeneratorColumnDBFWImpl
getName, getNameType, getPrecision, getSize, getType, isAutoincrement, isNullable, parseResult, setAutoincrement, setName, setNameType, setNullable, setPrecision, setSize, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnDBMysqlImpl

public ColumnDBMysqlImpl()

ColumnDBMysqlImpl

public ColumnDBMysqlImpl(java.lang.String name,
                         int type,
                         int precision)
Method Detail

getJavaType

public java.lang.String getJavaType()
Description copied from class: GeneratorColumnDBFWImpl
Obtenim el tipus

Specified by:
getJavaType in interface GeneratorColumnDBFW
Overrides:
getJavaType in class GeneratorColumnDBFWImpl
Returns: