java.lang.Object
org.seasar.doma.jdbc.MultiResult<ENTITY>
- Type Parameters:
ENTITY- the entity type
A processing result for an immutable entities.
-
Constructor Details
-
MultiResult
Creates an instance.- Parameters:
count- the affected row countentities- the entities
-
-
Method Details
-
getCount
public int getCount()Returns the affected row count.- Returns:
- the affected row count
-
getEntities
Returns the entities.- Returns:
- the entities
-
component1
Returns the entities.- Returns:
- the entities
- See Also:
-
component2
public int component2()Returns the affected row count.- Returns:
- the affected row count
- See Also:
-
toString
-