A C E G H O P R S T

A

applyAdditionalConstraints(Criteria) - Method in class org.apache.tapestry5.hibernate.HibernateGridDataSource
Invoked after the main criteria has been set up (firstResult, maxResults and any sort contraints).

C

CommitAfterWorker - Class in org.apache.tapestry5.internal.hibernate
Searches for methods that have the CommitAfter annotation and adds logic around the method to commit or abort the transaction.
CommitAfterWorker(HibernateSessionManager) - Constructor for class org.apache.tapestry5.internal.hibernate.CommitAfterWorker
 
commitTransactionInterceptor(String, Class) - Static method in class org.apache.tapestry5.internal.hibernate.HibernateMessages
 
contributeAlias(Configuration<AliasContribution>, Session) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
 
contributeApplicationStateManager(MappedConfiguration<Class, ApplicationStateContribution>, boolean, HibernateSessionSource) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
Contributes ApplicationStateContributions for all registered Hibernate entity classes.
contributeApplicationStatePersistenceStrategySource(MappedConfiguration<String, ApplicationStatePersistenceStrategy>) - Method in class org.apache.tapestry5.hibernate.HibernateModule
Contributes the following strategy: entity Stores the id of the entity and reloads from the Session
contributeComponentClassResolver(Configuration<LibraryMapping>) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
Contribution to the ComponentClassResolver service configuration.
contributeComponentClassTransformWorker(OrderedConfiguration<ComponentClassTransformWorker>) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
Adds the CommitAfter annotation work, to process the CommitAfter annotation.
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
 
contributeHibernateEntityPackageManager(Configuration<String>, String) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
Contributes the package "<root>.entities" to the configuration, so that it will be scanned for annotated entity classes.
contributePersistentFieldManager(MappedConfiguration<String, PersistentFieldStrategy>) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
Contributes the following: entity Stores the id of the entity and reloads from the Session
contributeValueEncoderSource(MappedConfiguration<Class, ValueEncoderFactory>, boolean, HibernateSessionSource, Session, TypeCoercer, PropertyAccess, LoggerSource) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
Contributes ValueEncoderFactorys for all registered Hibernate entity classes.
convertApplicationValueToPersisted(Object) - Method in class org.apache.tapestry5.internal.hibernate.EntityPersistentFieldStrategy
 
convertPersistedToApplicationValue(Object) - Method in class org.apache.tapestry5.internal.hibernate.EntityPersistentFieldStrategy
 

E

ENTITY - Static variable in class org.apache.tapestry5.hibernate.HibernatePersistenceConstants
If the field's value is a persistent Hibernate entity its type and primary key is stored in the Session.
EntityApplicationStatePersistenceStrategy - Class in org.apache.tapestry5.internal.hibernate
Persists Hibernate entities as SSOs by storing their primary key in the Session.
EntityApplicationStatePersistenceStrategy(Request, Session) - Constructor for class org.apache.tapestry5.internal.hibernate.EntityApplicationStatePersistenceStrategy
 
entityNotAttached(Object) - Static method in class org.apache.tapestry5.internal.hibernate.HibernateMessages
 
EntityPersistentFieldStrategy - Class in org.apache.tapestry5.internal.hibernate
Persists Hibernate entities by storing their id in the session.
EntityPersistentFieldStrategy(Session, Request) - Constructor for class org.apache.tapestry5.internal.hibernate.EntityPersistentFieldStrategy
 

G

get(Class<T>, ApplicationStateCreator<T>) - Method in class org.apache.tapestry5.internal.hibernate.EntityApplicationStatePersistenceStrategy
 
getAllClassMetadata() - Method in class org.apache.tapestry5.hibernate.pages.Statistics
 
getAvailableRows() - Method in class org.apache.tapestry5.hibernate.HibernateGridDataSource
Returns the total number of rows for the configured entity type.
getCollectionStatistics() - Method in class org.apache.tapestry5.hibernate.pages.Statistics
 
