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

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

There is a newer version: 3.5.1
Show newest version
package com.jpattern.orm.classtool;

import com.jpattern.orm.classmapper.IClassMapper;
import com.jpattern.orm.crud.IOrmCRUDQuery;
import com.jpattern.orm.generator.IOrmPersistor;

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

	IClassMapper getClassMapper();
	
	IOrmPersistor getOrmPersistor();
	
	IOrmCRUDQuery getOrmCRUDQuery();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy