See: Description
Interface | Description |
---|---|
JpaExceptionHandler |
Exception handler for JPA transactions.
|
Class | Description |
---|---|
BaseJpaRepository<A extends AggregateRoot<I>,I> |
This class can serve as a base class for the JPA repositories.
|
JpaConfig | |
JpaConfig.PersistenceUnitConfig |
Annotation Type | Description |
---|---|
Jpa |
This qualifier marks the use of the Jpa persistence.
|
JpaUnit |
This annotation accompanies the
Transactional
annotation to define the
transaction as a JPA one and specify the concerned JPA unit. |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.