|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use EREntityStore | |
---|---|
er.memoryadaptor | ERMemoryAdaptor |
Uses of EREntityStore in er.memoryadaptor |
---|
Subclasses of EREntityStore in er.memoryadaptor | |
---|---|
class |
ERJoinEntityStore
ERJoinEntityStore is a datastore implementation that provides a basic EREntityStore join implementation. |
class |
ERMemoryEntityStore
ERMemoryEntityStore is the actual datastore implementation for a single "table" in ERMemoryAdaptor. |
Methods in er.memoryadaptor that return EREntityStore | |
---|---|
EREntityStore |
ERMemoryAdaptorContext._entityStoreForEntity(com.webobjects.eoaccess.EOEntity entity)
Returns an EREntityStore for the given entity. |
EREntityStore |
EREntityStoreFactory._entityStoreForEntity(com.webobjects.eoaccess.EOEntity entity)
Returns an EREntityStore for the given entity. |
EREntityStore |
ERMemoryAdaptorContext._entityStoreForEntity(com.webobjects.eoaccess.EOEntity entity,
boolean transactional)
Returns an EREntityStore for the given entity. |
EREntityStore |
EREntityStoreFactory._entityStoreForEntity(com.webobjects.eoaccess.EOEntity entity,
boolean transactional)
Returns an EREntityStore for the given entity. |
EREntityStore |
EREntityStore.transactionStore()
|
Methods in er.memoryadaptor with parameters of type EREntityStore | |
---|---|
void |
ERMemoryEntityStore.commitFromTransactionStore(EREntityStore store)
|
void |
EREntityStore.commitFromTransactionStore(EREntityStore store)
|
Constructor parameters in er.memoryadaptor with type arguments of type EREntityStore | |
---|---|
EREntityStoreFactory(java.lang.Class<? extends EREntityStore> clazz)
|
|
ERJoinEntityStore(com.webobjects.foundation.NSDictionary<com.webobjects.eoaccess.EOEntity,EREntityStore> stores,
com.webobjects.eoaccess.EOEntity entity)
|
|
Last updated: Tue, Feb 21, 2017 • 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |