public class SpaceSqlFunctionBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanNameAware
| Constructor and Description | 
|---|
SpaceSqlFunctionBean()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterPropertiesSet()  | 
String | 
getBeanName()  | 
String | 
getFunctionName()  | 
Object | 
getSqlFunction()  | 
void | 
setBeanName(String name)  | 
void | 
setFunctionName(String functionName)  | 
void | 
setSqlFunction(Object sqlFunction)  | 
public void setBeanName(String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic String getBeanName()
public Object getSqlFunction()
public void setSqlFunction(Object sqlFunction)
public String getFunctionName()
public void setFunctionName(String functionName)
Copyright © GigaSpaces.