Skip to content

When using Custom identity generator fluent nhibernate stops generating tables #199

Open
@infoquestsolutinos

Description

@infoquestsolutinos

I have been successful using Custom identity generator my code is as below Id(x => x.Id).GeneratedBy.Custom(p => p.AddParam("ENT", "5"))

But when ever custom id generation is turned on for any of my Map class fluent nhibernate stops creating new tables. When i comment this code and moves all the entities to Id(x=>x.Id) it start working .Any one knows some thing about it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions