Click or drag to resize
JobMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseJob
    ClassMapJob
      DrawerBackup.Native.Data.Entities.MappingsJobMapping

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 JobMapping : ClassMap<Job>

The JobMapping type exposes the following members.

Constructors
  NameDescription
Public methodJobMapping
Initializes a new instance of the JobMapping class
Top
Properties
  NameDescription
Public propertyCache (Inherited from ClassMapJob.)
Public propertyHibernateMapping (Inherited from ClassMapJob.)
Public propertyNot (Inherited from ClassMapJob.)
Public propertyOptimisticLock (Inherited from ClassMapJob.)
Public propertyPolymorphism (Inherited from ClassMapJob.)
Public propertySchemaAction (Inherited from ClassMapJob.)
Top
Methods
  NameDescription
Public methodApplyFilter(String) (Inherited from ClassMapJob.)
Public methodApplyFilter(String, String) (Inherited from ClassMapJob.)
Public methodApplyFilter``1 (Inherited from ClassMapJob.)
Public methodBatchSize (Inherited from ClassMapJob.)
Public methodCheckConstraint (Inherited from ClassMapJob.)
Public methodComponent(IComponentMappingProvider) (Inherited from ClasslikeMapBaseJob.)
Public methodComponent``1(ExpressionFuncUTP, UMP) (Inherited from ClasslikeMapBaseJob.)
Public methodComponent``1(ExpressionFuncUTP, UMP, ActionComponentPartUMP) (Inherited from ClasslikeMapBaseJob.)
Public methodComponent``1(ExpressionFuncUTP, UMP, ActionComponentPartUMP) (Inherited from ClasslikeMapBaseJob.)
Public methodCompositeId (Inherited from ClassMapJob.)
Public methodCompositeId``1(ExpressionFuncUTP, UMP) (Inherited from ClassMapJob.)
Public methodDiscriminateSubClassesOnColumn``1(String) (Inherited from ClassMapJob.)
Public methodDiscriminateSubClassesOnColumn``1(String, UMP) (Inherited from ClassMapJob.)
Public methodDynamicComponent (Inherited from ClasslikeMapBaseJob.)
Public methodDynamicInsert (Inherited from ClassMapJob.)
Public methodDynamicUpdate (Inherited from ClassMapJob.)
Public methodEntityName (Inherited from ClassMapJob.)
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 ClasslikeMapBaseJob.)
Public methodHasMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJob.)
Public methodHasMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJob.)
Public methodHasManyToMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJob.)
Public methodHasManyToMany``1(ExpressionFuncUTP, IEnumerableUMP) (Inherited from ClasslikeMapBaseJob.)
Public methodHasOne``1(ExpressionFuncUTP, Object) (Inherited from ClasslikeMapBaseJob.)
Public methodHasOne``1(ExpressionFuncUTP, Object) (Inherited from ClasslikeMapBaseJob.)
Public methodId (Inherited from ClassMapJob.)
Public methodId(ExpressionFuncUTP, Object) (Inherited from ClassMapJob.)
Public methodId(ExpressionFuncUTP, Object, String) (Inherited from ClassMapJob.)
Public methodId``1(String) (Inherited from ClassMapJob.)
Public methodImportType``1 (Inherited from ClassMapJob.)
Public methodJoin (Inherited from ClassMapJob.)
Public methodJoinedSubClass``1 Obsolete. (Inherited from ClassMapJob.)
Public methodLazyLoad (Inherited from ClassMapJob.)
Public methodMap(ExpressionFuncUTP, Object) (Inherited from ClasslikeMapBaseJob.)
Public methodMap(ExpressionFuncUTP, Object, String) (Inherited from ClasslikeMapBaseJob.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNaturalId (Inherited from ClassMapJob.)
Public methodPersister(String) (Inherited from ClassMapJob.)
Public methodPersister``1 (Inherited from ClassMapJob.)
Public methodProxy(Type) (Inherited from ClassMapJob.)
Public methodProxy(String) (Inherited from ClassMapJob.)
Public methodProxy``1 (Inherited from ClassMapJob.)
Public methodReadOnly (Inherited from ClassMapJob.)
Public methodReferences``1(ExpressionFuncUTP, UMP) (Inherited from ClasslikeMapBaseJob.)
Public methodReferences``1(ExpressionFuncUTP, UMP) (Inherited from ClasslikeMapBaseJob.)
Public methodReferences``1(ExpressionFuncUTP, UMP, String) (Inherited from ClasslikeMapBaseJob.)
Public methodReferences``1(ExpressionFuncUTP, UMP, String) (Inherited from ClasslikeMapBaseJob.)
Public methodReferencesAny``1 (Inherited from ClasslikeMapBaseJob.)
Public methodSchema (Inherited from ClassMapJob.)
Public methodSelectBeforeUpdate (Inherited from ClassMapJob.)
Public methodSqlDelete (Inherited from ClasslikeMapBaseJob.)
Public methodSqlDeleteAll (Inherited from ClasslikeMapBaseJob.)
Public methodSqlInsert (Inherited from ClasslikeMapBaseJob.)
Public methodSqlUpdate (Inherited from ClasslikeMapBaseJob.)
Protected methodStoredProcedure (Inherited from ClasslikeMapBaseJob.)
Public methodSubselect (Inherited from ClassMapJob.)
Public methodTable (Inherited from ClassMapJob.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTuplizer (Inherited from ClassMapJob.)
Public methodUseUnionSubclassForInheritanceMapping (Inherited from ClassMapJob.)
Public methodVersion (Inherited from ClassMapJob.)
Public methodWhere (Inherited from ClassMapJob.)
Top
Fields
  NameDescription
Protected fieldattributes (Inherited from ClassMapJob.)
Top
Extension Methods
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodFluentNHibernate#IMappingProvider#GetClassMapping (Inherited from ClassMapJob.)
Explicit interface implementationPrivate methodFluentNHibernate#IMappingProvider#GetHibernateMapping (Inherited from ClassMapJob.)
Explicit interface implementationPrivate methodFluentNHibernate#IMappingProvider#GetIgnoredProperties (Inherited from ClassMapJob.)
Top
See Also