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