JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
F
G
H
I
L
N
P
S
V
W
A
accessUser(Object)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
apply(FilterPredicate)
- Method in class com.yahoo.elide.datastores.hibernate3.filter.
CriterionFilterOperation
apply(FilterExpression)
- Method in class com.yahoo.elide.datastores.hibernate3.filter.
CriterionFilterOperation
applyAll(Set<FilterPredicate>)
- Method in class com.yahoo.elide.datastores.hibernate3.filter.
CriterionFilterOperation
B
beginReadTransaction()
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateStore
beginTransaction()
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateStore
Start Hibernate transaction.
build()
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateStore.Builder
build()
- Method in class com.yahoo.elide.datastores.hibernate3.
HQLTransaction.Builder
buildCriterionFilterOperation(Criteria)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
Build the CriterionFilterOperation for provided criteria.
Builder(SessionFactory)
- Constructor for class com.yahoo.elide.datastores.hibernate3.
HibernateStore.Builder
Builder(Session, Collection, Class<T>, EntityDictionary)
- Constructor for class com.yahoo.elide.datastores.hibernate3.
HQLTransaction.Builder
C
close()
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
com.yahoo.elide.datastores.hibernate3
- package com.yahoo.elide.datastores.hibernate3
com.yahoo.elide.datastores.hibernate3.filter
- package com.yahoo.elide.datastores.hibernate3.filter
commit(RequestScope)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
createObject(Object, RequestScope)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
CriteriaVisitor()
- Constructor for class com.yahoo.elide.datastores.hibernate3.filter.
CriterionFilterOperation.CriteriaVisitor
CriterionFilterOperation
- Class in
com.yahoo.elide.datastores.hibernate3.filter
FilterOperation that creates Hibernate Criteria from Predicates.
CriterionFilterOperation(Criteria)
- Constructor for class com.yahoo.elide.datastores.hibernate3.filter.
CriterionFilterOperation
CriterionFilterOperation.CriteriaVisitor
- Class in
com.yahoo.elide.datastores.hibernate3.filter
Builds a criteria from a filter expression.
D
delete(Object, RequestScope)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
F
flush(RequestScope)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
G
get(Session, boolean, ScrollMode)
- Method in interface com.yahoo.elide.datastores.hibernate3.
HibernateStore.HibernateTransactionSupplier
getIncludeList(RequestScope)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
Parse include param into list of include fields.
getQueryLimit()
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
Overrideable default query limit for the data store.
getRelation(DataStoreTransaction, Object, String, Optional<FilterExpression>, Optional<Sorting>, Optional<Pagination>, RequestScope)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
getSession()
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateStore
Get current Hibernate session.
H
hasNext()
- Method in class com.yahoo.elide.datastores.hibernate3.
ScrollableIterator
HibernateStore
- Class in
com.yahoo.elide.datastores.hibernate3
Hibernate interface library.
HibernateStore(SessionFactory, boolean, ScrollMode)
- Constructor for class com.yahoo.elide.datastores.hibernate3.
HibernateStore
Constructor.
HibernateStore(SessionFactory, boolean, ScrollMode, HibernateStore.HibernateTransactionSupplier)
- Constructor for class com.yahoo.elide.datastores.hibernate3.
HibernateStore
Constructor.
HibernateStore.Builder
- Class in
com.yahoo.elide.datastores.hibernate3
Builder object to configuration hibernate transaction.
HibernateStore.HibernateTransactionSupplier
- Interface in
com.yahoo.elide.datastores.hibernate3
Functional interface for describing a method to supply a custom Hibernate transaction.
HibernateTransaction
- Class in
com.yahoo.elide.datastores.hibernate3
Hibernate Transaction implementation.
HibernateTransaction(Session, boolean, ScrollMode)
- Constructor for class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
Constructor.
HQLTransaction
- Class in
com.yahoo.elide.datastores.hibernate3
Generates an HQL Transaction.
HQLTransaction()
- Constructor for class com.yahoo.elide.datastores.hibernate3.
HQLTransaction
HQLTransaction.Builder
<
T
> - Class in
com.yahoo.elide.datastores.hibernate3
HQLTransaction Builder.
I
isJoinQuery()
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
Should this transaction use JOINs.
iterator()
- Method in class com.yahoo.elide.datastores.hibernate3.
ScrollableIterator
L
loadObject(Class<?>, Serializable, Optional<FilterExpression>, RequestScope)
- Method in class com.yahoo.elide.datastores.hibernate3.
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.hibernate3.
HibernateTransaction
loadObjects(Class<?>, Criteria, Optional<Set<Order>>, Optional<Pagination>, RequestScope)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
Generates the Hibernate ScrollableIterator for Hibernate Query.
N
next()
- Method in class com.yahoo.elide.datastores.hibernate3.
ScrollableIterator
P
patchRequestFilterCollection(Collection, Class<T>, FilterExpression, RequestScope)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
Use only inMemory tests during PatchRequest since objects in the collection may be new and unsaved.
populateEntityDictionary(EntityDictionary)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateStore
S
save(Object, RequestScope)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
ScrollableIterator
<
T
> - Class in
com.yahoo.elide.datastores.hibernate3
Wraps ScrollableResult as Iterator.
ScrollableIterator(ScrollableResults)
- Constructor for class com.yahoo.elide.datastores.hibernate3.
ScrollableIterator
V
visitAndExpression(AndFilterExpression)
- Method in class com.yahoo.elide.datastores.hibernate3.filter.
CriterionFilterOperation.CriteriaVisitor
visitNotExpression(NotFilterExpression)
- Method in class com.yahoo.elide.datastores.hibernate3.filter.
CriterionFilterOperation.CriteriaVisitor
visitOrExpression(OrFilterExpression)
- Method in class com.yahoo.elide.datastores.hibernate3.filter.
CriterionFilterOperation.CriteriaVisitor
visitPredicate(FilterPredicate)
- Method in class com.yahoo.elide.datastores.hibernate3.filter.
CriterionFilterOperation.CriteriaVisitor
W
withFilterExpression(FilterExpression)
- Method in class com.yahoo.elide.datastores.hibernate3.
HQLTransaction.Builder
withFilters(Set<FilterPredicate>)
- Method in class com.yahoo.elide.datastores.hibernate3.
HQLTransaction.Builder
withPagination(Pagination)
- Method in class com.yahoo.elide.datastores.hibernate3.
HQLTransaction.Builder
withPossibleFilterExpression(Optional<FilterExpression>)
- Method in class com.yahoo.elide.datastores.hibernate3.
HQLTransaction.Builder
withPossibleFilters(Optional<Set<FilterPredicate>>)
- Method in class com.yahoo.elide.datastores.hibernate3.
HQLTransaction.Builder
withPossiblePagination(Optional<Pagination>)
- Method in class com.yahoo.elide.datastores.hibernate3.
HQLTransaction.Builder
withPossibleSorting(Optional<Sorting>)
- Method in class com.yahoo.elide.datastores.hibernate3.
HQLTransaction.Builder
withScrollEnabled(boolean)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateStore.Builder
withScrollMode(ScrollMode)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateStore.Builder
withSorting(Sorting)
- Method in class com.yahoo.elide.datastores.hibernate3.
HQLTransaction.Builder
A
B
C
D
F
G
H
I
L
N
P
S
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015–2017. All rights reserved.