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

org.onetwo.dbm.mapping.TableInfoBuilder Maven / Gradle / Ivy

The newest version!
package org.onetwo.dbm.mapping;

import org.onetwo.dbm.mapping.TableInfo;

public interface TableInfoBuilder {

	/*String getTableName(Class entityClass);
	
	List getFieldNames(Class entityClass);*/
	
//	TableInfo buildTableInfo(Class entityClass);
	TableInfo buildTableInfo(Object object);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy