Namespaces

Types in FluentNHibernate.Conventions.Instances

Type ICollectionInstance

Namespace FluentNHibernate.Conventions.Instances

Interfaces ICollectionInspector

Methods

Properties

Public instance methods

void Check(string constraint)

Sets the check constraint name
Parameters
string constraint

Constraint name

Return
void

Builder

void CollectionType(Type type)

Sets the collection type
Return
void

Builder

void CollectionType(string type)

Sets the collection type
Return
void

Builder

void CollectionType<T>()

Sets the collection type
Return
void

Builder

void Generic()

Specify that this collection is generic (optional)

void Name(string name)

Sets the map name. Optional.
Return
void

Builder

void OrderBy(string orderBy)

Applies to the joining table for this many-to-many.

Public properties

IAccessInstance Access get;

ICacheInstance Cache get;

ICollectionCascadeInstance Cascade get;

IFetchInstance Fetch get;

IKeyInstance Key get;

ICollectionInstance Not get;

IOptimisticLockInstance OptimisticLock get;

IRelationshipInstance Relationship get;