Click or drag to resize
JobEntryMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseJobEntry
    ClassMapJobEntry
      DrawerBackup.Native.Data.Entities.MappingsJobEntryMapping

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 JobEntryMapping : ClassMap<JobEntry>

The JobEntryMapping type exposes the following members.

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