The OneToManyPersister type exposes the following members.

Constructors

  NameDescription
OneToManyPersister

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 OneToManyLoader
(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 UPDATE that updates a particular row's foreign key to null
(Overrides AbstractCollectionPersister..::.GenerateDeleteRowString()()().)
GenerateDeleteString
Generate the SQL UPDATE that updates all the foreign keys to null
(Overrides AbstractCollectionPersister..::.GenerateDeleteString()()().)
GenerateInsertRowString
Generate the SQL UPDATE that updates a foreign key to a value
(Overrides AbstractCollectionPersister..::.GenerateInsertRowString()()().)
GenerateSelectFragment (Inherited from AbstractCollectionPersister.)
GenerateUpdateRowString
Not needed for one-to-many association
(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.)

Fields

Properties

  NameDescription
Cache (Inherited from AbstractCollectionPersister.)
CollectionMetadata (Inherited from AbstractCollectionPersister.)
CollectionSpace (Inherited from AbstractCollectionPersister.)
CollectionType (Inherited from AbstractCollectionPersister.)
DeleteAllCheckStyle (Inherited from AbstractCollectionPersister.)
DeleteCheckStyle (Inherited from AbstractCollectionPersister.)
ElementClass
Return the element class of an array, or null otherwise
(Inherited from AbstractCollectionPersister.)
ElementColumnNames (Inherited from AbstractCollectionPersister.)
ElementPersister (Inherited from AbstractCollectionPersister.)
ElementType (Inherited from AbstractCollectionPersister.)
Factory (Inherited from AbstractCollectionPersister.)
FetchMode (Inherited from AbstractCollectionPersister.)
HasCache (Inherited from AbstractCollectionPersister.)
HasIndex (Inherited from AbstractCollectionPersister.)
HasManyToManyOrdering (Inherited from AbstractCollectionPersister.)
HasOrdering (Inherited from AbstractCollectionPersister.)
HasOrphanDelete (Inherited from AbstractCollectionPersister.)
HasWhere (Inherited from AbstractCollectionPersister.)
IdentifierColumnName (Inherited from AbstractCollectionPersister.)
IdentifierGenerator (Inherited from AbstractCollectionPersister.)
IdentifierType (Inherited from AbstractCollectionPersister.)
IndexColumnNames (Inherited from AbstractCollectionPersister.)
IndexType (Inherited from AbstractCollectionPersister.)
InsertCheckStyle (Inherited from AbstractCollectionPersister.)
IsArray (Inherited from AbstractCollectionPersister.)
IsCollection (Inherited from AbstractCollectionPersister.)
IsInverse (Inherited from AbstractCollectionPersister.)
IsLazy (Inherited from AbstractCollectionPersister.)
IsManyToMany (Overrides AbstractCollectionPersister..::.IsManyToMany.)
IsOneToMany (Overrides AbstractCollectionPersister..::.IsOneToMany.)
IsPrimitiveArray (Inherited from AbstractCollectionPersister.)
IsSubselectLoadable (Inherited from AbstractCollectionPersister.)
IsVersioned (Inherited from AbstractCollectionPersister.)
KeyColumnNames (Inherited from AbstractCollectionPersister.)
KeyType (Inherited from AbstractCollectionPersister.)
Name (Inherited from AbstractCollectionPersister.)
OwnerClass (Inherited from AbstractCollectionPersister.)
OwnerEntityPersister (Inherited from AbstractCollectionPersister.)
Role
Get the name of this collection role (the fully qualified class name, extended by a "property path")
(Inherited from AbstractCollectionPersister.)
SqlDeleteRowString (Inherited from AbstractCollectionPersister.)
SqlDeleteString (Inherited from AbstractCollectionPersister.)
SqlInsertRowString (Inherited from AbstractCollectionPersister.)
SqlUpdateRowString (Inherited from AbstractCollectionPersister.)
TableName (Inherited from AbstractCollectionPersister.)
Type (Inherited from AbstractCollectionPersister.)
UpdateCheckStyle (Inherited from AbstractCollectionPersister.)

See Also