package +zoccolo+.jpa; public interface SearchParameter { String getName(); T getValue(); Class getType(); }