I want a method coutByName to count entites with specific name, just like a method findByName to fetch all entites with specific name.
Type: Posts; User: yaofeng; Keyword(s):
I want a method coutByName to count entites with specific name, just like a method findByName to fetch all entites with specific name.
So how about using method name resolving?
I want a method coutByName to count entites with specific name, just like a method findByName to fetch all entites with specific name.