Class Star
- java.lang.Object
- org.hibernate.sql.ast.tree.expression.Star
- All Implemented Interfaces:
SqlSelectionProducer,Expression,SqlAstNode
public classStarextendsObjectimplementsExpression
Constructor Summary
Constructors Constructor Description Star()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(SqlAstWalker sqlTreeWalker)MappingModelExpressiblegetExpressionType()The type for this expressionMethods 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,createSqlSelection,getColumnReference
Field Detail
INSTANCE
public static final Star INSTANCE
Singleton access
Method Detail
getExpressionType
public MappingModelExpressible getExpressionType()
Description copied from interface:ExpressionThe type for this expression- Specified by:
getExpressionTypein interfaceExpression
accept
public void accept(SqlAstWalker sqlTreeWalker)
- Specified by:
acceptin interfaceSqlAstNode