Package com.bm.introspectors

Interface Summary
IIntrospector<T>  
Introspector<T> This interface represents different introspectors like EntityBeanIntrospector.
 

Class Summary
AbstractIntrospector<T> Abstract instrospector fur Session, MDBs und JBoss services.
AbstractPersistentClassIntrospector<T> This class implements the common methods for all concrete inspectors.
EmbeddedClassIntrospector<T> This class inspects all relevant fields of an embedded class and holds the information.
EntityBeanIntrospector<T> This class inspects all relevant fields of an entity bean and holds the information.
IntrospectorFactory  
JbossServiceIntrospector<T> Marker class :Introspector for jboss service.
MDBIntrospector<T> Introspector for MDB (supports also jboss mdb.
PersistentPropertyInfo This class represents all informations about persitent fields.
PrimaryKeyInfo This class represents informations about PK fields.
Property Every persistent property of a EJB3 entity bean can be defined as field access or method access (using setter/getters).
SessionBeanIntrospector<T> SessionBeanIntrospector.
 



Copyright © 2008. All Rights Reserved.