com.googlecode.jpattern.orm
Class OrmClassTool<T>
java.lang.Object
com.googlecode.jpattern.orm.OrmClassTool<T>
- All Implemented Interfaces:
- IOrmClassTool<T>
public class OrmClassTool<T>
- extends Object
- implements IOrmClassTool<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 |
OrmClassTool
public OrmClassTool(IClassMapper<T> classMapper,
IOrmPersistor<T> ormPersistor,
IOrmCRUDQuery ormCRUDQuery)
getClassMapper
public IClassMapper<T> getClassMapper()
- Specified by:
getClassMapper in interface IOrmClassTool<T>
getOrmPersistor
public IOrmPersistor<T> getOrmPersistor()
- Specified by:
getOrmPersistor in interface IOrmClassTool<T>
getOrmCRUDQuery
public IOrmCRUDQuery getOrmCRUDQuery()
- Specified by:
getOrmCRUDQuery in interface IOrmClassTool<T>
Copyright © 2011. All Rights Reserved.