getEntityStatistics() - Method in class org.apache.tapestry5.hibernate.pages.Statistics
 
getQueryStatistics() - Method in class org.apache.tapestry5.hibernate.pages.Statistics
 
getRowType() - Method in class org.apache.tapestry5.hibernate.HibernateGridDataSource
Returns the entity type, as provided via the constructor.
getRowValue(int) - Method in class org.apache.tapestry5.hibernate.HibernateGridDataSource
Returns a row value at the given index (which must be within the range defined by the call to HibernateGridDataSource.prepare(int, int, java.util.List) ).
getSecondLevelCacheStatistics() - Method in class org.apache.tapestry5.hibernate.pages.Statistics
 

H

HibernateEntityValueEncoder<E> - Class in org.apache.tapestry5.internal.hibernate
 
HibernateEntityValueEncoder(Class<E>, PersistentClass, Session, PropertyAccess, TypeCoercer, Logger) - Constructor for class org.apache.tapestry5.internal.hibernate.HibernateEntityValueEncoder
 
HibernateGridDataSource - Class in org.apache.tapestry5.hibernate
A simple implementation of GridDataSource based on a Hibernate Session and a known entity class.
HibernateGridDataSource(Session, Class) - Constructor for class org.apache.tapestry5.hibernate.HibernateGridDataSource
 
HibernateMessages - Class in org.apache.tapestry5.internal.hibernate
 
HibernateMessages() - Constructor for class org.apache.tapestry5.internal.hibernate.HibernateMessages
 
HibernateModule - Class in org.apache.tapestry5.hibernate
Supplements the services defined by HibernateCoreModule with additional services and configuration specific to Tapestry web application.
HibernateModule() - Constructor for class org.apache.tapestry5.hibernate.HibernateModule
 
HibernatePersistenceConstants - Class in org.apache.tapestry5.hibernate
Constants for persistent field strategies.
HibernatePersistenceConstants() - Constructor for class org.apache.tapestry5.hibernate.HibernatePersistenceConstants
 

O

org.apache.tapestry5.hibernate - package org.apache.tapestry5.hibernate
 
org.apache.tapestry5.hibernate.pages - package org.apache.tapestry5.hibernate.pages
 
org.apache.tapestry5.internal.hibernate - package org.apache.tapestry5.internal.hibernate
 

P

PersistedEntity - Class in org.apache.tapestry5.internal.hibernate
Encapsulates a Hibernate entity name with an entity id.
PersistedEntity(String, Serializable) - Constructor for class org.apache.tapestry5.internal.hibernate.PersistedEntity
 
prepare(int, int, List<SortConstraint>) - Method in class org.apache.tapestry5.hibernate.HibernateGridDataSource
Prepares the results, performing a query (applying the sort results, and the provided start and end index).

R

restore(Session) - Method in class org.apache.tapestry5.internal.hibernate.PersistedEntity
 

S

sessionPersistedEntityLoadFailure(String, Object, Throwable) - Static method in class org.apache.tapestry5.internal.hibernate.HibernateMessages
 
set(Class<T>, T) - Method in class org.apache.tapestry5.internal.hibernate.EntityApplicationStatePersistenceStrategy
 
Statistics - Class in org.apache.tapestry5.hibernate.pages
Page used to see the Hibernate statistics.
Statistics() - Constructor for class org.apache.tapestry5.hibernate.pages.Statistics
 

T

toClient(E) - Method in class org.apache.tapestry5.internal.hibernate.HibernateEntityValueEncoder
 
toString() - Method in class org.apache.tapestry5.internal.hibernate.PersistedEntity
 
toValue(String) - Method in class org.apache.tapestry5.internal.hibernate.HibernateEntityValueEncoder
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.hibernate.CommitAfterWorker
 

A C E G H O P R S T

Copyright © 2007-2010 Apache Software Foundation. All Rights Reserved.