Interface | Description |
---|---|
DBAccessor |
Interface for schema manipulation
Note: IF NOT EXISTS is default for all supported DDL statements
|
Class | Description |
---|---|
AmbariJpaLocalTxnInterceptor |
The
AmbariJpaLocalTxnInterceptor is used to intercept method calls
annotated with the Transactional annotation. |
AmbariLocalSessionInterceptor |
AOP interceptor to provide session borders
|
DBAccessor.DBColumnInfo |
Capture column type
|
DBAccessorImpl | |
EclipseLinkSessionCustomizer |
The
EclipseLinkSessionCustomizer is used as a way to quickly override
the way that EclipseLink interacts with the database. |
GuiceJpaInitializer |
This class needs to be instantiated with Guice to initialize Guice-persist
|
TransactionalLocks |
The
TransactionalLocks class is used to manage the locks associated
with each TransactionalLock.LockArea . |
Enum | Description |
---|---|
DBAccessor.DbType | |
JPATableGenerationStrategy | |
PersistenceType |
Annotation Type | Description |
---|---|
RequiresSession |
Any method or class marked with annotation treated as requiring Jpa session.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.