public static class EntityBatchInsertResolver.EntityExceptionPair
extends java.lang.Object
Constructor and Description |
---|
EntityExceptionPair(Entity entity,
java.lang.Exception exception) |
Modifier and Type | Method and Description |
---|---|
Entity |
getEntity() |
java.lang.Exception |
getException() |
void |
setEntity(Entity entity) |
void |
setException(java.lang.Exception exception) |
public EntityExceptionPair(Entity entity, java.lang.Exception exception)