|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.memoryadaptor.EREntityStoreFactory
public class EREntityStoreFactory
EREntityStoreFactory is an factory class used for creating and managing EREntityStore instances.
Field Summary | |
---|---|
static java.lang.String |
RESET_ALL_ENTITIES
|
Constructor Summary | |
---|---|
EREntityStoreFactory(java.lang.Class<? extends EREntityStore> clazz)
|
Method Summary | |
---|---|
EREntityStore |
_entityStoreForEntity(com.webobjects.eoaccess.EOEntity entity)
Returns an EREntityStore for the given entity. |
EREntityStore |
_entityStoreForEntity(com.webobjects.eoaccess.EOEntity entity,
boolean transactional)
Returns an EREntityStore for the given entity. |
void |
beginTransaction()
|
void |
commitTransaction()
|
void |
resetAllEntities()
Resets all the entities in this context, removing any known rows and clearing out any transactions. |
void |
resetAllEntities(com.webobjects.foundation.NSNotification object)
|
void |
resetEntity(com.webobjects.eoaccess.EOEntity entity)
Resets the given entity, removing any known rows and clearing out any transactions. |
void |
rollbackTransaction()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RESET_ALL_ENTITIES
Constructor Detail |
---|
public EREntityStoreFactory(java.lang.Class<? extends EREntityStore> clazz)
Method Detail |
---|
public void resetAllEntities()
public void resetAllEntities(com.webobjects.foundation.NSNotification object)
public void resetEntity(com.webobjects.eoaccess.EOEntity entity)
entity
- the entity to resetpublic EREntityStore _entityStoreForEntity(com.webobjects.eoaccess.EOEntity entity)
entity
- the entity to lookup
public EREntityStore _entityStoreForEntity(com.webobjects.eoaccess.EOEntity entity, boolean transactional)
entity
- the entity to lookuptransactional
- if true, this will return a transactional view of the store
public void beginTransaction()
public void commitTransaction()
public void rollbackTransaction()
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |