java.lang.Object
org.seasar.doma.jdbc.BatchResult<ENTITY>
- Type Parameters:
ENTITY- the entity type
A batch processing result for immutable entities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the entity list.int[]Returns the array of the affected row count.int[]Returns the array of the affected row count.Returns the entity list.toString()
-
Constructor Details
-
BatchResult
Creates an instance.- Parameters:
counts- the array of the affected row countentities- the entity list
-
-
Method Details
-
getCounts
public int[] getCounts()Returns the array of the affected row count.- Returns:
- the array of the affected row count
-
getEntities
Returns the entity list.- Returns:
- the entity list
-
component1
Returns the entity list.- Returns:
- the entity list
- See Also:
-
component2
public int[] component2()Returns the array of the affected row count.- Returns:
- the array of the affected row count
- See Also:
-
toString
-