Uses of Class
javax.rad.type.bean.Bean

Packages that use Bean
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
com.sibvisions.rad.server Contains remote server classes and dependent components. 
 

Uses of Bean in com.sibvisions.rad.persist.jdbc
 

Methods in com.sibvisions.rad.persist.jdbc that return types with arguments of type Bean
 List<Bean> DBAccess.executeInsertStatement(String pStatement, String[] pReturnColumns, Object... pParameters)
          Executes an Insert Statement, and returns the given columns.
 List<Bean> DBAccess.executeQuery(String pStatement, Object... pParameters)
          Executes a SQL query as prepared statement.
 

Method parameters in com.sibvisions.rad.persist.jdbc with type arguments of type Bean
protected  void DBAccess.fillResultSetIntoListOfBean(ResultSet pResultSet, List<Bean> pList, String[] pColumnNames)
          Fills the ResuoltSet into the given list.
 

Uses of Bean in com.sibvisions.rad.server
 

Subclasses of Bean in com.sibvisions.rad.server
static class DefaultObjectProvider.ImplicitLifeCycleObject
          A marker class.
 class GenericBean
          The GenericBean handles the access to the values of cached members and defined methods.
 

Methods in com.sibvisions.rad.server that return Bean
 Bean GenericBean.getParent()
          Gets the parent, if set.
 

Methods in com.sibvisions.rad.server with parameters of type Bean
 void GenericBean.setParent(Bean pParent)
          Sets the parent bean for this bean.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.