A ClassPersister that may be loaded by outer join using
the OuterJoinLoader hierarchy and may be an element
of a one-to-many association.
Namespace: NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public interface IOuterJoinLoadable : ILoadable, IEntityPersister, IOptimisticCacheSource, IJoinable |
Visual Basic |
---|
Public Interface IOuterJoinLoadable _ Inherits ILoadable, IEntityPersister, IOptimisticCacheSource, IJoinable |
Visual C++ |
---|
public interface class IOuterJoinLoadable : ILoadable, IEntityPersister, IOptimisticCacheSource, IJoinable |