|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpointConfigurer
public class StatelessHibernateSpaceSynchronizationEndpointConfigurer
A configurer class which is used to configure a StatelessHibernateSpaceSynchronizationEndpoint
.
Constructor Summary | |
---|---|
StatelessHibernateSpaceSynchronizationEndpointConfigurer()
|
Method Summary | |
---|---|
StatelessHibernateSpaceSynchronizationEndpoint |
create()
Creates a DefaultHibernateSpaceSynchronizationEndpoint with the setup configuration. |
StatelessHibernateSpaceSynchronizationEndpointConfigurer |
managedEntries(String... entries)
Sets all the entries this Hibernate synchronization endpoint interceptor will work with. |
StatelessHibernateSpaceSynchronizationEndpointConfigurer |
sessionFactory(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 StatelessHibernateSpaceSynchronizationEndpointConfigurer()
Method Detail |
---|
public StatelessHibernateSpaceSynchronizationEndpointConfigurer sessionFactory(org.hibernate.SessionFactory sessionFactory)
public StatelessHibernateSpaceSynchronizationEndpointConfigurer managedEntries(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 StatelessHibernateSpaceSynchronizationEndpoint create()
DefaultHibernateSpaceSynchronizationEndpoint
with the setup configuration.
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |