|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpointFactoryBean
public class StatelessHibernateSpaceSynchronizationEndpointFactoryBean
A factory bean which creates StatelessHibernateSpaceSynchronizationEndpoint
.
Constructor Summary | |
---|---|
StatelessHibernateSpaceSynchronizationEndpointFactoryBean()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
protected StatelessHibernateSpaceSynchronizationEndpointConfigurer |
getConfigurer()
|
StatelessHibernateSpaceSynchronizationEndpoint |
getObject()
|
Class<?> |
getObjectType()
|
boolean |
isSingleton()
|
void |
setManagedEntries(String... entries)
Sets all the entries this Hibernate synchronization endpoint interceptor will work with. |
void |
setSessionFactory(org.hibernate.SessionFactory sessionFactory)
Injects the Hibernate SessionFactory to be used with this synchronization endpoint interceptor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatelessHibernateSpaceSynchronizationEndpointFactoryBean()
Method Detail |
---|
protected StatelessHibernateSpaceSynchronizationEndpointConfigurer getConfigurer()
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
public void setManagedEntries(String... entries)
This list is used to filter out entities when performing all synchronization endpoint interceptor operations.
Usually, there is no need to explicitly set this.
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
public StatelessHibernateSpaceSynchronizationEndpoint getObject() throws Exception
getObject
in interface FactoryBean<StatelessHibernateSpaceSynchronizationEndpoint>
Exception
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<StatelessHibernateSpaceSynchronizationEndpoint>
public boolean isSingleton()
isSingleton
in interface FactoryBean<StatelessHibernateSpaceSynchronizationEndpoint>
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |