Skip navigation links
A B C D E F G H I L N P Q S T W 

A

AbstractHibernateStore - Class in com.yahoo.elide.datastores.hibernate5
Hibernate interface library.
AbstractHibernateStore(SessionFactory, boolean, ScrollMode) - Constructor for class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore
Constructor.
AbstractHibernateStore(SessionFactory, boolean, ScrollMode, AbstractHibernateStore.HibernateTransactionSupplier) - Constructor for class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore
Constructor.
AbstractHibernateStore.Builder - Class in com.yahoo.elide.datastores.hibernate5
Builder object to configuration hibernate store.
AbstractHibernateStore.HibernateTransactionSupplier - Interface in com.yahoo.elide.datastores.hibernate5
Functional interface for describing a method to supply a custom Hibernate transaction.
accessUser(Object) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 

B

beginTransaction() - Method in class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore
Start Hibernate transaction.
beginTransaction() - Method in class com.yahoo.elide.datastores.hibernate5.HibernateEntityManagerStore
Start Hibernate transaction.
beginTransaction() - Method in class com.yahoo.elide.datastores.hibernate5.HibernateSessionFactoryStore
Start Hibernate transaction.
bindEntity(EntityDictionary, EntityType) - Method in class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore
 
build() - Method in class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore.Builder
 
Builder(SessionFactory) - Constructor for class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore.Builder
 
Builder(EntityManager) - Constructor for class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore.Builder
 
Builder(HibernateEntityManager) - Constructor for class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore.Builder
Deprecated.

C

close() - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
com.yahoo.elide.datastores.hibernate5 - package com.yahoo.elide.datastores.hibernate5
 
com.yahoo.elide.datastores.hibernate5.porting - package com.yahoo.elide.datastores.hibernate5.porting
 
commit(RequestScope) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
createObject(Object, RequestScope) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
createQuery(String) - Method in class com.yahoo.elide.datastores.hibernate5.porting.SessionWrapper
 

D

delete(Object, RequestScope) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 

E

entityManager - Variable in class com.yahoo.elide.datastores.hibernate5.HibernateEntityManagerStore
 

F

flush(RequestScope) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 

G

get(Session, boolean, ScrollMode) - Method in interface com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore.HibernateTransactionSupplier
 
getRelation(DataStoreTransaction, Object, String, Optional<FilterExpression>, Optional<Sorting>, Optional<Pagination>, RequestScope) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
getSession() - Method in class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore
Get current Hibernate session.
getSession() - Method in class com.yahoo.elide.datastores.hibernate5.HibernateEntityManagerStore
Get current Hibernate session.
getSession() - Method in class com.yahoo.elide.datastores.hibernate5.HibernateSessionFactoryStore
Get current Hibernate session.

H

hasNext() - Method in class com.yahoo.elide.datastores.hibernate5.ScrollableIterator
 
HibernateEntityManagerStore - Class in com.yahoo.elide.datastores.hibernate5
Hibernate5 store supporting the EntityManager.
HibernateEntityManagerStore(HibernateEntityManager, boolean, ScrollMode) - Constructor for class com.yahoo.elide.datastores.hibernate5.HibernateEntityManagerStore
Deprecated.
HibernateEntityManagerStore(EntityManager, boolean, ScrollMode) - Constructor for class com.yahoo.elide.datastores.hibernate5.HibernateEntityManagerStore
 
hibernateFlush(RequestScope) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
HibernateSessionFactoryStore - Class in com.yahoo.elide.datastores.hibernate5
Implementation for HibernateStore supporting SessionFactory.
HibernateSessionFactoryStore(SessionFactory, boolean, ScrollMode) - Constructor for class com.yahoo.elide.datastores.hibernate5.HibernateSessionFactoryStore
 
HibernateTransaction - Class in com.yahoo.elide.datastores.hibernate5
Hibernate Transaction implementation.
HibernateTransaction(Session, boolean, ScrollMode) - Constructor for class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
Constructor.

I

isScrollEnabled - Variable in class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore
 
iterator() - Method in class com.yahoo.elide.datastores.hibernate5.ScrollableIterator
 

L

loadObject(Class<?>, Serializable, Optional<FilterExpression>, RequestScope) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
load a single record with id and filter.
loadObjects(Class<?>, Optional<FilterExpression>, Optional<Sorting>, Optional<Pagination>, RequestScope) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 

N

next() - Method in class com.yahoo.elide.datastores.hibernate5.ScrollableIterator
 

P

populateEntityDictionary(EntityDictionary) - Method in class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore
 
populateEntityDictionary(EntityDictionary) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateEntityManagerStore
 

Q

QueryWrapper - Class in com.yahoo.elide.datastores.hibernate5.porting
Wraps a Hibernate 5 Query allowing most data store logic to not directly depend on a specific version of Hibernate.
QueryWrapper(Query) - Constructor for class com.yahoo.elide.datastores.hibernate5.porting.QueryWrapper
 

S

save(Object, RequestScope) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
ScrollableIterator<T> - Class in com.yahoo.elide.datastores.hibernate5
Wraps ScrollableResult as Iterator.
ScrollableIterator(ScrollableResults) - Constructor for class com.yahoo.elide.datastores.hibernate5.ScrollableIterator
 
scrollMode - Variable in class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore
 
sessionFactory - Variable in class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore
 
SessionWrapper - Class in com.yahoo.elide.datastores.hibernate5.porting
Wraps a Hibernate 5 Session allowing most data store logic to not directly depend on a specific version of Hibernate.
SessionWrapper(Session) - Constructor for class com.yahoo.elide.datastores.hibernate5.porting.SessionWrapper
 
setFirstResult(int) - Method in class com.yahoo.elide.datastores.hibernate5.porting.QueryWrapper
 
setMaxResults(int) - Method in class com.yahoo.elide.datastores.hibernate5.porting.QueryWrapper
 
setParameter(String, Object) - Method in class com.yahoo.elide.datastores.hibernate5.porting.QueryWrapper
 
setParameterList(String, Collection) - Method in class com.yahoo.elide.datastores.hibernate5.porting.QueryWrapper
 

T

transactionSupplier - Variable in class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore
 

W

withScrollEnabled(boolean) - Method in class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore.Builder
 
withScrollMode(ScrollMode) - Method in class com.yahoo.elide.datastores.hibernate5.AbstractHibernateStore.Builder
 
A B C D E F G H I L N P Q S T W 
Skip navigation links

Copyright © 2015–2019. All rights reserved.