Package org.openspaces.core.config
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetBeanName(String name) voidsetFunctionName(String functionName) voidsetSqlFunction(Object sqlFunction)
-
Constructor Details
-
SpaceSqlFunctionBean
public SpaceSqlFunctionBean()
-
-
Method Details
-
setBeanName
- Specified by:
setBeanNamein interfaceorg.springframework.beans.factory.BeanNameAware
-
getBeanName
-
getSqlFunction
-
setSqlFunction
-
getFunctionName
-
setFunctionName
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-