com.googlecode.jpattern.orm.generator
Class SetterDumpFactory

java.lang.Object
  extended by com.googlecode.jpattern.orm.generator.SetterDumpFactory

public class SetterDumpFactory
extends Object

Author:
Francesco Cina 04/giu/2011

Constructor Summary
SetterDumpFactory()
           
 
Method Summary
 void visit(com.googlecode.jpattern.org.cojen.classfile.CodeBuilder codeBuilder, IClassMapper<?> classMapper, String columnName, int columnIndex)
           
 void visit(com.googlecode.jpattern.org.cojen.classfile.CodeBuilder codeBuilder, com.googlecode.jpattern.org.cojen.classfile.LocalVariable rowNamePrefix, IClassMapper<?> classMapper, String columnName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetterDumpFactory

public SetterDumpFactory()
Method Detail

visit

public void visit(com.googlecode.jpattern.org.cojen.classfile.CodeBuilder codeBuilder,
                  com.googlecode.jpattern.org.cojen.classfile.LocalVariable rowNamePrefix,
                  IClassMapper<?> classMapper,
                  String columnName)
           throws SecurityException,
                  NoSuchMethodException,
                  OrmConfigurationException
Throws:
SecurityException
NoSuchMethodException
OrmConfigurationException

visit

public void visit(com.googlecode.jpattern.org.cojen.classfile.CodeBuilder codeBuilder,
                  IClassMapper<?> classMapper,
                  String columnName,
                  int columnIndex)
           throws SecurityException,
                  NoSuchMethodException,
                  OrmConfigurationException
Throws:
SecurityException
NoSuchMethodException
OrmConfigurationException


Copyright © 2011. All Rights Reserved.