Uses of Class
ch.sahits.codegen.java.generator.ast.AValueProvider

Packages that use AValueProvider
ch.sahits.codegen.java.generator.ast   
 

Uses of AValueProvider in ch.sahits.codegen.java.generator.ast
 

Methods in ch.sahits.codegen.java.generator.ast with annotations of type AValueProvider
 java.lang.String CRUDOracleReference.getPassWd()
          Retrieve the password for the user to connect to the database The access is public since this method is accessed by reflection.
 java.lang.String CRUDOracleReference.getTableName()
          Retrieve the table name from the model.
 java.lang.String CRUDOracleReference.getURL()
          Retrieve the URL string from the model.
 java.lang.String CRUDOracleReference.insertPK()
          Generate the where clause based on the primary key of the model table incl. where keyword.