Namespaces
NHibernate
NHibernate.AdoNet
NHibernate.Bytecode
NHibernate.Bytecode.CodeDom
NHibernate.Bytecode.Lightweight
NHibernate.Cache
NHibernate.Cfg
NHibernate.Classic
NHibernate.Collection
NHibernate.Collection.Generic
NHibernate.Connection
NHibernate.Context
NHibernate.DebugHelpers
NHibernate.Dialect
NHibernate.Dialect.Function
NHibernate.Driver
NHibernate.Engine
NHibernate.Engine.Query
NHibernate.Exceptions
NHibernate.Expression
NHibernate.Hql
NHibernate.Hql.Classic
NHibernate.Hql.Util
NHibernate.Id
NHibernate.Impl
NHibernate.Loader
NHibernate.Loader.Collection
NHibernate.Loader.Criteria
NHibernate.Loader.Custom
NHibernate.Loader.Entity
NHibernate.Mapping
NHibernate.Metadata
NHibernate.Persister
NHibernate.Persister.Collection
NHibernate.Persister.Entity
NHibernate.Property
NHibernate.Proxy
NHibernate.SqlCommand
NHibernate.SqlTypes
NHibernate.Tool.hbm2ddl
NHibernate.Transaction
NHibernate.Transform
NHibernate.Tuple
NHibernate.Type
NHibernate.UserTypes
NHibernate.Util
Types
AbstractAuxiliaryDatabaseObject
Any
Array
Bag
Collection
Column
Component
Constraint
ForeignKey
Formula
IAuxiliaryDatabaseObject
IdentifierBag
IdentifierCollection
IFetchable
IFilterable
IKeyValue
Index
IndexedCollection
IntegerValue
IRelationalModel
ISelectable
IValue
List
ManyToOne
Map
MetaAttribute
OneToMany
OneToOne
PersistentClass
PrimaryKey
PrimitiveArray
PropertyGeneration
RootClass
Set
SimpleAuxiliaryDatabaseObject
SimpleValue
Subclass
Table
ToOne
UniqueKey
Type
IRelationalModel
Namespace
NHibernate.Mapping
Methods
SqlCreateString
SqlDropString
Public instance methods
string
SqlCreateString
(Dialect dialect, IMapping p, string defaultSchema)
When implemented by a class, generates the SQL string to create the mapping element in the database.
Parameters
return
string
A string that contains the SQL to create an object.
Dialect
dialect
The
Dialect
to use for SQL rules.
IMapping
p
string
defaultSchema
string
SqlDropString
(Dialect dialect, string defaultSchema)
When implemented by a class, generates the SQL string to drop the mapping element from the database.
Parameters
return
string
A string that contains the SQL to drop an object.
Dialect
dialect
The
Dialect
to use for SQL rules.
string
defaultSchema