GigaSpaces - Open Spaces

org.openspaces.core.config
Class ViewQueryFactoryBean

java.lang.Object
  extended by org.openspaces.core.config.SQLQueryFactoryBean
      extended by 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

Constructor Summary
ViewQueryFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 
Methods inherited from class org.openspaces.core.config.SQLQueryFactoryBean
getClassName, getTemplate, getType, getWhere, setClassName, setTemplate, setType, setWhere, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewQueryFactoryBean

public ViewQueryFactoryBean()
Method Detail

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

GigaSpaces - Open Spaces

Copyright © GigaSpaces.