com.googlecode.jpattern.orm.generator
Class SetterDumpFactory
java.lang.Object
com.googlecode.jpattern.orm.generator.SetterDumpFactory
public class SetterDumpFactory
- extends Object
- Author:
- Francesco Cina
04/giu/2011
|
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 |
SetterDumpFactory
public SetterDumpFactory()
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.