public class StatelessHibernateSpaceSynchronizationEndpointFactoryBean extends Object implements FactoryBean<StatelessHibernateSpaceSynchronizationEndpoint>, InitializingBean
StatelessHibernateSpaceSynchronizationEndpoint
.Constructor and Description |
---|
StatelessHibernateSpaceSynchronizationEndpointFactoryBean() |
Modifier and Type | Method and Description |
---|---|
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.
|
public StatelessHibernateSpaceSynchronizationEndpointFactoryBean()
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>
Copyright © GigaSpaces.