Click or drag to resize
RepositoryMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseRepository
    ClassMapRepository
      DrawerBackup.Native.Data.Entities.MappingsRepositoryMapping

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 RepositoryMapping : ClassMap<Repository>

The RepositoryMapping type exposes the following members.

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