|
Spring Data JPA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityGraph.EntityGraphType | |
|---|---|
| org.springframework.data.jpa.repository | Interfaces and annotations for JPA specific repositories. |
| org.springframework.data.jpa.repository.query | Query implementation to exectue queries against JPA. |
| Uses of EntityGraph.EntityGraphType in org.springframework.data.jpa.repository |
|---|
| Methods in org.springframework.data.jpa.repository that return EntityGraph.EntityGraphType | |
|---|---|
static EntityGraph.EntityGraphType |
EntityGraph.EntityGraphType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EntityGraph.EntityGraphType[] |
EntityGraph.EntityGraphType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of EntityGraph.EntityGraphType in org.springframework.data.jpa.repository.query |
|---|
| Methods in org.springframework.data.jpa.repository.query that return EntityGraph.EntityGraphType | |
|---|---|
EntityGraph.EntityGraphType |
JpaEntityGraph.getType()
Returns the EntityGraph.EntityGraphType of the EntityGraph to use. |
| Constructors in org.springframework.data.jpa.repository.query with parameters of type EntityGraph.EntityGraphType | |
|---|---|
JpaEntityGraph(String name,
EntityGraph.EntityGraphType type)
Creates an JpaEntityGraph. |
|
|
Spring Data JPA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||