Does DeltaSpike Data Module support criteria Queries with specifications like Spring Data? Link for Spring Data - http://docs.spring.io/spring-data/jpa/docs/1.3.0.RELEASE/reference/html/jpa.repositories.html <http://docs.spring.io/spring-data/jpa/docs/1.3.0.RELEASE/reference/html/jpa.repositories.html>
It would help to have just one interface for all one use case which would contain all the queries required by a single use case. Right now if a use case has a criteria query, the use case has to have an interface and an abstract class for the criteria query. -- View this message in context: http://apache-deltaspike-incubator-discussions.2316169.n4.nabble.com/Criteria-Query-specification-support-tp4660910.html Sent from the Apache DeltaSpike Incubator Discussions mailing list archive at Nabble.com.
