File
Doc
Category
Size
Date
Package
ClassicCountFunction.java
API Doc
Hibernate 3.2.5
522
Mon May 08 15:59:20 BST 2006
org.hibernate.dialect.function
ClassicCountFunction
java.lang.Object
StandardSQLFunction
public class ClassicCountFunction extends StandardSQLFunction
Classic COUNT sqlfunction that return types as it was done in Hibernate 3.1
author
Max Rydahl Andersen
Fields Summary
Constructors Summary
public ClassicCountFunction
()
super( "count" );
Methods Summary
public
org.hibernate.type.Type
getReturnType
(
org.hibernate.type.Type
columnType,
org.hibernate.engine.Mapping
mapping)
return Hibernate.INTEGER;
Java Code Source