PROPERTY - the type of the propertypublic class UserDefinedExpression<PROPERTY> extends java.lang.Object implements PropertyMetamodel<PROPERTY>
| Modifier and Type | Class and Description |
|---|---|
static class |
UserDefinedExpression.Declaration
Declaration of UserDefinedExpression
|
static interface |
UserDefinedExpression.DeclarationItem |
static interface |
UserDefinedExpression.Visitor |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PropertyMetamodel.Visitor visitor) |
java.lang.Class<?> |
asClass() |
EntityPropertyType<?,?> |
asType() |
boolean |
equals(java.lang.Object o) |
java.util.List<UserDefinedExpression.DeclarationItem> |
getDeclarationItems(Dialect dialect)
Returns the declarationItem the user-defined expression.
|
java.lang.String |
getName() |
int |
hashCode() |
public java.util.List<UserDefinedExpression.DeclarationItem> getDeclarationItems(Dialect dialect)
dialect - the database dialectpublic java.lang.Class<?> asClass()
asClass in interface PropertyMetamodel<PROPERTY>public EntityPropertyType<?,?> asType()
asType in interface PropertyMetamodel<PROPERTY>public java.lang.String getName()
getName in interface PropertyMetamodel<PROPERTY>public void accept(PropertyMetamodel.Visitor visitor)
accept in interface PropertyMetamodel<PROPERTY>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object