Class Star
- java.lang.Object
-
- org.hibernate.sql.ast.tree.expression.Star
-
- All Implemented Interfaces:
SqlSelectionProducer
,Expression
,SqlAstNode
public class Star extends Object implements Expression
-
-
Constructor Summary
Constructors Constructor Description Star()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(SqlAstWalker sqlTreeWalker)
MappingModelExpressible
getExpressionType()
The type for this expression-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createDomainResultSqlSelection, createSqlSelection, createSqlSelection, getColumnReference
-
-
-
-
Field Detail
-
INSTANCE
public static final Star INSTANCE
Singleton access
-
-
Method Detail
-
getExpressionType
public MappingModelExpressible getExpressionType()
Description copied from interface:Expression
The type for this expression- Specified by:
getExpressionType
in interfaceExpression
-
accept
public void accept(SqlAstWalker sqlTreeWalker)
- Specified by:
accept
in interfaceSqlAstNode
-
-