public class StatelessHibernateSpaceSynchronizationEndpointConfigurer extends Object
StatelessHibernateSpaceSynchronizationEndpoint
.Modifier and Type | Field and Description |
---|---|
protected Set<String> |
managedEntries |
protected org.hibernate.SessionFactory |
sessionFactory |
Constructor and Description |
---|
StatelessHibernateSpaceSynchronizationEndpointConfigurer() |
Modifier and Type | Method and Description |
---|---|
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.
|
public StatelessHibernateSpaceSynchronizationEndpointConfigurer()
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.Copyright © GigaSpaces.