Click or drag to resize
RepositoryEntryMapping Class
Inheritance Hierarchy
SystemObject
  ClasslikeMapBaseRepositoryEntry
    ClassMapRepositoryEntry
      DrawerBackup.Storage.Data.Entities.MappingsRepositoryEntryMapping

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 RepositoryEntryMapping : ClassMap<RepositoryEntry>

The RepositoryEntryMapping type exposes the following members.

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