Package | Description |
---|---|
org.openspaces.persistency.hibernate |
An implementation of GigaSpaces external data source using Hibernate.
|
Modifier and Type | Field and Description |
---|---|
protected DefaultHibernateSpaceSynchronizationEndpointConfigurer |
DefaultHibernateSpaceSynchronizationEndpointFactoryBean.synchronizationEndpointInterceptorConfigurer |
Modifier and Type | Method and Description |
---|---|
DefaultHibernateSpaceSynchronizationEndpointConfigurer |
DefaultHibernateSpaceSynchronizationEndpointConfigurer.deleteById(boolean deleteById)
If set to
true the object will be deleted using only its id. |
protected DefaultHibernateSpaceSynchronizationEndpointConfigurer |
DefaultHibernateSpaceSynchronizationEndpointFactoryBean.getConfigurer()
|
DefaultHibernateSpaceSynchronizationEndpointConfigurer |
DefaultHibernateSpaceSynchronizationEndpointConfigurer.managedEntries(String... entries)
Sets all the entries this Hibernate synchronization endpoint interceptor will work with.
|
DefaultHibernateSpaceSynchronizationEndpointConfigurer |
DefaultHibernateSpaceSynchronizationEndpointConfigurer.sessionFactory(org.hibernate.SessionFactory sessionFactory)
Injects the Hibernate SessionFactory to be used with this synchronization endpoint
interceptor.
|
DefaultHibernateSpaceSynchronizationEndpointConfigurer |
DefaultHibernateSpaceSynchronizationEndpointConfigurer.useMerge(boolean useMerge)
If set to
true , will use Hibernate merge to perform the
create/update, and will merge before calling delete. |
Constructor and Description |
---|
DefaultHibernateSpaceSynchronizationEndpointFactoryBean(DefaultHibernateSpaceSynchronizationEndpointConfigurer configurer) |
Copyright © GigaSpaces.