Class Overflow
- java.lang.Object
-
- org.hibernate.sql.ast.tree.expression.Overflow
-
- All Implemented Interfaces:
JdbcMappingContainer,SqlExpressible,SqlSelectionProducer,Expression,SqlAstNode
public class Overflow extends Object implements Expression, SqlExpressible, SqlAstNode
-
-
Constructor Summary
Constructors Constructor Description Overflow(Expression separatorExpression, Expression fillerExpression, boolean withCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(SqlAstWalker sqlTreeWalker)intforEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)Visit each JdbcMapping starting from the given offsetJdbcMappingContainergetExpressionType()The type for this expressionExpressiongetFillerExpression()JdbcMappinggetJdbcMapping()Anything that is expressible at the SQL AST level would be of basic type.ExpressiongetSeparatorExpression()booleanisWithCount()-
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, createSqlSelection, getColumnReference
-
Methods inherited from interface org.hibernate.metamodel.mapping.JdbcMappingContainer
forEachJdbcType, getJdbcTypeCount, getSingleJdbcMapping
-
Methods inherited from interface org.hibernate.metamodel.mapping.SqlExpressible
getJdbcMapping
-
-
-
-
Constructor Detail
-
Overflow
public Overflow(Expression separatorExpression, Expression fillerExpression, boolean withCount)
-
-
Method Detail
-
getSeparatorExpression
public Expression getSeparatorExpression()
-
getFillerExpression
public Expression getFillerExpression()
-
isWithCount
public boolean isWithCount()
-
getJdbcMapping
public JdbcMapping getJdbcMapping()
Description copied from interface:SqlExpressibleAnything that is expressible at the SQL AST level would be of basic type.- Specified by:
getJdbcMappingin interfaceSqlExpressible
-
getExpressionType
public JdbcMappingContainer getExpressionType()
Description copied from interface:ExpressionThe type for this expression- Specified by:
getExpressionTypein interfaceExpression
-
accept
public void accept(SqlAstWalker sqlTreeWalker)
- Specified by:
acceptin interfaceSqlAstNode
-
forEachJdbcType
public int forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)Description copied from interface:JdbcMappingContainerVisit each JdbcMapping starting from the given offset- Specified by:
forEachJdbcTypein interfaceJdbcMappingContainer
-
-