A B C E G J O P R T

A

abort() - Method in class org.tynamo.jdo.internal.JDOTransactionManagerImpl
 
abort() - Method in interface org.tynamo.jdo.JDOTransactionManager
Aborts the current transaction, and starts a new transaction to replace it.
addTransactionCommitAdvice(MethodAdviceReceiver) - Method in class org.tynamo.jdo.internal.JDOTransactionAdvisorImpl
 
addTransactionCommitAdvice(MethodAdviceReceiver) - Method in interface org.tynamo.jdo.JDOTransactionAdvisor
Identifies any methods with the CommitAfter annotation and applies the transaction logic to those methods.

B

bind(ServiceBinder) - Static method in class org.tynamo.jdo.JDOCoreModule
 
buildJDOEntityManagerSource(Logger, String, RegistryShutdownHub) - Static method in class org.tynamo.jdo.JDOCoreModule
 
buildJDOTransactionManager(JDOPersistenceManagerSource, PerthreadManager) - Static method in class org.tynamo.jdo.JDOCoreModule
The transaction manager manages transaction on a per-thread/per-request basis.
buildPersistenceManager(JDOTransactionManager, PropertyShadowBuilder) - Static method in class org.tynamo.jdo.JDOCoreModule
 

C

commit() - Method in class org.tynamo.jdo.internal.JDOTransactionManagerImpl
 
commit() - Method in interface org.tynamo.jdo.JDOTransactionManager
Commits the current transaction (which will cause a flush of data to the database), then starts a new transaction to replace it.
CommitAfter - Annotation Type in org.tynamo.jdo.annotations
Marks a method of a service (or a component method) as transactional: the active transaction should commit after invoking the method.
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.tynamo.jdo.JDOCoreModule
 
contributeRegistryStartup(OrderedConfiguration<Runnable>, boolean, JDOPersistenceManagerSource) - Static method in class org.tynamo.jdo.JDOCoreModule
 
create() - Method in class org.tynamo.jdo.internal.JDOPersistenceManagerSourceImpl
 
create() - Method in interface org.tynamo.jdo.JDOPersistenceManagerSource
Creates a new persistence manager using the {@link #getPersistenceManagerFactory() created at service startup.

E

EARLY_START_UP - Static variable in class org.tynamo.jdo.JDOSymbols
If "true", then JDO will be started up at application launch, rather than lazily.

G

getPersistenceManager() - Method in class org.tynamo.jdo.internal.JDOTransactionManagerImpl
 
getPersistenceManager() - Method in interface org.tynamo.jdo.JDOTransactionManager
Gets the active persistent manager for this request, creating it as necessary.
getPersistenceManagerFactory() - Method in class org.tynamo.jdo.internal.JDOPersistenceManagerSourceImpl
 
getPersistenceManagerFactory() - Method in interface org.tynamo.jdo.JDOPersistenceManagerSource
Returns the PersistenceManagerFactory from which JDO entity managers are created.

J

JDOCore - Annotation Type in org.tynamo.jdo
Marker annotation used to identify services defined in the JDOCoreModule.
JDOCoreMessages - Class in org.tynamo.jdo.internal
 
JDOCoreMessages() - Constructor for class org.tynamo.jdo.internal.JDOCoreMessages
 
JDOCoreModule - Class in org.tynamo.jdo
Defines core services that support initialization of JDO and access to the JDO PersistenceManager.
JDOCoreModule() - Constructor for class org.tynamo.jdo.JDOCoreModule
 
JDOPersistenceManagerSource - Interface in org.tynamo.jdo
Responsible for creating an PersistenceManager as needed.
JDOPersistenceManagerSourceImpl - Class in org.tynamo.jdo.internal
 
JDOPersistenceManagerSourceImpl(Logger, String) - Constructor for class org.tynamo.jdo.internal.JDOPersistenceManagerSourceImpl
 
JDOSymbols - Class in org.tynamo.jdo
Configuration symbols, for use with contributions to ApplicationDefaults.
JDOSymbols() - Constructor for class org.tynamo.jdo.JDOSymbols
 
JDOTransactionAdvisor - Interface in org.tynamo.jdo
Adds transaction advice on methods annotated w/ CommitAfter
JDOTransactionAdvisorImpl - Class in org.tynamo.jdo.internal
 
JDOTransactionAdvisorImpl(JDOTransactionManager) - Constructor for class org.tynamo.jdo.internal.JDOTransactionAdvisorImpl
 
JDOTransactionManager - Interface in org.tynamo.jdo
Manages the JDO transaction for the current thread.
JDOTransactionManagerImpl - Class in org.tynamo.jdo.internal
 
JDOTransactionManagerImpl(JDOPersistenceManagerSource) - Constructor for class org.tynamo.jdo.internal.JDOTransactionManagerImpl
 

O

org.tynamo.jdo - package org.tynamo.jdo
 
org.tynamo.jdo.annotations - package org.tynamo.jdo.annotations
 
org.tynamo.jdo.internal - package org.tynamo.jdo.internal
 

P

PMF_NAME - Static variable in class org.tynamo.jdo.JDOSymbols
The name of the persistence manager factory as defined in jdoconfig.xml or other JDO configuration
PROVIDE_ENTITY_VALUE_ENCODERS - Static variable in class org.tynamo.jdo.JDOSymbols
If true (the default), then org.apache.tapestry5.ValueEncoders are automatically created for each entity.

R

registryDidShutdown() - Method in class org.tynamo.jdo.internal.JDOPersistenceManagerSourceImpl
 

T

threadDidCleanup() - Method in class org.tynamo.jdo.internal.JDOTransactionManagerImpl
Rollsback the transaction at the end of the request, then closes the session.

A B C E G J O P R T

Copyright © 2011-2012. All Rights Reserved.