org.openspaces.core.config
Class ViewQueryFactoryBean
java.lang.Object
org.openspaces.core.config.SQLQueryFactoryBean
org.openspaces.core.config.ViewQueryFactoryBean
- All Implemented Interfaces:
- FactoryBean, InitializingBean
public class ViewQueryFactoryBean
- extends SQLQueryFactoryBean
A helper factory beans for View
so namespace based
configuration will be simpler.
- Author:
- kimchy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewQueryFactoryBean
public ViewQueryFactoryBean()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Overrides:
afterPropertiesSet
in class SQLQueryFactoryBean
- Throws:
Exception
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface FactoryBean
- Overrides:
getObject
in class SQLQueryFactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface FactoryBean
- Overrides:
getObjectType
in class SQLQueryFactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface FactoryBean
- Overrides:
isSingleton
in class SQLQueryFactoryBean
Copyright © GigaSpaces.