public class EntityFactory
extends java.lang.Object
Constructor and Description |
---|
EntityFactory() |
Modifier and Type | Method and Description |
---|---|
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.
|
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