com.googlecode.jpattern.orm.crud
Class OrmCRUDQueryGenerator<T>
java.lang.Object
com.googlecode.jpattern.orm.crud.OrmCRUDQueryGenerator<T>
- All Implemented Interfaces:
- IOrmCRUDQueryGenerator<T>
public class OrmCRUDQueryGenerator<T>
- extends Object
- implements IOrmCRUDQueryGenerator<T>
- Author:
- Francesco Cina
22/mag/2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrmCRUDQueryGenerator
public OrmCRUDQueryGenerator(IDialect dialect,
IClassMapper<T> classMapper)
generate
public IOrmCRUDQuery generate()
- Specified by:
generate in interface IOrmCRUDQueryGenerator<T>
Copyright © 2011. All Rights Reserved.