mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
javadoc
This commit is contained in:
parent
0294576c8b
commit
8ac9db495a
@ -104,7 +104,7 @@ default void mapToMapFromId(Session session, Map<String, Object> data, Object ob
|
|||||||
* @param id Value of id.
|
* @param id Value of id.
|
||||||
* @param alias the alias to use in the specified parameters (may be null).
|
* @param alias the alias to use in the specified parameters (may be null).
|
||||||
* @param prefix Prefix to add to the properties (may be null).
|
* @param prefix Prefix to add to the properties (may be null).
|
||||||
* @param equals Should this query express the "=" relation or the "<>" relation.
|
* @param equals Should this query express the {@code "="} relation or the {@code "<>"} relation.
|
||||||
*/
|
*/
|
||||||
void addIdEqualsToQuery(Parameters parameters, Object id, String alias, String prefix, boolean equals);
|
void addIdEqualsToQuery(Parameters parameters, Object id, String alias, String prefix, boolean equals);
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ default void mapToMapFromId(Session session, Map<String, Object> data, Object ob
|
|||||||
*
|
*
|
||||||
* @param parameters Parameters, to which to add the statements.
|
* @param parameters Parameters, to which to add the statements.
|
||||||
* @param prefix Prefix to add to the properties (may be null).
|
* @param prefix Prefix to add to the properties (may be null).
|
||||||
* @param equals Should this query express the "=" relation or the "<>" relation.
|
* @param equals Should this query express the {@code "="} relation or the {@code "<>"} relation.
|
||||||
*/
|
*/
|
||||||
void addNamedIdEqualsToQuery(Parameters parameters, String prefix, boolean equals);
|
void addNamedIdEqualsToQuery(Parameters parameters, String prefix, boolean equals);
|
||||||
|
|
||||||
@ -126,7 +126,7 @@ default void mapToMapFromId(Session session, Map<String, Object> data, Object ob
|
|||||||
* @param parameters Parameters, to which to add the statements.
|
* @param parameters Parameters, to which to add the statements.
|
||||||
* @param prefix Prefix to add to the properties (may be null).
|
* @param prefix Prefix to add to the properties (may be null).
|
||||||
* @param mapper The identifier mapper to use
|
* @param mapper The identifier mapper to use
|
||||||
* @param equals Should this query express the "=" relation or the "<>" relation.
|
* @param equals Should this query express the {@code "="} relation or the {@code "<>"} relation.
|
||||||
*
|
*
|
||||||
* @since 5.2.2
|
* @since 5.2.2
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user