Implemented by ClassPersister that uses Loader. There are several optional operations used only by loaders that inherit OuterJoinLoader

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface ILoadable : IEntityPersister, 
	IOptimisticCacheSource
Visual Basic
Public Interface ILoadable _
	Inherits IEntityPersister, IOptimisticCacheSource
Visual C++
public interface class ILoadable : IEntityPersister, 
	IOptimisticCacheSource

See Also