Please enable JavaScript.
Coggle requires JavaScript to display documents.
Spring Data JPA 3.2.5 - Coggle Diagram
Spring Data JPA 3.2.5
configuration
Configuration
EnableJpaRepositories
EnableTransactionManagement
Exception Translation
(DataAccessException)
QueryLookUpStrategy
CREATE
CREATE_IF_NOT_FOUND
USE_DECLARED_QUERY
Projections
Interface Based
Class Based
No-Proxing happens
No Nested Projections
Dynamic Projections
Criteria API
Generate Queries Programatically
Derived Query
Parsing
Subject
findBy
countBy
deleteBy
removeBy
existsBy
Predicate
Repository
StoredProcedure