|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPersistenceContext | |
---|---|
com.bm.ejb3metadata.annotations.analyzer | Implementation of meta data analysis for EJB 3.0 |
com.bm.ejb3metadata.annotations.metadata | Implementation of meta data analysis for EJB 3.0 |
com.bm.ejb3metadata.annotations.metadata.interfaces | Implementation of meta data analysis for EJB 3.0 |
Uses of IPersistenceContext in com.bm.ejb3metadata.annotations.analyzer |
---|
Classes in com.bm.ejb3metadata.annotations.analyzer with type parameters of type IPersistenceContext | |
---|---|
class |
JavaxPersistencePersistenceContextVisitor<T extends IPersistenceContext>
This class manages the handling of @ PersistenceContext
annotation. |
Uses of IPersistenceContext in com.bm.ejb3metadata.annotations.metadata |
---|
Classes in com.bm.ejb3metadata.annotations.metadata that implement IPersistenceContext | |
---|---|
class |
ClassAnnotationMetadata
This class represents the annotation metadata of a Bean. From this class, we can access to all methods of a bean with its associated information. |
class |
CommonAnnotationMetadata
Defines Metadata shared by Field, Method and Classes. |
class |
FieldAnnotationMetadata
This class represents the annotation metadata of a field. |
class |
MethodAnnotationMetadata
This class represents the annotation metadata of a method. |
Uses of IPersistenceContext in com.bm.ejb3metadata.annotations.metadata.interfaces |
---|
Subinterfaces of IPersistenceContext in com.bm.ejb3metadata.annotations.metadata.interfaces | |
---|---|
interface |
ISharedMetadata
Interfaces shared by Class, Method and Attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |