The BasicCollectionPersister type exposes the following members.

Methods

  NameDescription
AppendElementColumns (Inherited from AbstractCollectionPersister.)
AppendIdentifierColumns (Inherited from AbstractCollectionPersister.)
AppendIndexColumns (Inherited from AbstractCollectionPersister.)
ConsumesCollectionAlias (Overrides AbstractCollectionPersister..::.ConsumesCollectionAlias()()().)
ConsumesEntityAlias (Overrides AbstractCollectionPersister..::.ConsumesEntityAlias()()().)
Convert (Inherited from AbstractCollectionPersister.)
CreateCollectionInitializer
Create the CollectionLoader
(Overrides AbstractCollectionPersister..::.CreateCollectionInitializer(IDictionary).)
CreateSubselectInitializer (Overrides AbstractCollectionPersister..::.CreateSubselectInitializer(SubselectFetch, ISessionImplementor).)
DeleteRows (Inherited from AbstractCollectionPersister.)
DoUpdateRows (Overrides AbstractCollectionPersister..::.DoUpdateRows(Object, IPersistentCollection, ISessionImplementor).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FilterFragmentOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FromJoinFragment (Overrides AbstractCollectionPersister..::.FromJoinFragment(String, Boolean, Boolean).)
GenerateDeleteRowString
Generate the SQL DELETE that deletes a particular row
(Overrides AbstractCollectionPersister..::.GenerateDeleteRowString()()().)
GenerateDeleteString
Generate the SQL DELETE that deletes all rows
(Overrides AbstractCollectionPersister..::.GenerateDeleteString()()().)
GenerateInsertRowString
Generate the SQL INSERT that creates a new row
(Overrides AbstractCollectionPersister..::.GenerateInsertRowString()()().)
GenerateSelectFragment (Inherited from AbstractCollectionPersister.)
GenerateUpdateRowString
Generate the SQL UPDATE that updates a row
(Overrides AbstractCollectionPersister..::.GenerateUpdateRowString()()().)
GetAppropriateInitializer (Inherited from AbstractCollectionPersister.)
GetCollectionPropertyColumnAliases (Inherited from AbstractCollectionPersister.)
GetElementColumnAliases (Inherited from AbstractCollectionPersister.)
GetElementColumnNames (Inherited from AbstractCollectionPersister.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetIdentifierColumnAlias (Inherited from AbstractCollectionPersister.)
GetIndexColumnAliases (Inherited from AbstractCollectionPersister.)
GetIndexColumnNames (Inherited from AbstractCollectionPersister.)
GetKeyColumnAliases (Inherited from AbstractCollectionPersister.)
GetManyToManyFilterFragment (Inherited from AbstractCollectionPersister.)
GetManyToManyOrderByString (Inherited from AbstractCollectionPersister.)
GetSQLOrderByString (Inherited from AbstractCollectionPersister.)
GetSQLWhereString (Inherited from AbstractCollectionPersister.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InitCollectionPropertyMap (Inherited from AbstractCollectionPersister.)
Initialize (Inherited from AbstractCollectionPersister.)
InsertRows (Inherited from AbstractCollectionPersister.)
IsAffectedByEnabledFilters (Inherited from AbstractCollectionPersister.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OneToManyFilterFragment (Inherited from AbstractCollectionPersister.)
PostInstantiate (Inherited from AbstractCollectionPersister.)
ReadElement
Reads the Element from the IDataReader. The IDataReader will probably only contain the id of the Element.
(Inherited from AbstractCollectionPersister.)
ReadElementIdentifier
Gets just the Identifier of the Element for the Collection.
(Inherited from AbstractCollectionPersister.)
ReadIdentifier (Inherited from AbstractCollectionPersister.)
ReadIndex (Inherited from AbstractCollectionPersister.)
ReadKey (Inherited from AbstractCollectionPersister.)
Recreate (Inherited from AbstractCollectionPersister.)
Remove (Inherited from AbstractCollectionPersister.)
SelectFragmentOverloaded.
ToColumns (Inherited from AbstractCollectionPersister.)
ToString (Inherited from AbstractCollectionPersister.)
ToType (Inherited from AbstractCollectionPersister.)
UpdateRows (Inherited from AbstractCollectionPersister.)
WhereJoinFragment (Overrides AbstractCollectionPersister..::.WhereJoinFragment(String, Boolean, Boolean).)
WriteElement (Inherited from AbstractCollectionPersister.)
WriteElementToWhere (Inherited from AbstractCollectionPersister.)
WriteIdentifier (Inherited from AbstractCollectionPersister.)
WriteIndex (Inherited from AbstractCollectionPersister.)
WriteIndexToWhere (Inherited from AbstractCollectionPersister.)
WriteKey (Inherited from AbstractCollectionPersister.)

See Also