A B C E G I O P S T U 

A

AllPersistenceServices - Interface in org.apache.onami.persist
Interface for aggregation of multiple PersistenceServices.
AllUnitsOfWork - Interface in org.apache.onami.persist
Interface for aggregation of multiple UnitsOfWork.
AnnotatedPersistenceUnitBuilder - Interface in org.apache.onami.persist
3rd step of the persistence unit builder process.
annotatedWith(Class<? extends Annotation>) - Method in interface org.apache.onami.persist.UnannotatedPersistenceUnitBuilder
Defines an annotation for the persistence unit.

B

begin() - Method in interface org.apache.onami.persist.UnitOfWork
Begins the unit of work.
beginAllInactiveUnitsOfWork() - Method in interface org.apache.onami.persist.AllUnitsOfWork
Calls UnitOfWork.begin() on all units of work which are not active.
bindApplicationManagedPersistenceUnit(String) - Method in class org.apache.onami.persist.PersistenceModule
Binds an application managed persistence unit.
bindContainerManagedPersistenceUnit(EntityManagerFactory) - Method in class org.apache.onami.persist.PersistenceModule
Binds a container managed persistence unit for a given entity manager factory.
bindContainerManagedPersistenceUnitProvidedBy(Provider<EntityManagerFactory>) - Method in class org.apache.onami.persist.PersistenceModule
Binds a container managed persistence unit.
bindContainerManagedPersistenceUnitProvidedBy(Class<? extends Provider<EntityManagerFactory>>) - Method in class org.apache.onami.persist.PersistenceModule
Binds a container managed persistence unit.
bindContainerManagedPersistenceUnitProvidedBy(TypeLiteral<? extends Provider<EntityManagerFactory>>) - Method in class org.apache.onami.persist.PersistenceModule
Binds a container managed persistence unit.
bindContainerManagedPersistenceUnitProvidedBy(Key<? extends Provider<EntityManagerFactory>>) - Method in class org.apache.onami.persist.PersistenceModule
Binds a container managed persistence unit.
bindContainerManagedPersistenceUnitWithJndiName(String) - Method in class org.apache.onami.persist.PersistenceModule
Binds a container managed persistence unit.

C

configure() - Method in class org.apache.onami.persist.PersistenceModule
configurePersistence() - Method in class org.apache.onami.persist.PersistenceModule
Configures the persistence units over the exposed methods.

E

end() - Method in interface org.apache.onami.persist.UnitOfWork
Ends the unit of work.
endAllUnitsOfWork() - Method in interface org.apache.onami.persist.AllUnitsOfWork
Calls UnitOfWork.end() on all units of work.
EntityManagerProvider - Interface in org.apache.onami.persist
Provider for EntityManager.

G

get() - Method in interface org.apache.onami.persist.EntityManagerProvider
 

I

isActive() - Method in interface org.apache.onami.persist.UnitOfWork
 
isRunning() - Method in interface org.apache.onami.persist.PersistenceService
 

O

org.apache.onami.persist - package org.apache.onami.persist
 

P

PersistenceFilter - Interface in org.apache.onami.persist
Filter for use in container.
PersistenceModule - Class in org.apache.onami.persist
Main module of the onami persist guice extension.
PersistenceModule() - Constructor for class org.apache.onami.persist.PersistenceModule
 
PersistenceService - Interface in org.apache.onami.persist
This is the main control to the entire persistence engine.

S

setProperties(Properties) - Method in interface org.apache.onami.persist.UnconfiguredPersistenceUnitBuilder
Defines additional properties to use.
start() - Method in interface org.apache.onami.persist.PersistenceService
Starts the underlying persistence engine and makes onami-persist ready for use.
startAllStoppedPersistenceServices() - Method in interface org.apache.onami.persist.AllPersistenceServices
Calls PersistenceService.start() on all persistence services which are not running.
stop() - Method in interface org.apache.onami.persist.PersistenceService
Stops the underlying persistence engine.
stopAllPersistenceServices() - Method in interface org.apache.onami.persist.AllPersistenceServices
Calls PersistenceService.stop() on all persistence services.

T

Transactional - Annotation Type in org.apache.onami.persist
Marks a method or class to be executed within a transaction.

U

UnannotatedPersistenceUnitBuilder - Interface in org.apache.onami.persist
2nd step of the persistence unit builder process.
UnconfiguredPersistenceUnitBuilder - Interface in org.apache.onami.persist
4th step of the persistence unit builder process.
UnitOfWork - Interface in org.apache.onami.persist
The Unit of work correlates with the life cycle of the EntityManager.
useGlobalTransaction(UserTransaction) - Method in interface org.apache.onami.persist.AnnotatedPersistenceUnitBuilder
Mark the persistence unit to use JTA transactions.
useGlobalTransactionProvidedBy(Provider<UserTransaction>) - Method in interface org.apache.onami.persist.AnnotatedPersistenceUnitBuilder
Mark the persistence unit to use JTA transactions.
useGlobalTransactionProvidedBy(Class<? extends Provider<UserTransaction>>) - Method in interface org.apache.onami.persist.AnnotatedPersistenceUnitBuilder
Mark the persistence unit to use JTA transactions.
useGlobalTransactionProvidedBy(TypeLiteral<? extends Provider<UserTransaction>>) - Method in interface org.apache.onami.persist.AnnotatedPersistenceUnitBuilder
Mark the persistence unit to use JTA transactions.
useGlobalTransactionProvidedBy(Key<? extends Provider<UserTransaction>>) - Method in interface org.apache.onami.persist.AnnotatedPersistenceUnitBuilder
Mark the persistence unit to use JTA transactions.
useGlobalTransactionWithJndiName(String) - Method in interface org.apache.onami.persist.AnnotatedPersistenceUnitBuilder
Mark the persistence unit to use JTA transactions.
useLocalTransaction() - Method in interface org.apache.onami.persist.AnnotatedPersistenceUnitBuilder
Mark the persistence unit to use resource local transactions.
A B C E G I O P S T U 

Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.