Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 686345
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:00:54+00:00 2026-05-14T02:00:54+00:00

By default the behaviour of FNH is to map enums to its string in

  • 0

By default the behaviour of FNH is to map enums to its string in the db.

But while mapping an enum as part of a composite key, the property gets mapped as int.
e.g.
in this case

  public class Address : Entity
  {
    public Address() { }
    public virtual AddressType Type { get; set; }
    public virtual User User { get; set; }

Where AddresType is of

  public enum AddressType
  {
    PRESENT, COMPANY, PERMANENT
  }

The FNH mapping is as

 mapping.CompositeId().KeyReference(x => x.User, "user_id").KeyProperty(x => x.Type);

the schema creation of this mapping results in

create table address (
    Type INTEGER not null,
   user_id VARCHAR(25) not null,

and the hbm as

<composite-id mapped="true" unsaved-value="undefined">
  <key-property name="Type" type="Company.Core.AddressType, Company.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
    <column name="Type" />
  </key-property>
  <key-many-to-one name="User" class="Company.Core.CompanyUser, Company.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
    <column name="user_id" />
  </key-many-to-one>
</composite-id>

Where the AddressType should have be generated as

type="FluentNHibernate.Mapping.GenericEnumMapper`1[[Company.Core.AddressType,

How do I instruct FNH to mappit as the default string enum generic mapper?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T02:00:54+00:00Added an answer on May 14, 2026 at 2:00 am

    James responded to the answer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Auto-binding of request params seems like default behaviour, but I can't find a lot
In Stripes, If there is a wrong action class mapping, the default behaviour of
When the menu of a QTabWidget grows beyond its width, the default behaviour is
The default behaviour in browsers is to select the next form element. I want
In Windows Forms the default behaviour of a TabControl is to have the tabs
imagine the following environment: an XBAP application running in partial trust mode (default behaviour;
I understand the default Git behaviour of updating the modification time every time it
How to change default emacs mark-paragraph function behaviour to not select first empty line?
The default behaviour of :help in Vim opens the help in a horizontal split.
We all know the default behaviour of Hibernate when using @SequenceGenerator - it increases

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.