java - Does Spring Data JPA have a naming convention for "member of"? -


spring data jpa constructs number of queries based on naming convention of interface methods. there naming convention "member of" query?

i can following work jpql:

@query("select e myentity e ?1 member of e.entities") 

however, i'd use name convention method if possible. couldn't find in docs it, i'm hoping i'm missing something. if there's fundamental reason there can't methods this, i'd interested know too.

skimming latest version of document doesn't there is. here available method name keywords:

http://docs.spring.io/spring-data/jpa/docs/1.6.0.release/reference/html/jpa.repositories.html#d0e1599


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -