public static class AbstractHibernateStore.Builder extends Object
| Constructor and Description |
|---|
Builder(javax.persistence.EntityManager entityManager) |
Builder(org.hibernate.jpa.HibernateEntityManager entityManager)
Deprecated.
|
Builder(org.hibernate.SessionFactory sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
AbstractHibernateStore |
build() |
AbstractHibernateStore.Builder |
withScrollEnabled(boolean isScrollEnabled) |
AbstractHibernateStore.Builder |
withScrollMode(org.hibernate.ScrollMode scrollMode) |
public Builder(org.hibernate.SessionFactory sessionFactory)
public Builder(javax.persistence.EntityManager entityManager)
@Deprecated public Builder(org.hibernate.jpa.HibernateEntityManager entityManager)
public AbstractHibernateStore.Builder withScrollEnabled(boolean isScrollEnabled)
public AbstractHibernateStore.Builder withScrollMode(org.hibernate.ScrollMode scrollMode)
public AbstractHibernateStore build()
Copyright © 2015–2019. All rights reserved.