edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.oracle
Class ColumnDBOracleImpl

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

public class ColumnDBOracleImpl
extends GeneratorColumnDBFWImpl

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

Author:
Llorenç Camps 14/12/2013

Constructor Summary
ColumnDBOracleImpl(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

ColumnDBOracleImpl

public ColumnDBOracleImpl(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: