The CustomLoader type exposes the following members.

Properties

  NameDescription
Protected propertyAliases
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.)
Protected propertyCollectionAliases (Overrides Loader..::..CollectionAliases.)
Protected propertyCollectionOwners (Overrides Loader..::..CollectionOwners.)
Protected propertyCollectionPersisters (Overrides Loader..::..CollectionPersisters.)
Protected propertyEntityAliases (Overrides Loader..::..EntityAliases.)
Protected propertyEntityEagerPropertyFetches
An array indicating whether the entities have eager property fetching enabled.
(Inherited from Loader.)
Public propertyEntityPersisters (Overrides Loader..::..EntityPersisters.)
Public propertyFactory (Inherited from Loader.)
Protected propertyIsSingleRowLoader
Return false is this loader is a batch entity loader
(Inherited from Loader.)
Public propertyIsSubselectLoadingEnabled (Inherited from Loader.)
Public propertyNamedParameters
Protected propertyOwnerAssociationTypes
An array of the owner types corresponding to the Owners returns. Indices indicating no owner would be null here.
(Inherited from Loader.)
Protected propertyOwners (Overrides Loader..::..Owners.)
Public propertyQueryIdentifier (Overrides Loader..::..QueryIdentifier.)
Public propertyQuerySpaces
Public propertyResultTypes
Public propertyReturnAliases
Public propertySqlString (Overrides Loader..::..SqlString.)

See Also