com.bm.introspectors
Class MDBIntrospector<T>

java.lang.Object
  extended by com.bm.introspectors.AbstractIntrospector<T>
      extended by com.bm.introspectors.MDBIntrospector<T>
Type Parameters:
T - the type
All Implemented Interfaces:
IIntrospector<T>

public class MDBIntrospector<T>
extends AbstractIntrospector<T>

Introspector for MDB (supports also jboss mdb.

Since:
24.03.2007
Author:
Daniel Wiese

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

MDBIntrospector

public MDBIntrospector(java.lang.Class<? extends T> toInspect)
Constructor.

Parameters:
toInspect - the class to inspect
Method Detail

accept

public static boolean accept(java.lang.Class toCheck)
Returns true is this intorspector accept this class.

Parameters:
toCheck - - to check
Returns:
true id the introspector will accept this class


Copyright © 2008. All Rights Reserved.