public abstract static class AggregateFunction.AbstractFunction<PROPERTY> extends java.lang.Object implements AggregateFunction<PROPERTY>
AggregateFunction.AbstractFunction<PROPERTY>, AggregateFunction.Asterisk, AggregateFunction.Avg<PROPERTY>, AggregateFunction.AvgAsDouble, AggregateFunction.Count, AggregateFunction.Max<PROPERTY>, AggregateFunction.Min<PROPERTY>, AggregateFunction.Sum<PROPERTY>, AggregateFunction.VisitorAsterisk| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFunction(java.lang.String name,
PropertyMetamodel<?> argument) |
| Modifier and Type | Method and Description |
|---|---|
PropertyMetamodel<?> |
argument() |
java.lang.Class<?> |
asClass() |
EntityPropertyType<?,?> |
asType() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitacceptprotected AbstractFunction(java.lang.String name,
PropertyMetamodel<?> argument)
public java.lang.String getName()
getName in interface PropertyMetamodel<PROPERTY>public java.lang.Class<?> asClass()
asClass in interface PropertyMetamodel<PROPERTY>public EntityPropertyType<?,?> asType()
asType in interface PropertyMetamodel<PROPERTY>public PropertyMetamodel<?> argument()
argument in interface AggregateFunction<PROPERTY>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object