Class | Description |
---|---|
BeanNameLiteral |
A @BeanName literal for EJB names
|
DataSourceDefinitionHandler |
Handles the @EJB annotation for JavaEE
|
EjbHandler |
Handles the @EJB annotation for JavaEE
|
EjbQualifierLiteral |
A @BeanName literal for EJB names
|
JavaeeInjectionHandler |
Common JavaEE injection handler
|
JavaeeResourceGenerator |
Generator for the JavaEE JNDI Resources
|
JndiValueGenerator | |
JpaPersistenceContextLiteral |
A @BeanName literal for EJB names
|
PersistenceContextGenerator | |
PersistenceContextHandler |
Handles the @PersistenceContext annotation for JavaEE
|
PersistenceContextRefConfig | |
PersistenceUnitHandler |
Handles the @PersistenceUnit annotation for JavaEE
|
PostConstructProgram | |
PreDestroyInject | |
ResourceHandler |
Handles the @Resource annotation for JavaEE
|
WebBeanGenerator |
Exception | Description |
---|---|
EJBExceptionWrapper |
Handles the @EJB annotation for JavaEE
|
Annotation Type | Description |
---|---|
BeanName |
The @BeanName annotation for EJB names
|
EjbQualifier |
The qualifier for a registered EJB.
|
JpaPersistenceContext |
JpaPersistenceContext is a binding type for the JPA EntityManager, letting
you select the context by its name and allowing the extended value to
be selected.
|