Uses of Class
org.springframework.data.relational.core.sql.BindMarker
Packages that use BindMarker
-
Uses of BindMarker in org.springframework.data.relational.core.sql
Methods in org.springframework.data.relational.core.sql that return BindMarkerModifier and TypeMethodDescriptionstatic BindMarkerSQL.bindMarker()Creates a new parameter bind marker.static BindMarkerSQL.bindMarker(String name) Creates a new parameter bind marker associated with anamehint.