Class | Description |
---|---|
CDIUtils | |
CDIUtils.SerializableAnyAnnotationLiteral | |
CDIUtils.SerializableDefaultAnnotationLiteral | |
JtaTransactionInterceptor |
Interceptor for JTA transactions.
|
LocalTransactionInterceptor |
Best-effort interceptor for local transactions.
|
MyBatisBean |
Internal CDI metadata for a mapper bean.
|
MybatisExtension |
MyBatis CDI extension.
|
SerializableMapperProxy | |
SqlSessionManagerRegistry |
Enum | Description |
---|---|
Isolation |
Enum of isolation levels.
|
Exception | Description |
---|---|
MybatisCdiConfigurationException |
Generic exception.
|
Annotation Type | Description |
---|---|
Mapper |
Marker interface for MyBatis mappers.
|
SessionFactoryProvider |
Qualifies an SqlSessionFactory provider method as usable by mybatis-cdi.
|
Transactional |
Adds transaction demarcation to the annotated method.
|
Copyright © 2013–2018 MyBatis.org. All rights reserved.