com.googlecode.jpattern.orm
Interface IOrmClassTool<T>

All Known Implementing Classes:
OrmClassTool

public interface IOrmClassTool<T>

Author:
Francesco Cina 22/mag/2011

Method Summary
 IClassMapper<T> getClassMapper()
           
 IOrmCRUDQuery getOrmCRUDQuery()
           
 IOrmPersistor<T> getOrmPersistor()
           
 

Method Detail

getClassMapper

IClassMapper<T> getClassMapper()

getOrmPersistor

IOrmPersistor<T> getOrmPersistor()

getOrmCRUDQuery

IOrmCRUDQuery getOrmCRUDQuery()


Copyright © 2011. All Rights Reserved.