All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jpattern.orm.mapper.IOrmClassTool Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package com.jpattern.orm.mapper;

import com.jpattern.orm.crud.CRUDQuery;
import com.jpattern.orm.mapper.clazz.IClassMap;
import com.jpattern.orm.persistor.IOrmPersistor;

/**
 * 
 * @author Francesco Cina
 *
 * 22/mag/2011
 */
public interface IOrmClassTool  {

	IClassMap getClassMap();

	IOrmPersistor getOrmPersistor();

	CRUDQuery getOrmCRUDQuery();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy