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

Packages that use BeanType
com.sibvisions.rad.persist Contains implementations of the persistence definitions. 
com.sibvisions.rad.remote.serializer Contains classes for serialize/deserialize java objects. 
com.sibvisions.rad.server Contains remote server classes and dependent components. 
javax.rad.type.bean Contains classes for bean handling. 
 

Uses of BeanType in com.sibvisions.rad.persist
 

Methods in com.sibvisions.rad.persist that return BeanType
protected  BeanType AbstractStorage.createBeanType(String[] pColumnNames)
          Creates a BeanType for the given column names.
protected  BeanType AbstractMemStorage.createBeanType(String[] pColumnNames)
          Creates a BeanType for the given column names.
 

Uses of BeanType in com.sibvisions.rad.remote.serializer
 

Methods in com.sibvisions.rad.remote.serializer that return BeanType
 BeanType BeanTypeSerializer.read(UniversalSerializer pSerializer, DataInputStream pIn, int pTypeValue, TypeCache pCache)
          Reads in a serialized object from a stream.
 

Methods in com.sibvisions.rad.remote.serializer that return types with arguments of type BeanType
 Class<BeanType> BeanTypeSerializer.getTypeClass()
          Gets the type class that can be serialized by this serializer.
 

Methods in com.sibvisions.rad.remote.serializer with parameters of type BeanType
 void BeanTypeSerializer.write(UniversalSerializer pSerializer, DataOutputStream pOut, BeanType pObject, TypeCache pCache)
          Writes a serialized object to a stream.
 

Uses of BeanType in com.sibvisions.rad.server
 

Methods in com.sibvisions.rad.server that return BeanType
 BeanType GenericBean.getBeanType()
          Gets the property names available by this bean.
 

Uses of BeanType in javax.rad.type.bean
 

Methods in javax.rad.type.bean that return BeanType
static BeanType BeanType.getBeanType(Class pBeanClass)
          Gets a singleton instance of BeanType for the given bean class.
static BeanType BeanType.getBeanType(Object pObject)
          Gets the BeanType for the given bean.
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.