The BasicLoader type exposes the following members.

Properties

  NameDescription
Aliases
Get the SQL table aliases of entities whose associations are subselect-loadable, returning null if this loader does not support subselect loading
(Inherited from Loader.)
CollectionAliases (Overrides Loader..::.CollectionAliases.)
CollectionOwners
Get the index of the entity that owns the collection, or -1 if there is no owner in the query results (i.e. in the case of a collection initializer) or no collection.
(Inherited from Loader.)
CollectionPersisters
An (optional) persister for a collection to be initialized; only collection loaders return a non-null value
(Inherited from Loader.)
CollectionSuffixes
EntityAliases (Overrides Loader..::.EntityAliases.)
EntityPersisters
An array of persisters of entity classes contained in each row of results; implemented by all subclasses
(Inherited from Loader.)
Factory (Inherited from Loader.)
IsSingleRowLoader
Return false is this loader is a batch entity loader
(Inherited from Loader.)
IsSubselectLoadingEnabled (Inherited from Loader.)
OwnerAssociationTypes (Inherited from Loader.)
Owners
An array of indexes of the entity that owns a one-to-one association to the entity at the given index (-1 if there is no "owner")
(Inherited from Loader.)
SqlString
The SqlString to be called; implemented by all subclasses
(Inherited from Loader.)
Suffixes

See Also