Uses of Class
com.caucho.amber.entity.AmberEntityHome

Packages that use AmberEntityHome
com.caucho.amber   
com.caucho.amber.entity   
com.caucho.amber.manager   
com.caucho.amber.query   
com.caucho.amber.type   
 

Uses of AmberEntityHome in com.caucho.amber
 

Methods in com.caucho.amber that return AmberEntityHome
 AmberEntityHome EnvAmberManager.getEntityHome(java.lang.String name)
          Returns the entity home.
 AmberEntityHome EnvAmberManager.getHome(java.lang.Class cl)
          Returns an EntityHome.
 

Methods in com.caucho.amber with parameters of type AmberEntityHome
 void EnvAmberManager.addEntityHome(java.lang.String name, AmberEntityHome home)
          Adds the entity home.
 

Uses of AmberEntityHome in com.caucho.amber.entity
 

Methods in com.caucho.amber.entity that return AmberEntityHome
 AmberEntityHome CacheableEntityItem.getEntityHome()
          Returns the entity home.
 AmberEntityHome EntityItem.getEntityHome()
           
 AmberEntityHome XAEntityItem.getEntityHome()
          Returns the entity home.
 

Methods in com.caucho.amber.entity with parameters of type AmberEntityHome
 Entity Entity.__caucho_home_find(AmberConnection aConn, AmberEntityHome home, java.lang.Object key)
          Returns a new entity.
 EntityItem Entity.__caucho_home_find(AmberConnection aConn, AmberEntityHome home, java.sql.ResultSet rs, int index)
          Loads the entity from the database.
 Entity Entity.__caucho_home_new(AmberEntityHome home, java.lang.Object key, AmberConnection aConn, EntityItem cacheItem)
          Returns a new entity.
 

Constructors in com.caucho.amber.entity with parameters of type AmberEntityHome
CacheableEntityItem(AmberEntityHome home, Entity cacheEntity)
           
XAEntityItem(AmberEntityHome home, Entity entity)
           
 

Uses of AmberEntityHome in com.caucho.amber.manager
 

Methods in com.caucho.amber.manager that return AmberEntityHome
 AmberEntityHome AmberPersistenceUnit.getEntityHome(java.lang.String name)
          Returns the entity home.
 AmberEntityHome AmberPersistenceUnit.getHome(java.lang.Class cl)
          Returns an EntityHome.
 AmberEntityHome AmberPersistenceUnit.getHomeBySchema(java.lang.String name)
          Returns the entity home by the schema name.
 

Methods in com.caucho.amber.manager with parameters of type AmberEntityHome
 void AmberConnection.create(AmberEntityHome home, java.lang.Object obj)
          Saves the object.
 EntityItem AmberConnection.loadCacheItem(java.lang.Class cl, java.lang.Object key, AmberEntityHome entityHome)
           
 

Uses of AmberEntityHome in com.caucho.amber.query
 

Methods in com.caucho.amber.query that return AmberEntityHome
 AmberEntityHome FromItem.getEntityHome()
          Returns the entity home.
 

Uses of AmberEntityHome in com.caucho.amber.type
 

Methods in com.caucho.amber.type that return AmberEntityHome
 AmberEntityHome EntityType.getHome()
          Returns the home.