Click or drag to resize
StorageRepositoryMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseStorageRepository
    ClassMapStorageRepository
      DrawerBackup.Storage.Data.Entities.MappingsStorageRepositoryMapping

Namespace: DrawerBackup.Storage.Data.Entities.Mappings
Assembly: DrawerBackup.Storage.Data.Entities (in DrawerBackup.Storage.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class StorageRepositoryMapping : ClassMap<StorageRepository>

The StorageRepositoryMapping type exposes the following members.

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