Uses of Class
org.onemind.commons.relabean.RelationalBeanModel

Packages that use RelationalBeanModel
org.onemind.commons.relabean   
org.onemind.commons.relabean.serialize   
 

Uses of RelationalBeanModel in org.onemind.commons.relabean
 

Methods in org.onemind.commons.relabean that return RelationalBeanModel
 RelationalBeanModel RelationalBeanIntrospector.introspectModel(RelationalBeanModelDescriptor desc, java.util.Collection beanClasses)
          Construct the relational bean model from a set of bean classes using the relational bean model descriptor
 RelationalBeanModel RelationalBeanIntrospector.introspectModel(java.util.List list)
          Return a relational bean model from the given set of beans based on reflections
 

Uses of RelationalBeanModel in org.onemind.commons.relabean.serialize
 

Methods in org.onemind.commons.relabean.serialize that return RelationalBeanModel
 RelationalBeanModel BeanModelWriter.getModel()
          Get the model
abstract  RelationalBeanModel BeanModelReader.readMetaModel(java.io.InputStream instream)
          Read the metamodel from the stream
 

Methods in org.onemind.commons.relabean.serialize with parameters of type RelationalBeanModel
 void BeanModelWriter.setModel(RelationalBeanModel model)
          Set the model
 

Constructors in org.onemind.commons.relabean.serialize with parameters of type RelationalBeanModel
BeanModelWriter(RelationalBeanModel model, NameBinding binding)
          {@inheritDoc}
BeanModelReader(RelationalBeanModel model)
          Constructor
 



Copyright © 2004-2005 . All Rights Reserved.