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:
Comments
Post a Comment