Class PersistenceCeilFunction

java.lang.Object
com.blazebit.expression.persistence.function.PersistenceCeilFunction
All Implemented Interfaces:
PersistenceFunctionRenderer, Serializable

public class PersistenceCeilFunction
extends Object
implements PersistenceFunctionRenderer, Serializable
Since:
1.0.0
Author:
Christian Beikov
See Also:
Serialized Form
  • Method Details

    • addFunction

      public static void addFunction​(com.blazebit.domain.boot.model.DomainBuilder domainBuilder)
      Adds the CEIL function to the domain builder.
      Parameters:
      domainBuilder - The domain builder
    • render

      public void render​(com.blazebit.domain.runtime.model.DomainFunction function, com.blazebit.domain.runtime.model.DomainType returnType, PersistenceDomainFunctionArgumentRenderers argumentRenderers, StringBuilder sb, PersistenceExpressionSerializer serializer)
      Description copied from interface: PersistenceFunctionRenderer
      Renders the given domain function with the given return type and arguments to the given StringBuilder.
      Specified by:
      render in interface PersistenceFunctionRenderer
      Parameters:
      function - The domain function
      returnType - The function return type
      argumentRenderers - The argument renderers for the arguments
      sb - The StringBuilder to render to
      serializer - The serializer