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

com.jpattern.orm.classmapper.ITableMapBuilder Maven / Gradle / Ivy

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

import java.sql.SQLException;

/**
 * 
 * @author Francesco Cina
 *
 * 08/giu/2011
 */
public interface ITableMapBuilder  {

	void updateTableMap() throws SQLException;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy