Interface QueryBuilder.UpsertQueryDefinition
- Enclosing interface:
QueryBuilder
public static interface QueryBuilder.UpsertQueryDefinition
The upsert query definition.
- Since:
- 5.2.0
- Author:
- graemerocher, Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
-
Method Details
-
persistentEntity
PersistentEntity persistentEntity()- Returns:
- The persistent entity
-
conflictProperties
-
returnGeneratedId
default boolean returnGeneratedId()- Returns:
- Should upsert return generated id
-