Uses of Interface
edu.uoc.pfc.lcamps.persistenciaFW.generator.GeneratorTableDBFW

Packages that use GeneratorTableDBFW
edu.uoc.pfc.lcamps.persistenciaFW.generator.impl   
edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.mysql   
edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.oracle   
edu.uoc.pfc.lcamps.persistenciaFW.utils   
 

Uses of GeneratorTableDBFW in edu.uoc.pfc.lcamps.persistenciaFW.generator.impl
 

Classes in edu.uoc.pfc.lcamps.persistenciaFW.generator.impl that implement GeneratorTableDBFW
 class GeneratorTableDBFWImpl
          Classe que ens servirà per la gestió de la generació de la taula
 

Uses of GeneratorTableDBFW in edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.mysql
 

Classes in edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.mysql that implement GeneratorTableDBFW
 class TableDBMysqlImpl
          Classe que fa els mappings entre la taula de BBDD i la classe java
 

Uses of GeneratorTableDBFW in edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.oracle
 

Classes in edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.oracle that implement GeneratorTableDBFW
 class TableDBOraclelImpl
          Classe que fa els mappings entre la taula de BBDD i la classe java
 

Uses of GeneratorTableDBFW in edu.uoc.pfc.lcamps.persistenciaFW.utils
 

Methods in edu.uoc.pfc.lcamps.persistenciaFW.utils with parameters of type GeneratorTableDBFW
static void GeneratorUtils.writeConstructor(java.io.BufferedWriter out, GeneratorTableDBFW tableDB)
          Genera el constructor amb tots els atributs
static void GeneratorUtils.writeHeader(java.io.BufferedWriter out, GeneratorTableDBFW genTable)
          Escriu la capçalera del fitxers de BBDD
static void GeneratorUtils.writeSetGet(java.io.BufferedWriter out, GeneratorTableDBFW genTable)
          Escriu els getters && Setters
static void GeneratorUtils.writeToString(java.io.BufferedWriter out, GeneratorTableDBFW genTable)
          Sobreescriu el mètode toString