Top "Specification-pattern" questions

Allows business rules to be recombined by chaining the business rules together using boolean logic.

LINQ to Entities does not recognize the method

I'm getting the following error when trying to do a linq query: LINQ to Entities does not recognize the method …

.net linq entity-framework linq-to-entities specification-pattern
Design Pattern to implement Business Rules with hundreds of if else in java

I have to implement certain business rules with hundreds of lines of below code if this then this else if …

java if-statement design-patterns specification-pattern
Well designed query commands and/or specifications

I've been searching for quite some time for a good solution to the problems presented by the typical Repository pattern (…

c# repository-pattern command-pattern specification-pattern
Specification Pattern Example

After reading a series of blogs (here and here) by Chris Missal from LosTechies.com on the Specification Pattern I …

c# .net design-patterns specification-pattern
Use QueryHint when using JpaSpecificationExecutor

I use spring data and the JpaSpecificationExecutor::findAll method to fetch my models. How I could use query hints when …

java spring-data eclipselink specification-pattern