Click or drag to resize
JobSessionMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseJobSession
    ClassMapJobSession
      DrawerBackup.Native.Data.Entities.MappingsJobSessionMapping

Namespace: DrawerBackup.Native.Data.Entities.Mappings
Assembly: DrawerBackup.Native.Data.Entities (in DrawerBackup.Native.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class JobSessionMapping : ClassMap<JobSession>

The JobSessionMapping type exposes the following members.

Constructors
  NameDescription
Public methodJobSessionMapping
Initializes a new instance of the JobSessionMapping class
Top
Properties
  NameDescription
Public propertyCache (Inherited from ClassMapJobSession.)
Public propertyHibernateMapping (Inherited from ClassMapJobSession.)
Public propertyNot (Inherited from ClassMapJobSession.)
Public propertyOptimisticLock (Inherited from ClassMapJobSession.)
Public propertyPolymorphism (Inherited from ClassMapJobSession.)
Public propertySchemaAction (Inherited from ClassMapJobSession.)
Top
Methods
  NameDescription
Public methodApplyFilter(String) (Inherited from ClassMapJobSession.)
Public methodApplyFilter(String, String) (Inherited from ClassMapJobSession.)
Public methodApplyFilter``1 (Inherited from ClassMapJobSession.)
Public methodBatchSize (Inherited from ClassMapJobSession.)
Public methodCheckConstraint (Inherited from ClassMapJobSession.)
Public methodComponent(IComponentMappingProvider) (Inherited from ClasslikeMapBaseJobSession.)
Public methodComponent``1(ExpressionFuncUTP, UMP) (Inherited from ClasslikeMapBaseJobSession.)
Public methodComponent``1(ExpressionFuncUTP, UMP, ActionComponentPartUMP) (Inherited from ClasslikeMapBaseJobSession.)
Public methodComponent``1(ExpressionFuncUTP, UMP, ActionComponentPartUMP) (Inherited from ClasslikeMapBaseJobSession.)
Public methodCompositeId (Inherited from ClassMapJobSession.)
Public methodCompositeId``1(ExpressionFuncUTP, UMP) (Inherited from ClassMapJobSession.)
Public methodDiscriminateSubClassesOnColumn``1(String) (Inherited from ClassMapJobSession.)
Public methodDiscriminateSubClassesOnColumn``1(String, UMP) (Inherited from ClassMapJobSession.)
Public methodDynamicComponent (Inherited from ClasslikeMapBaseJobSession.)
Public methodDynamicInsert (Inherited from ClassMapJobSession.)
Public methodDynamicUpdate (Inherited from ClassMapJobSession.)
Public methodEntityName (Inherited from ClassMapJobSession.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobSession.)
Public methodHasMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobSession.)
Public methodHasMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobSession.)
Public methodHasManyToMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobSession.)
Public methodHasManyToMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJobSession.)
Public methodHasOne``1(ExpressionFuncUTP, Object) (Inherited from ClasslikeMapBaseJobSession.)
Public methodHasOne``1(ExpressionFuncUTP, Object) (Inherited from ClasslikeMapBaseJobSession.)
Public methodId (Inherited from ClassMapJobSession.)
Public methodId(ExpressionFuncUTP, Object) (Inherited from ClassMapJobSession.)
Public methodId(ExpressionFuncUTP, Object, String) (Inherited from ClassMapJobSession.)
Public methodId``1(String) (Inherited from ClassMapJobSession.)
Public methodImportType``1 (Inherited from ClassMapJobSession.)
Public methodJoin (Inherited from ClassMapJobSession.)
Public methodJoinedSubClass``1 Obsolete. (Inherited from ClassMapJobSession.)
Public methodLazyLoad (Inherited from ClassMapJobSession.)
Public methodMap(ExpressionFuncUTP, Object) (Inherited from ClasslikeMapBaseJobSession.)
Public methodMap(ExpressionFuncUTP, Object, String) (Inherited from ClasslikeMapBaseJobSession.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNaturalId (Inherited from ClassMapJobSession.)
Public methodPersister(String) (Inherited from ClassMapJobSession.)
Public methodPersister``1 (Inherited from ClassMapJobSession.)
Public methodProxy(Type) (Inherited from ClassMapJobSession.)
Public methodProxy(String) (Inherited from ClassMapJobSession.)
Public methodProxy``1 (Inherited from ClassMapJobSession.)
Public methodReadOnly (Inherited from ClassMapJobSession.)
Public methodReferences``1(ExpressionFuncUTP, UMP) (Inherited from ClasslikeMapBaseJobSession.)
Public methodReferences``1(ExpressionFuncUTP, UMP) (Inherited from ClasslikeMapBaseJobSession.)
Public methodReferences``1(ExpressionFuncUTP, UMP, String) (Inherited from ClasslikeMapBaseJobSession.)
Public methodReferences``1(ExpressionFuncUTP, UMP, String) (Inherited from ClasslikeMapBaseJobSession.)
Public methodReferencesAny``1 (Inherited from ClasslikeMapBaseJobSession.)
Public methodSchema (Inherited from ClassMapJobSession.)
Public methodSelectBeforeUpdate (Inherited from ClassMapJobSession.)
Public methodSqlDelete (Inherited from ClasslikeMapBaseJobSession.)
Public methodSqlDeleteAll (Inherited from ClasslikeMapBaseJobSession.)
Public methodSqlInsert (Inherited from ClasslikeMapBaseJobSession.)
Public methodSqlUpdate (Inherited from ClasslikeMapBaseJobSession.)
Protected methodStoredProcedure (Inherited from ClasslikeMapBaseJobSession.)
Public methodSubselect (Inherited from ClassMapJobSession.)
Public methodTable (Inherited from ClassMapJobSession.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTuplizer (Inherited from ClassMapJobSession.)
Public methodUseUnionSubclassForInheritanceMapping (Inherited from ClassMapJobSession.)
Public methodVersion (Inherited from ClassMapJobSession.)
Public methodWhere (Inherited from ClassMapJobSession.)
Top
Fields
  NameDescription
Protected fieldattributes (Inherited from ClassMapJobSession.)
Top
Extension Methods
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodFluentNHibernate#IMappingProvider#GetClassMapping (Inherited from ClassMapJobSession.)
Explicit interface implementationPrivate methodFluentNHibernate#IMappingProvider#GetHibernateMapping (Inherited from ClassMapJobSession.)
Explicit interface implementationPrivate methodFluentNHibernate#IMappingProvider#GetIgnoredProperties (Inherited from ClassMapJobSession.)
Top
See Also