|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CodeGenerator in pt.ist.fenixframework.backend.infinispan |
|---|
| Subclasses of CodeGenerator in pt.ist.fenixframework.backend.infinispan | |
|---|---|
class |
InfinispanCodeGenerator
|
| Uses of CodeGenerator in pt.ist.fenixframework.backend.jvstmmem |
|---|
| Subclasses of CodeGenerator in pt.ist.fenixframework.backend.jvstmmem | |
|---|---|
class |
JVSTMMemCodeGenerator
|
| Uses of CodeGenerator in pt.ist.fenixframework.backend.mem |
|---|
| Subclasses of CodeGenerator in pt.ist.fenixframework.backend.mem | |
|---|---|
class |
MemCodeGenerator
|
| Uses of CodeGenerator in pt.ist.fenixframework.backend.ogm |
|---|
| Subclasses of CodeGenerator in pt.ist.fenixframework.backend.ogm | |
|---|---|
class |
OgmCodeGenerator
|
| Uses of CodeGenerator in pt.ist.fenixframework.dml |
|---|
| Subclasses of CodeGenerator in pt.ist.fenixframework.dml | |
|---|---|
class |
DAPCodeGenerator
This code generator adds the possibility of collecting information about the data access patterns performed by any target application built with the fenix-framework. |
class |
DefaultCodeGenerator
|
class |
IndexesCodeGenerator
This code generator enhances the default generation by adding indexation to fields annotated to have that behavior. |
class |
TxIntrospectorCodeGenerator
Code generator used for TxIntrospector information gathering. |
class |
ValueTypeSerializationGenerator
|
| Methods in pt.ist.fenixframework.dml that return types with arguments of type CodeGenerator | |
|---|---|
Class<? extends CodeGenerator> |
CompilerArgs.getCodeGenerator()
|
| Constructor parameters in pt.ist.fenixframework.dml with type arguments of type CodeGenerator | |
|---|---|
CompilerArgs(File destDirectory,
File destDirectoryBase,
String packageName,
Boolean generateFinals,
Class<? extends CodeGenerator> generatorClass,
List<URL> localDomainSpecs,
List<URL> externalDomainSpecs,
Map<String,String> params)
Create the CompilerArgs using a local and external DML files specification |
|
CompilerArgs(File destDirectory,
File destDirectoryBase,
String packageName,
Boolean generateFinals,
Class<? extends CodeGenerator> generatorClass,
String projectName,
Map<String,String> params)
Create the CompilerArgs using the project name (requires a <projName>/project.properties file in the classpath). |
|
| Uses of CodeGenerator in pt.ist.fenixframework.dml.antTasks |
|---|
| Methods in pt.ist.fenixframework.dml.antTasks that return types with arguments of type CodeGenerator | |
|---|---|
Class<? extends CodeGenerator> |
DmlCompileTask.getCodeGeneratorClass()
|
| Uses of CodeGenerator in pt.ist.fenixframework.dml.maven |
|---|
| Methods in pt.ist.fenixframework.dml.maven that return types with arguments of type CodeGenerator | |
|---|---|
Class<? extends CodeGenerator> |
AbstractDmlCodeGeneratorMojo.getCodeGeneratorClass()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||