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
W
A
accessUser(Object)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
andWithNull(Criterion, Criterion)
- Static method in class com.yahoo.elide.datastores.hibernate3.filter.
CriterionFilterOperation
apply(Predicate)
- Method in class com.yahoo.elide.datastores.hibernate3.filter.
CriterionFilterOperation
applyAll(Set<Predicate>)
- 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
buildCriteria(Criteria, Session)
- Method in class com.yahoo.elide.datastores.hibernate3.filter.
CriteriaExplorer
Build a set of criteria from sessionCriteria.
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
com.yahoo.elide.datastores.hibernate3.security
- package com.yahoo.elide.datastores.hibernate3.security
commit()
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
createObject(Class<T>)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
CriteriaCheck
<
T
> - Interface in
com.yahoo.elide.datastores.hibernate3.security
Deprecated.
As of 2.1, replaced by
CriterionCheck
CriteriaExplorer
- Class in
com.yahoo.elide.datastores.hibernate3.filter
Explorer intended to construct criteria from filtering for constraining object loading.
CriteriaExplorer(Class<?>, RequestScope, Criterion)
- Constructor for class com.yahoo.elide.datastores.hibernate3.filter.
CriteriaExplorer
Constructor.
CriterionFilterOperation
- Class in
com.yahoo.elide.datastores.hibernate3.filter
FilterOperation that creates Hibernate Criteria from Predicates.
CriterionFilterOperation()
- Constructor for class com.yahoo.elide.datastores.hibernate3.filter.
CriterionFilterOperation
D
delete(Object)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
F
filterCollection(Collection, Class<T>, Set<Predicate>)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
filterCollectionWithSortingAndPagination(Collection, Class<T>, EntityDictionary, Optional<Set<Predicate>>, Optional<Sorting>, Optional<Pagination>)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
flush()
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
G
getCriterion(RequestScope)
- Method in interface com.yahoo.elide.datastores.hibernate3.security.
CriteriaCheck
Deprecated.
Get criterion for request scope.
getIncludeList()
- 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
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)
- Constructor for class com.yahoo.elide.datastores.hibernate3.
HibernateStore
Deprecated.
since 2.3.2. Use builder instead.
HibernateStore.Builder
- Class in
com.yahoo.elide.datastores.hibernate3
Builder object to configuration hibernate transaction.
HibernateTransaction
- Class in
com.yahoo.elide.datastores.hibernate3
Hibernate Transaction implementation.
HibernateTransaction(Session)
- Constructor for class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
Deprecated.
since 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.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<T>, Serializable)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
loadObjects(Class<T>)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
loadObjects(Class<T>, FilterScope)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
loadObjects(Class<T>, CriteriaExplorer, Optional<Set<Order>>, Optional<Pagination>)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
Generates the Hibernate ScrollableIterator for Hibernate Query.
loadObjectsWithSortingAndPagination(Class<T>, FilterScope)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
N
next()
- Method in class com.yahoo.elide.datastores.hibernate3.
ScrollableIterator
P
populateEntityDictionary(EntityDictionary)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateStore
S
save(Object)
- 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
setRequestScope(RequestScope)
- Method in class com.yahoo.elide.datastores.hibernate3.
HibernateTransaction
W
withFilters(Set<Predicate>)
- Method in class com.yahoo.elide.datastores.hibernate3.
HQLTransaction.Builder
withPagination(Pagination)
- Method in class com.yahoo.elide.datastores.hibernate3.
HQLTransaction.Builder
withPossibleFilters(Optional<Set<Predicate>>)
- 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
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015–2016. All rights reserved.