|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIntrospector<T>
Method Summary | |
---|---|
java.lang.annotation.Annotation |
getAnnotationForField(Property field)
Returns the annotationForField. |
ClassAnnotationMetadata |
getClassMetaData()
Returns the classMetaData. |
Property |
getEntityManagerField()
Returns the field, which holds the reference to the entity manager. |
java.util.Set<Property> |
getFieldsToInject()
Returns the fieldsToInject. |
java.lang.Class<?> |
getImplementationForInterface(java.lang.Class<?> toInspect)
Get the implemenation name for the interface. |
java.util.Set<MethodAnnotationMetadata> |
getLifecycleMethods()
Returns the lifecycle methods. |
java.lang.Class<? extends T> |
getRepresentingClass()
Returns the representingClass. |
boolean |
hasEntityManager()
True is the session bean has an entity manager. |
Method Detail |
---|
java.lang.Class<? extends T> getRepresentingClass()
java.lang.annotation.Annotation getAnnotationForField(Property field)
field
- -
for field
java.util.Set<Property> getFieldsToInject()
java.util.Set<MethodAnnotationMetadata> getLifecycleMethods()
boolean hasEntityManager()
Property getEntityManagerField()
ClassAnnotationMetadata getClassMetaData()
java.lang.Class<?> getImplementationForInterface(java.lang.Class<?> toInspect)
toInspect
- interface to whoes implementation to look for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |