Uses of Interface
org.hibernate.param.ParameterBinder
-
Packages that use ParameterBinder Package Description org.hibernate.loader.custom org.hibernate.loader.custom.sql org.hibernate.param -
-
Uses of ParameterBinder in org.hibernate.loader.custom
Methods in org.hibernate.loader.custom that return types with arguments of type ParameterBinder Modifier and Type Method Description java.util.List<ParameterBinder>CustomQuery. getParameterValueBinders() -
Uses of ParameterBinder in org.hibernate.loader.custom.sql
Classes in org.hibernate.loader.custom.sql that implement ParameterBinder Modifier and Type Class Description classNamedParamBinderclassPositionalParamBinderMethods in org.hibernate.loader.custom.sql that return types with arguments of type ParameterBinder Modifier and Type Method Description java.util.List<ParameterBinder>SQLCustomQuery. getParameterValueBinders()java.util.List<ParameterBinder>SQLQueryParser. getParameterValueBinders()java.util.List<ParameterBinder>SQLQueryParser.ParameterSubstitutionRecognizer. getParameterValueBinders() -
Uses of ParameterBinder in org.hibernate.param
Subinterfaces of ParameterBinder in org.hibernate.param Modifier and Type Interface Description interfaceExplicitParameterSpecificationAn additional contract for parameters which originate from parameters explicitly encountered in the source statement (HQL or native-SQL).interfaceParameterSpecificationMaintains information relating to parameters which need to get bound into a JDBCPreparedStatement.Classes in org.hibernate.param that implement ParameterBinder Modifier and Type Class Description classAbstractExplicitParameterSpecificationConvenience base class for explicitly defined query parameters.classCollectionFilterKeyParameterSpecificationA specialized ParameterSpecification impl for dealing with a collection-key as part of a collection filter compilation.classDynamicFilterParameterSpecificationA specialized ParameterSpecification impl for dealing with a dynamic filter parameters.classNamedParameterSpecificationParameter bind specification for an explicit named parameter.classPositionalParameterSpecificationParameter bind specification for an explicit positional (or ordinal) parameter.classVersionTypeSeedParameterSpecificationParameter bind specification used for optimistic lock version seeding (from insert statements).
-