![JAR search and dependency download from the Maven repository](/logo.png)
org.hibernate.dialect.function.ClassicSumFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hibernate Show documentation
Show all versions of hibernate Show documentation
Relational Persistence for Java
/**
*
*/
package org.hibernate.dialect.function;
/**
* Classic SUM sqlfunction that return types as it was done in Hibernate 3.1
*
* @author Max Rydahl Andersen
*
*/
public class ClassicSumFunction extends StandardSQLFunction {
public ClassicSumFunction() {
super( "sum" );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy