JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
ch.tocco.nice2.persist.core.api.hibernate.query
Interface ParameterProvider<T>
public interface
ParameterProvider<T>
Provides a parameter value that is automatically set to the query if it contains a parameter with the given name.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
buildParameter
()
String
getParameterName
()
Method Details
getParameterName
String
getParameterName
()
buildParameter
T
buildParameter
()