return bool |
|
ICollectionPersister persister |
Type IPersistentCollection
Namespace NHibernate.Collection
return bool |
|
ICollectionPersister persister |
ICollectionPersister persister |
|
object entry |
|
int i |
ICollectionPersister persister |
The ICollectionPersister for this persistent collection. |
return object |
The contents of the persistent collection in a cacheable form. |
ICollectionPersister persister |
The ICollectionPersister for this Collection. |
This should be overridden by sub collections that use temporary collections to store values read from the db.
return bool |
|
ICollectionPersister persister |
return IEnumerable |
An IEnumerable that gives access to all entries in the collection. |
return bool |
|
object entry |
|
int i |
This method is similar to Initialize , except that different exceptions are thrown.
return ICollection |
|
IType elemType |
|
bool indexIsFormula |
return object |
|
object entry |
return object |
|
object entry |
|
int i |
return object |
|
object entry |
|
int i |
return ICollection |
An ICollection that contains all of the elements that have been orphaned. |
object snapshot |
The snapshot of the collection. |
Type entityName |
The persistent class whose objects the collection is expected to contain. |
return ICollection |
|
ICollectionPersister persister |
return object |
|
object entry |
|
int i |
return object |
By default, the NHibernate wrapper is an acceptable collection for the end user code to work with because it is interface compatible. An NHibernate PersistentList is an IList, an NHibernate PersistentMap is an IDictionary and those are the types user code is expecting. |
ICollectionPersister persister |
|
object disassembled |
|
object owner |
return bool |
|
ICollection snapshot |
return bool |
${WriteSummary(content)} |
object collection |
The collection to see if this IPersistentCollection is wrapping. |
return bool |
|
object entry |
|
int i |
|
IType elemType |
return bool |
${WriteSummary(content)} |
ICollectionPersister persister |
The ICollectionPersister for this Collection. |
return bool |
|
object entry |
|
int i |
|
IType elemType |
After a Flush() the database is in synch with the in-memory contents of the Collection. Since everything is in synch remove any Queued Additions.
ICollectionPersister persister |
${WriteSummary(content)}
return object |
The object that was contained in the row. |
IDataReader reader |
The IDataReader that contains the value of the Identifier |
ICollectionPersister role |
The persister for this Collection. |
ICollectionAliases descriptor |
The descriptor providing result set column names |
object owner |
The owner of this Collection. |
return bool |
false if the collection was already associated with the session |
ISessionImplementor session |
return bool |
true if this was currently associated with the given session |
ISessionImplementor session |
return ICollectionSnapshot
|
return bool
|
return bool
|
${WriteSummary(content)}
return bool
|
return bool
|
Note that the owner is only set during the flush cycle, and when a new collection wrapper is created while loading an entity.
return object
|
return ICollection
|
return bool
|