fluent-nhibernate | compile safe , automated , convention-based mappings | Object-Relational Mapping library

 by   nhibernate C# Version: v3.2.0 License: BSD-3-Clause

kandi X-RAY | fluent-nhibernate Summary

kandi X-RAY | fluent-nhibernate Summary

fluent-nhibernate is a C# library typically used in Utilities, Object-Relational Mapping applications. fluent-nhibernate has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate. Get your fluent on.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              fluent-nhibernate has a medium active ecosystem.
              It has 1641 star(s) with 697 fork(s). There are 138 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 118 open issues and 193 have been closed. On average issues are closed in 825 days. There are 18 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of fluent-nhibernate is v3.2.0

            kandi-Quality Quality

              fluent-nhibernate has 0 bugs and 0 code smells.

            kandi-Security Security

              fluent-nhibernate has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              fluent-nhibernate code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              fluent-nhibernate is licensed under the BSD-3-Clause License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              fluent-nhibernate releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fluent-nhibernate
            Get all kandi verified functions for this library.

            fluent-nhibernate Key Features

            No Key Features are available at this moment for fluent-nhibernate.

            fluent-nhibernate Examples and Code Snippets

            No Code Snippets are available at this moment for fluent-nhibernate.

            Community Discussions

            Trending Discussions on fluent-nhibernate

            QUESTION

            Are JPA ORM Mappings without annotations possible?
            Asked 2020-May-12 at 12:48

            In c# (dotnet core), I can defined an assembly/csproj that

            1. Contains only POCO (aka POJO) classes.
            2. Has zero references to any other library.
            3. Have zero ORM attributes (aka, annotations) on the Poco objects.

            Then in another assembly/csproj, I can "fluently" define mappings between the poco and the ORM. (Entity Framework or NHibernate for example).

            Example like this: (entity framework core)

            ...

            ANSWER

            Answered 2020-May-12 at 12:48

            Yes. The JPA specs states:

            The object/relational mapping information can take the form of annotations on the managed persistence classes included in the persistence unit, an orm.xml file contained in the META-INF directory of the root of the persistence unit, one or more XML files on the classpath and referenced from the persistence. xml file, or a combination of these.

            Annotations is only an option. All mapping information can be defined in xml files, or a combination of both. In the later case, the mapping information on the xml files overrides the annotations.

            For example, this could be a META-INF/orm.xml file:

            Source https://stackoverflow.com/questions/61751120

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install fluent-nhibernate

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/nhibernate/fluent-nhibernate.git

          • CLI

            gh repo clone nhibernate/fluent-nhibernate

          • sshUrl

            git@github.com:nhibernate/fluent-nhibernate.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Object-Relational Mapping Libraries

            Try Top Libraries by nhibernate

            nhibernate-core

            by nhibernateC#

            iesi.collections

            by nhibernateC#

            NHibernate.Spatial

            by nhibernateC#