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

com.jpattern.orm.generator.GeneratorStrategy Maven / Gradle / Ivy

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

import com.jpattern.orm.classmapper.IClassMapper;

/**
 * 
 * @author Francesco Cina'
 *
 * Mar 24, 2012
 */
public interface GeneratorStrategy {

	 IPersistorGenerator getGenerator(IClassMapper classMapper, String classNameSuffix, ResultSetMethodHelper resultSetMethodHelper);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy