Record Class DynamoDbQueryExecution.WindowExecution
java.lang.Object
java.lang.Record
io.awspring.spring.data.dynamodb.repository.query.DynamoDbQueryExecution.WindowExecution
- All Implemented Interfaces:
DynamoDbQueryExecution
- Enclosing interface:
DynamoDbQueryExecution
public static record DynamoDbQueryExecution.WindowExecution()
extends Record
implements DynamoDbQueryExecution
- Since:
- 1.0.0
- Author:
- Matej Nedic
-
Nested Class Summary
Nested classes/interfaces inherited from interface DynamoDbQueryExecution
DynamoDbQueryExecution.CollectionExecution, DynamoDbQueryExecution.SingleEntityExecution, DynamoDbQueryExecution.WindowExecution -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.execute(EntityQueryResult<List<Object>> result) final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
WindowExecution
public WindowExecution()Creates an instance of aWindowExecutionrecord class.
-
-
Method Details
-
execute
- Specified by:
executein interfaceDynamoDbQueryExecution
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-