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