public class EntityListIteratorImpl extends java.lang.Object implements EntityListIterator
Modifiers | Name | Description |
---|---|---|
protected boolean |
closed |
|
protected java.sql.Connection |
con |
|
protected EntityFacadeImpl |
efi |
|
protected FieldInfo[] |
fieldInfoArray |
|
protected static org.slf4j.Logger |
logger |
Constructor and description |
---|
EntityListIteratorImpl
(java.sql.Connection con, ResultSet rs, EntityDefinition entityDefinition, FieldInfo[] fieldInfoArray, EntityFacadeImpl efi, TransactionCache txCache, EntityCondition queryCondition, java.util.ArrayList<java.lang.String> obf) |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
absolute(int rowNum) |
|
public void |
add(EntityValue e) |
|
public void |
afterLast() |
|
public void |
beforeFirst() |
|
public void |
close() |
|
public EntityValue |
currentEntityValue() |
|
public EntityValueBase |
currentEntityValueBase() |
|
public int |
currentIndex() |
|
protected void |
finalize() |
|
public boolean |
first() |
|
public EntityList |
getCompleteList(boolean closeAfter) |
|
public EntityList |
getPartialList(int offset, int limit, boolean closeAfter) |
|
public boolean |
hasNext() |
|
public boolean |
hasPrevious() |
|
public boolean |
last() |
|
public EntityValue |
next() |
|
public int |
nextIndex() |
|
public EntityValue |
previous() |
|
public int |
previousIndex() |
|
public boolean |
relative(int rows) |
|
public void |
remove() |
|
public void |
set(EntityValue e) |
|
public void |
setFetchSize(int rows) |
|
public int |
writeXmlText(java.io.Writer writer, java.lang.String prefix, int dependentLevels) |
|
public int |
writeXmlTextMaster(java.io.Writer writer, java.lang.String prefix, java.lang.String masterName) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |