A C E G J O P T

A

additionalConstraints(CriteriaBuilder, Root<E>) - Method in class org.tynamo.jpa.internal.JPAGridDataSource
Invoked after the main criteria has been set up (firstResult, maxResults and any sort contraints).

C

CommitAfterWorker - Class in org.tynamo.jpa.internal
Searches for methods that have the CommitAfter annotation and adds logic around the method to commit or abort the transaction.
CommitAfterWorker(JPATransactionManager) - Constructor for class org.tynamo.jpa.internal.CommitAfterWorker
 
contributeAlias(Configuration<AliasContribution>, EntityManager) - Static method in class org.tynamo.jpa.JPAModule
Contributes the package "<root>.entities" to the configuration, so that it will be scanned for annotated entity classes.
contributeComponentClassResolver(Configuration<LibraryMapping>) - Static method in class org.tynamo.jpa.JPAModule
Contribution to the ComponentClassResolver service configuration.
contributeComponentClassTransformWorker(OrderedConfiguration<ComponentClassTransformWorker>) - Static method in class org.tynamo.jpa.JPAModule
Adds the CommitAfter annotation work, to process the eu.cuetech.tapestry.jpa.annotations.CommitAfter annotation.
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.tynamo.jpa.JPAModule
 
contributePersistentFieldManager(MappedConfiguration<String, PersistentFieldStrategy>) - Static method in class org.tynamo.jpa.JPAModule
Contributes the following: entity Stores the id of the entity and reloads from the EntityManager
contributeValueEncoderSource(MappedConfiguration<Class, ValueEncoderFactory>, boolean, JPAEntityManagerSource, EntityManager, TypeCoercer, PropertyAccess, LoggerSource) - Static method in class org.tynamo.jpa.JPAModule
Contributes ValueEncoderFactorys for all registered JPA entity classes.
convertApplicationValueToPersisted(Object) - Method in class org.tynamo.jpa.internal.EntityPersistentFieldStrategy
 
convertPersistedToApplicationValue(Object) - Method in class org.tynamo.jpa.internal.EntityPersistentFieldStrategy
 

E

entityManager - Variable in class org.tynamo.jpa.internal.JPAGridDataSource
 
EntityPersistentFieldStrategy - Class in org.tynamo.jpa.internal
Persists Hibernate entities by storing their id in the session.
EntityPersistentFieldStrategy(EntityManager, Request) - Constructor for class org.tynamo.jpa.internal.EntityPersistentFieldStrategy
 

G

getAvailableRows() - Method in class org.tynamo.jpa.internal.JPAGridDataSource
Returns the total number of rows for the configured entity type.
getRowType() - Method in class org.tynamo.jpa.internal.JPAGridDataSource
Returns the entity type, as provided via the constructor.
getRowValue(int) - Method in class org.tynamo.jpa.internal.JPAGridDataSource
Returns a row value at the given index (which must be within the range defined by the call to JPAGridDataSource.prepare(int, int, java.util.List) ).

J

JPAEntityValueEncoder<E> - Class in org.tynamo.jpa.internal
 
JPAEntityValueEncoder(Class<E>, EntityManager, PropertyAccess, TypeCoercer, Logger) - Constructor for class org.tynamo.jpa.internal.JPAEntityValueEncoder
 
JPAGridDataSource<E> - Class in org.tynamo.jpa.internal
A simple implementation of GridDataSource based on a Hibernate Session and a known entity class.
JPAGridDataSource(EntityManager, Class<E>) - Constructor for class org.tynamo.jpa.internal.JPAGridDataSource
 
JPAModule - Class in org.tynamo.jpa
Supplements the services defined by eu.cuetech.tapestry.jpa.JPACoreModule with additional services and configuration specific to Tapestry web application.
JPAModule() - Constructor for class org.tynamo.jpa.JPAModule
 

O

org.tynamo.jpa - package org.tynamo.jpa
 
org.tynamo.jpa.internal - package org.tynamo.jpa.internal
 

P

PersistedEntity - Class in org.tynamo.jpa.internal
Encapsulates a JPA entity class with an entity id.
PersistedEntity(Class, Serializable) - Constructor for class org.tynamo.jpa.internal.PersistedEntity
 
prepare(int, int, List<SortConstraint>) - Method in class org.tynamo.jpa.internal.JPAGridDataSource
Prepares the results, performing a query (applying the sort results, and the provided start and end index).

T

toClient(E) - Method in class org.tynamo.jpa.internal.JPAEntityValueEncoder
 
toString() - Method in class org.tynamo.jpa.internal.PersistedEntity
 
toValue(String) - Method in class org.tynamo.jpa.internal.JPAEntityValueEncoder
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.tynamo.jpa.internal.CommitAfterWorker
 

A C E G J O P T

Copyright © 2009-2010. All Rights Reserved.