Skip navigation links
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(Predicate) - Method in class com.yahoo.elide.datastores.hibernate3.filter.CriterionFilterOperation
 
apply(FilterExpression) - 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
 
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
 
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
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) - 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
Deprecated.
filterCollectionWithSortingAndPagination(Collection, Class<T>, EntityDictionary, Optional<Set<Predicate>>, Optional<Sorting>, Optional<Pagination>) - Method in class com.yahoo.elide.datastores.hibernate3.HibernateTransaction
Deprecated.
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
Overrideable default query limit for the data store
getRelation(Object, RelationshipType, String, Class<T>, EntityDictionary, Optional<FilterExpression>, Sorting, Pagination) - Method in class com.yahoo.elide.datastores.hibernate3.HibernateTransaction
 
getSession() - Method in class com.yahoo.elide.datastores.hibernate3.HibernateStore
Get current Hibernate session.
getTotalRecords(Class<T>) - Method in class com.yahoo.elide.datastores.hibernate3.HibernateTransaction
 

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(SessionFactory, boolean, ScrollMode) - 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.
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
Deprecated.
loadObject(Class<T>, Serializable, Optional<FilterExpression>) - Method in class com.yahoo.elide.datastores.hibernate3.HibernateTransaction
load a single record with id and filter.
loadObjects(Class<T>) - Method in class com.yahoo.elide.datastores.hibernate3.HibernateTransaction
Deprecated.
loadObjects(Class<T>, FilterScope) - Method in class com.yahoo.elide.datastores.hibernate3.HibernateTransaction
 
loadObjects(Class<T>, Criteria, 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

patchRequestFilterCollection(Collection, Class<T>, FilterExpression) - Method in class com.yahoo.elide.datastores.hibernate3.HibernateTransaction
for PatchRequest use only inMemory tests since objects in the collection may be new and unsaved
patchRequestFilterCollection(Collection, Class<T>, Set<Predicate>) - Method in class com.yahoo.elide.datastores.hibernate3.HibernateTransaction
Deprecated.
will be removed in Elide 3.0
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
 

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(Predicate) - 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<Predicate>) - 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<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 V W 
Skip navigation links

Copyright © 2015–2017. All rights reserved.