|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityManager | |
---|---|
de.schwarzrot.data.access | provides the working class for the anonymous Persistence layer. |
de.schwarzrot.data.access.jdbc | classes for jdbc specific data access |
de.schwarzrot.data.access.pref | preferences related data access classes |
de.schwarzrot.data.access.support | helper classes used by the data accessors |
de.schwarzrot.data.transaction | classes used to define application transactions |
Uses of EntityManager in de.schwarzrot.data.access |
---|
Classes in de.schwarzrot.data.access that implement EntityManager | |
---|---|
class |
NullEntityManager
serves as a "remainder" for developers, that a certain entity is not handled the right way. |
Methods in de.schwarzrot.data.access that return EntityManager | |
---|---|
EntityManager |
Repository.getManager(Class<?> clazz)
|
Method parameters in de.schwarzrot.data.access with type arguments of type EntityManager | |
---|---|
void |
Repository.setManagers(Map<String,EntityManager> managers)
set the managers, that shall be used to handle datatransfer to and from persistence. |
Uses of EntityManager in de.schwarzrot.data.access.jdbc |
---|
Classes in de.schwarzrot.data.access.jdbc that implement EntityManager | |
---|---|
class |
JDBCEntityManager
implementation of an EntityManager that uses JDBC-database access for
persistence. |
Uses of EntityManager in de.schwarzrot.data.access.pref |
---|
Classes in de.schwarzrot.data.access.pref that implement EntityManager | |
---|---|
class |
PreferencesEntityManager
a manager to handle configuration entities. |
Uses of EntityManager in de.schwarzrot.data.access.support |
---|
Classes in de.schwarzrot.data.access.support that implement EntityManager | |
---|---|
class |
AbstractEntityManager
abstract helper class for conveniance of creation of EntityManager s. |
Uses of EntityManager in de.schwarzrot.data.transaction |
---|
Methods in de.schwarzrot.data.transaction that return types with arguments of type EntityManager | |
---|---|
Collection<EntityManager> |
Transaction.registeredManagers()
internal use only. |
Collection<EntityManager> |
ApplicationTransaction.registeredManagers()
|
Methods in de.schwarzrot.data.transaction with parameters of type EntityManager | |
---|---|
TransactionResource<?> |
Transaction.getResource(EntityManager em)
internal use only. |
TransactionResource<?> |
ApplicationTransaction.getResource(EntityManager em)
|
boolean |
Transaction.isEntityManagerRegistered(EntityManager em)
internal use only. |
boolean |
ApplicationTransaction.isEntityManagerRegistered(EntityManager em)
|
void |
Transaction.registerResource(EntityManager em,
TransactionResource<?> resource)
internal use only. |
void |
ApplicationTransaction.registerResource(EntityManager em,
TransactionResource<?> res)
|
|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |