Uses of Interface
javax.rad.type.bean.IBeanType

Packages that use IBeanType
com.sibvisions.rad.persist Contains implementations of the persistence definitions. 
com.sibvisions.rad.persist.bean Contains implementations for bean support. 
javax.rad.type.bean Contains classes for bean handling. 
 

Uses of IBeanType in com.sibvisions.rad.persist
 

Methods in com.sibvisions.rad.persist that return IBeanType
protected  IBeanType AbstractStorage.getAndInitBeanType()
          Gets the bean type based on the meta data.
 

Uses of IBeanType in com.sibvisions.rad.persist.bean
 

Methods in com.sibvisions.rad.persist.bean that return IBeanType
 IBeanType BeanConverter.getBeanType()
          Gets the IBeanType used by this BeanConverter.
 

Methods in com.sibvisions.rad.persist.bean with parameters of type IBeanType
 void BeanConverter.setBeanType(IBeanType pBeanType)
          Sets the given IBeanType.
 

Constructors in com.sibvisions.rad.persist.bean with parameters of type IBeanType
BeanConverter(IBeanType pBeanType)
          Creates a new instance of BeanConverter.
 

Uses of IBeanType in javax.rad.type.bean
 

Classes in javax.rad.type.bean with type parameters of type IBeanType
 class AbstractBean<C extends IBeanType>
          The AbstractBean is an AbstractMap and the default IBean implementation.
 

Classes in javax.rad.type.bean that implement IBeanType
 class AbstractBeanType<T>
          The AbstractBeanType is a bean definition without a bean object/class.
 class BeanType
          The BeanType is a wrapper for dynamic/generic beans and POJOs.
 

Fields in javax.rad.type.bean declared as IBeanType
protected  C AbstractBean.beanType
          Stores the bean type.
 

Methods in javax.rad.type.bean that return IBeanType
 IBeanType IBean.getBeanType()
          Gets the property names available by this bean.
 

Constructors in javax.rad.type.bean with parameters of type IBeanType
Bean(IBeanType pBeanType)
          Creates a Bean with a IBeanType.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.