|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.onemind.commons.relabean.RelationalBeanIntrospector
A Relational Bean introspector uses a relational bean model descriptor - introspect a root bean to generate a RelationalBeanModel - introspect a bean to generate a RelationalBeanInfo based
Method Summary | |
static RelationalBeanIntrospector |
getInstance()
Get an instance of the introspector |
RelationalBeanInfo |
introspectBeanInfo(RelationalBeanModelDescriptor desc,
java.lang.Class beanClass)
Introspect the RelationalBeanInfo based on the model descriptor |
RelationalBeanModel |
introspectModel(java.util.List list)
Return a relational bean model from the given set of beans based on reflections |
RelationalBeanModel |
introspectModel(RelationalBeanModelDescriptor desc,
java.util.Collection beanClasses)
Construct the relational bean model from a set of bean classes using the relational bean model descriptor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static RelationalBeanIntrospector getInstance()
public RelationalBeanInfo introspectBeanInfo(RelationalBeanModelDescriptor desc, java.lang.Class beanClass) throws java.beans.IntrospectionException
desc
- the model descritprorbeanClass
- the bean class
java.beans.IntrospectionException
- if there's problem introspect the bean propertiespublic RelationalBeanModel introspectModel(RelationalBeanModelDescriptor desc, java.util.Collection beanClasses) throws java.beans.IntrospectionException
desc
- the descriptorbeanClasses
- the bean classes
java.beans.IntrospectionException
- if there's problem in instropecting the bean propertiespublic RelationalBeanModel introspectModel(java.util.List list) throws java.beans.IntrospectionException
list
- the list of beans
java.beans.IntrospectionException
- if there's exception introspecting the model
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |