|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bm.introspectors.AbstractIntrospector<T>
com.bm.introspectors.MDBIntrospector<T>
T - the typepublic class MDBIntrospector<T>
Introspector for MDB (supports also jboss mdb.
| Field Summary |
|---|
| Fields inherited from class com.bm.introspectors.AbstractIntrospector |
|---|
classMetaData, representingClass |
| Constructor Summary | |
|---|---|
MDBIntrospector(java.lang.Class<? extends T> toInspect)
Constructor. |
|
| Method Summary | |
|---|---|
static boolean |
accept(java.lang.Class toCheck)
Returns true is this intorspector accept this class. |
| Methods inherited from class com.bm.introspectors.AbstractIntrospector |
|---|
getAnnotationForField, getClassMetaData, getEntityManagerField, getFieldsToInject, getImplementationForInterface, getLifecycleMethods, getRepresentingClass, hasEntityManager, processAccessTypeField |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MDBIntrospector(java.lang.Class<? extends T> toInspect)
toInspect - the class to inspect| Method Detail |
|---|
public static boolean accept(java.lang.Class toCheck)
toCheck - -
to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||