|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amber.entity.EntityFactory
public class EntityFactory
Manages the set of persistent beans.
Constructor Summary | |
---|---|
EntityFactory()
|
Method Summary | |
---|---|
void |
delete(AmberConnection aConn,
java.lang.Object proxy)
Deletes the proxy. |
java.lang.Object |
getEntity(AmberConnection aConn,
EntityItem item)
Gets the appropriate entity given the EntityItem. |
java.lang.Object |
getEntity(java.lang.Object key)
Gets the appropriate entity given the key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityFactory()
Method Detail |
---|
public java.lang.Object getEntity(java.lang.Object key)
public java.lang.Object getEntity(AmberConnection aConn, EntityItem item)
public void delete(AmberConnection aConn, java.lang.Object proxy) throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |