Class SpaceSqlFunctionBean

java.lang.Object
org.openspaces.core.config.SpaceSqlFunctionBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class SpaceSqlFunctionBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanNameAware
Created by Tamir on 3/6/16.
Since:
11.0
  • Constructor Details

    • SpaceSqlFunctionBean

      public SpaceSqlFunctionBean()
  • Method Details

    • setBeanName

      public void setBeanName(String name)
      Specified by:
      setBeanName in interface org.springframework.beans.factory.BeanNameAware
    • getBeanName

      public String getBeanName()
    • getSqlFunction

      public Object getSqlFunction()
    • setSqlFunction

      public void setSqlFunction(Object sqlFunction)
    • getFunctionName

      public String getFunctionName()
    • setFunctionName

      public void setFunctionName(String functionName)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception