The IJoinable type exposes the following members.

Methods

  NameDescription
ConsumesCollectionAlias
Very, very, very ugly...
ConsumesEntityAlias
Very, very, very ugly...
FilterFragment
Get the where clause filter, given a query alias and considering enabled session filters
FromJoinFragment
Get the from clause part of any joins (optional operation)
OneToManyFilterFragment
SelectFragment
All columns to select, when loading.
WhereJoinFragment
Get the where clause part of any joins (optional operation)

Properties

  NameDescription
IsCollection
Is this instance actually a ICollectionPersister?
IsManyToMany
Is this instance actually a many-to-many association?
KeyColumnNames
The columns to join on.
Name
An identifying name; a class name or collection role name.
TableName
The table to join to.

See Also