Skip to content

NH-3704 - Allow Setting Dynamic Component Templates From Dictionary #913

Closed
@nhibernate-bot

Description

@nhibernate-bot

Ricardo Peres created an issue — 21st September 2014, 9:18:33:

Currently, when mapping a dynamic component with mapping by code, we need to specify the dynamic component template (the columns to store) as an anonymous type, which isn't very good for dynamic scenarios, where these columns and their types are obtained dynamically. My proposal is to use a dictionary (IDictionary<string, Type> or IDictionary<string, object>) for that.
Pull request will follow shortly.


Ricardo Peres added a comment — 22nd September 2014, 0:05:55:

Pull request: #341

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions