|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GeneratorColumnDBFW in edu.uoc.pfc.lcamps.persistenciaFW.generator |
---|
Methods in edu.uoc.pfc.lcamps.persistenciaFW.generator that return types with arguments of type GeneratorColumnDBFW | |
---|---|
java.util.List<GeneratorColumnDBFW> |
GeneratorTableDBFW.getColumns()
Obtenim el llistat amb les columnes |
Uses of GeneratorColumnDBFW in edu.uoc.pfc.lcamps.persistenciaFW.generator.impl |
---|
Classes in edu.uoc.pfc.lcamps.persistenciaFW.generator.impl that implement GeneratorColumnDBFW | |
---|---|
class |
GeneratorColumnDBFWImpl
Classe que ens servirà per la gestió de la generació de la columna |
Methods in edu.uoc.pfc.lcamps.persistenciaFW.generator.impl that return types with arguments of type GeneratorColumnDBFW | |
---|---|
java.util.List<GeneratorColumnDBFW> |
GeneratorTableDBFWImpl.getColumns()
|
Method parameters in edu.uoc.pfc.lcamps.persistenciaFW.generator.impl with type arguments of type GeneratorColumnDBFW | |
---|---|
void |
GeneratorTableDBFWImpl.setColumns(java.util.List<GeneratorColumnDBFW> columns)
|
Uses of GeneratorColumnDBFW in edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.mysql |
---|
Classes in edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.mysql that implement GeneratorColumnDBFW | |
---|---|
class |
ColumnDBMysqlImpl
Classe que fa els mappings entre la columna de BBDD i la classe java |
Uses of GeneratorColumnDBFW in edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.oracle |
---|
Classes in edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.oracle that implement GeneratorColumnDBFW | |
---|---|
class |
ColumnDBOracleImpl
Classe que fa els mappings entre la columna de BBDD i la classe java |
Uses of GeneratorColumnDBFW in edu.uoc.pfc.lcamps.persistenciaFW.utils |
---|
Methods in edu.uoc.pfc.lcamps.persistenciaFW.utils with parameters of type GeneratorColumnDBFW | |
---|---|
static void |
GeneratorUtils.writeSetGetColumn(java.io.BufferedWriter out,
GeneratorColumnDBFW genColumn)
Genera els getters && Setters |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |