Uses of Class
pt.ist.fenixframework.dml.DomainModel

Packages that use DomainModel
pt.ist.fenixframework   
pt.ist.fenixframework.backend.infinispan   
pt.ist.fenixframework.backend.jvstmmem   
pt.ist.fenixframework.backend.mem   
pt.ist.fenixframework.backend.ogm   
pt.ist.fenixframework.core   
pt.ist.fenixframework.dml   
 

Uses of DomainModel in pt.ist.fenixframework
 

Methods in pt.ist.fenixframework that return DomainModel
static DomainModel DmlCompiler.compile(CompilerArgs compArgs)
          Runs the DML compiler This is the main entry point for, programmatically, running the DML compiler.
static DomainModel FenixFramework.getDomainModel()
          Gets the model of the domain classes.
static DomainModel DmlCompiler.getDomainModel(CompilerArgs compArgs)
           
static DomainModel DmlCompiler.getDomainModel(List<URL> dmlFilesURLs)
           
static DomainModel DmlCompiler.getDomainModel(List<URL> dmlFilesURLs, boolean checkForMissingExternals)
           
 

Uses of DomainModel in pt.ist.fenixframework.backend.infinispan
 

Constructors in pt.ist.fenixframework.backend.infinispan with parameters of type DomainModel
InfinispanCodeGenerator(CompilerArgs compArgs, DomainModel domainModel)
           
 

Uses of DomainModel in pt.ist.fenixframework.backend.jvstmmem
 

Constructors in pt.ist.fenixframework.backend.jvstmmem with parameters of type DomainModel
JVSTMMemCodeGenerator(CompilerArgs compArgs, DomainModel domainModel)
           
 

Uses of DomainModel in pt.ist.fenixframework.backend.mem
 

Constructors in pt.ist.fenixframework.backend.mem with parameters of type DomainModel
MemCodeGenerator(CompilerArgs compArgs, DomainModel domainModel)
           
 

Uses of DomainModel in pt.ist.fenixframework.backend.ogm
 

Constructors in pt.ist.fenixframework.backend.ogm with parameters of type DomainModel
OgmCodeGenerator(CompilerArgs compArgs, DomainModel domainModel)
           
 

Uses of DomainModel in pt.ist.fenixframework.core
 

Methods in pt.ist.fenixframework.core that return DomainModel
protected  DomainModel AbstractDomainPostProcessor.getModel()
           
 

Uses of DomainModel in pt.ist.fenixframework.dml
 

Methods in pt.ist.fenixframework.dml that return DomainModel
 DomainModel CodeGenerator.getDomainModel()
           
 

Methods in pt.ist.fenixframework.dml with parameters of type DomainModel
 void DmlTreeParser.classBlock(antlr.collections.AST _t, DomainModel model, DomainClass domClass)
           
 Slot DmlTreeParser.classSlot(antlr.collections.AST _t, DomainModel model)
           
 String DmlTreeParser.domainDefinition(antlr.collections.AST _t, DomainModel model, String packageName, URL sourceFile)
           
 void DmlTreeParser.domainDefinitions(antlr.collections.AST _t, DomainModel model, URL sourceFile)
           
 void DmlTreeParser.externalizationClause(antlr.collections.AST _t, DomainModel model, ValueType valueType)
           
 void DmlTreeParser.externalizationElement(antlr.collections.AST _t, DomainModel model, ValueType valueType)
           
 void DmlTreeParser.internalizationClause(antlr.collections.AST _t, DomainModel model, ValueType valueType)
           
 void DmlTreeParser.relationBlock(antlr.collections.AST _t, DomainModel model, DomainRelation domRelation, String packageName)
           
 void DmlTreeParser.relationRolesAndSlots(antlr.collections.AST _t, DomainModel model, DomainRelation domRelation, String packageName)
           
 Role DmlTreeParser.role(antlr.collections.AST _t, DomainModel model, String packageName)
           
 ValueType DmlTreeParser.typeSpec(antlr.collections.AST _t, DomainModel model, boolean create)
           
 void DmlTreeParser.valueTypeBlock(antlr.collections.AST _t, DomainModel model, ValueType valueType)
           
 

Constructors in pt.ist.fenixframework.dml with parameters of type DomainModel
CodeGenerator(CompilerArgs compArgs, DomainModel domainModel)
           
DAPCodeGenerator(CompilerArgs compArgs, DomainModel domainModel)
           
DefaultCodeGenerator(CompilerArgs compArgs, DomainModel domainModel)
           
IndexesCodeGenerator(CompilerArgs compArgs, DomainModel domainModel)
           
TxIntrospectorCodeGenerator(CompilerArgs compArgs, DomainModel domainModel)
           
ValueTypeSerializationGenerator(CompilerArgs compArgs, DomainModel domainModel)
           
 



Copyright © 2013. All Rights Reserved.