com.jpattern.orm.dialect.Dialect Maven / Gradle / Ivy
package com.jpattern.orm.dialect;
/**
*
* @author Francesco Cina
*
* 28/giu/2011
*
* This class take care of the small differences between different database implementation
*/
public interface Dialect {
String insertQuerySequence(String name);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy