|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.collection.AbstractPersistentCollection
org.hibernate.collection.PersistentList
com.taggercat.model.TCPersistentList
public class TCPersistentList
![]() |
![]() |
![]() |
![]() |
| Constructor Summary | |
|---|---|
TCPersistentList(org.hibernate.engine.SessionImplementor session,
java.lang.Object owner,
java.util.List<?> list,
java.lang.String roleName,
java.io.Serializable loadedKey,
boolean isMutable)
|
|
| Method Summary | |
|---|---|
boolean |
add(java.lang.Object object)
|
void |
delete()
|
boolean |
equals(java.lang.Object other)
|
TCEntity |
getCurrentEntity()
|
int |
getCurrentNdx()
|
TCEntity |
getEntityAt(int rowIndex)
|
TCEntity |
getEntityByPKHexCode(java.lang.String pkHexCode)
Gets the row in the collection by its PKHexCode. |
TCEntity |
getFirst()
|
TCEntity |
getLast()
|
TCEntity |
getNext()
|
TCEntity |
getNextNth(int n)
|
TCEntity |
getPrevious()
|
int |
getRowCount()
|
int |
hashCode()
|
void |
insertAtCurrentNdx(TCEntity obj)
|
boolean |
isAtBeginning()
|
boolean |
isAtEnd()
|
void |
setCurrentNdx(int currentNdx)
|
| Methods inherited from class org.hibernate.collection.PersistentList |
|---|
add, addAll, addAll, beforeInitialize, clear, contains, containsAll, disassemble, empty, entries, entryExists, equalsSnapshot, get, getDeletes, getElement, getIndex, getOrphans, getSnapshot, getSnapshotElement, indexOf, initializeFromCache, isEmpty, isSnapshotEmpty, isWrapper, iterator, lastIndexOf, listIterator, listIterator, needsInserting, needsUpdating, readFrom, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toString |
| Methods inherited from class org.hibernate.collection.AbstractPersistentCollection |
|---|
afterInitialize, afterRowInsert, beginRead, clearDirty, dirty, endRead, forceInitialization, getIdentifier, getKey, getOwner, getQueuedOrphans, getRole, getSession, getStoredSnapshot, getValue, hasQueuedOperations, isDirectlyAccessible, isDirty, isRowUpdatePossible, isUnreferenced, needsRecreate, postAction, preInsert, queuedAdditionIterator, setCurrentSession, setOwner, setSnapshot, unsetSession, wasInitialized |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
|---|
addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Constructor Detail |
|---|
public TCPersistentList(org.hibernate.engine.SessionImplementor session,
java.lang.Object owner,
java.util.List<?> list,
java.lang.String roleName,
java.io.Serializable loadedKey,
boolean isMutable)
| Method Detail |
|---|
public TCEntity getEntityByPKHexCode(java.lang.String pkHexCode)
IResultSetCollection
getEntityByPKHexCode in interface IResultSetCollectionpublic TCEntity getEntityAt(int rowIndex)
getEntityAt in interface IResultSetCollectionpublic TCEntity getCurrentEntity()
getCurrentEntity in interface IResultSetCollectionpublic TCEntity getLast()
getLast in interface IResultSetCollectionpublic TCEntity getFirst()
getFirst in interface IResultSetCollectionpublic TCEntity getNext()
getNext in interface IResultSetCollectionpublic TCEntity getNextNth(int n)
getNextNth in interface IResultSetCollectionpublic TCEntity getPrevious()
getPrevious in interface IResultSetCollectionpublic int getRowCount()
getRowCount in interface IResultSetCollectionpublic boolean isAtEnd()
isAtEnd in interface IResultSetCollectionpublic boolean isAtBeginning()
isAtBeginning in interface IResultSetCollectionpublic int getCurrentNdx()
getCurrentNdx in interface IResultSetCollectionpublic void delete()
delete in interface IResultSetCollectionpublic void insertAtCurrentNdx(TCEntity obj)
insertAtCurrentNdx in interface IResultSetCollectionpublic void setCurrentNdx(int currentNdx)
setCurrentNdx in interface IResultSetCollectionpublic boolean add(java.lang.Object object)
add in interface java.util.Collectionadd in interface java.util.Listadd in class org.hibernate.collection.PersistentListpublic boolean equals(java.lang.Object other)
equals in interface java.util.Collectionequals in interface java.util.Listequals in class org.hibernate.collection.PersistentListpublic int hashCode()
hashCode in interface java.util.CollectionhashCode in interface java.util.ListhashCode in class org.hibernate.collection.PersistentList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||