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

A

accessUser(Object) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
accessUser(Object) - Method in class com.yahoo.elide.datastores.hibernate5.PersistenceTransaction
 
andWithNull(Criterion, Criterion) - Static method in class com.yahoo.elide.datastores.hibernate5.filter.CriterionFilterOperation
 
apply(Predicate) - Method in class com.yahoo.elide.datastores.hibernate5.filter.CriterionFilterOperation
 
applyAll(Set<Predicate>) - Method in class com.yahoo.elide.datastores.hibernate5.filter.CriterionFilterOperation
 

B

beginTransaction() - Method in class com.yahoo.elide.datastores.hibernate5.HibernateStore
Start Hibernate transaction.
beginTransaction() - Method in class com.yahoo.elide.datastores.hibernate5.PersistenceStore
 
build() - Method in class com.yahoo.elide.datastores.hibernate5.HibernateStore.Builder
 
build() - Method in class com.yahoo.elide.datastores.hibernate5.HQLTransaction.Builder
 
buildCriteria(Criteria, Session) - Method in class com.yahoo.elide.datastores.hibernate5.filter.CriteriaExplorer
Build a set of criteria from sessionCriteria.
Builder(SessionFactory) - Constructor for class com.yahoo.elide.datastores.hibernate5.HibernateStore.Builder
 
Builder(Session, Collection, Class<T>, EntityDictionary) - Constructor for class com.yahoo.elide.datastores.hibernate5.HQLTransaction.Builder
 

C

close() - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
close() - Method in class com.yahoo.elide.datastores.hibernate5.PersistenceTransaction
 
com.yahoo.elide.datastores.hibernate5 - package com.yahoo.elide.datastores.hibernate5
 
com.yahoo.elide.datastores.hibernate5.filter - package com.yahoo.elide.datastores.hibernate5.filter
 
com.yahoo.elide.datastores.hibernate5.security - package com.yahoo.elide.datastores.hibernate5.security
 
commit() - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
commit() - Method in class com.yahoo.elide.datastores.hibernate5.PersistenceTransaction
 
createObject(Class<T>) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
createObject(Class<T>) - Method in class com.yahoo.elide.datastores.hibernate5.PersistenceTransaction
 
CriteriaCheck<T> - Interface in com.yahoo.elide.datastores.hibernate5.security
Deprecated.
As of 2.1, replaced by CriterionCheck
CriteriaExplorer - Class in com.yahoo.elide.datastores.hibernate5.filter
Explorer intended to construct criteria from filtering for constraining object loading.
CriteriaExplorer(Class<?>, RequestScope, Criterion) - Constructor for class com.yahoo.elide.datastores.hibernate5.filter.CriteriaExplorer
Constructor.
CriterionFilterOperation - Class in com.yahoo.elide.datastores.hibernate5.filter
FilterOperation that creates Hibernate Criterions from Predicates.
CriterionFilterOperation() - Constructor for class com.yahoo.elide.datastores.hibernate5.filter.CriterionFilterOperation
 

D

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

F

filterCollection(Collection, Class<T>, Set<Predicate>) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
filterCollectionWithSortingAndPagination(Collection, Class<T>, EntityDictionary, Optional<Set<Predicate>>, Optional<Sorting>, Optional<Pagination>) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
flush() - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
flush() - Method in class com.yahoo.elide.datastores.hibernate5.PersistenceTransaction
 

G

getCriterion(RequestScope) - Method in interface com.yahoo.elide.datastores.hibernate5.security.CriteriaCheck
Deprecated.
Gets criterion.
getSession() - Method in class com.yahoo.elide.datastores.hibernate5.HibernateStore
Get current Hibernate session.

H

hasNext() - Method in class com.yahoo.elide.datastores.hibernate5.ScrollableIterator
 
HibernateStore - Class in com.yahoo.elide.datastores.hibernate5
Hibernate interface library.
HibernateStore(SessionFactory) - Constructor for class com.yahoo.elide.datastores.hibernate5.HibernateStore
Initialize HibernateStore and dictionaries.
HibernateStore.Builder - Class in com.yahoo.elide.datastores.hibernate5
Builder object to configuration hibernate store.
HibernateTransaction - Class in com.yahoo.elide.datastores.hibernate5
Hibernate Transaction implementation.
HibernateTransaction(Session) - Constructor for class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
Deprecated.
since Elide 2.3.2. Will be removed no later than the release of Elide 3.0.
HibernateTransaction(Session, boolean, ScrollMode) - Constructor for class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
Constructor.
HQLTransaction - Class in com.yahoo.elide.datastores.hibernate5
Generates an HQL Transaction.
HQLTransaction() - Constructor for class com.yahoo.elide.datastores.hibernate5.HQLTransaction
 
HQLTransaction.Builder<T> - Class in com.yahoo.elide.datastores.hibernate5
HQLTransaction Builder.

I

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

L

loadObject(Class<T>, Serializable) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
loadObject(Class<T>, Serializable) - Method in class com.yahoo.elide.datastores.hibernate5.PersistenceTransaction
 
loadObjects(Class<T>) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
loadObjects(Class<T>, FilterScope) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
loadObjects(Class<T>, CriteriaExplorer, Optional<Set<Order>>, Optional<Pagination>) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
Generates the Hibernate ScrollableIterator for Hibernate Query.
loadObjects(Class<T>) - Method in class com.yahoo.elide.datastores.hibernate5.PersistenceTransaction
 
loadObjectsWithSortingAndPagination(Class<T>, FilterScope) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 

N

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

P

PersistenceStore - Class in com.yahoo.elide.datastores.hibernate5
Manager for javax.persistence compatible db resource.
PersistenceStore(EntityManagerFactory) - Constructor for class com.yahoo.elide.datastores.hibernate5.PersistenceStore
 
PersistenceTransaction - Class in com.yahoo.elide.datastores.hibernate5
The type Persistence transaction.
PersistenceTransaction(EntityManager) - Constructor for class com.yahoo.elide.datastores.hibernate5.PersistenceTransaction
 
populateEntityDictionary(EntityDictionary) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateStore
 
populateEntityDictionary(EntityDictionary) - Method in class com.yahoo.elide.datastores.hibernate5.PersistenceStore
 

S

save(Object) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateTransaction
 
save(Object) - Method in class com.yahoo.elide.datastores.hibernate5.PersistenceTransaction
 
ScrollableIterator<T> - Class in com.yahoo.elide.datastores.hibernate5
Wraps ScrollableResult as Iterator.
ScrollableIterator(ScrollableResults) - Constructor for class com.yahoo.elide.datastores.hibernate5.ScrollableIterator
 

W

withFilters(Set<Predicate>) - Method in class com.yahoo.elide.datastores.hibernate5.HQLTransaction.Builder
 
withPagination(Pagination) - Method in class com.yahoo.elide.datastores.hibernate5.HQLTransaction.Builder
 
withPossibleFilters(Optional<Set<Predicate>>) - Method in class com.yahoo.elide.datastores.hibernate5.HQLTransaction.Builder
 
withPossiblePagination(Optional<Pagination>) - Method in class com.yahoo.elide.datastores.hibernate5.HQLTransaction.Builder
 
withPossibleSorting(Optional<Sorting>) - Method in class com.yahoo.elide.datastores.hibernate5.HQLTransaction.Builder
 
withScrollEnabled(boolean) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateStore.Builder
 
withScrollMode(ScrollMode) - Method in class com.yahoo.elide.datastores.hibernate5.HibernateStore.Builder
 
withSorting(Sorting) - Method in class com.yahoo.elide.datastores.hibernate5.HQLTransaction.Builder
 
A B C D F G H I L N P S W 
Skip navigation links

Copyright © 2015–2016. All rights reserved.