mapping
Geo mapping - how to?
I need to develop an application where I will display statistics o开发者_Python百科n a map at county / town level.[详细]
2023-03-28 14:13 分类:问答Data-Type mapping in SQL server 2005
Is there a way to declare mapped data-types in SQL Server 2005, something like Oracle\'s %Typ开发者_如何学Ce:[详细]
2023-03-28 03:57 分类:问答One to zero/one relationship (Code First)
I\'m trying this class: public class Person { public int PersonID { get; set; } public string Name { get; set; }[详细]
2023-03-27 18:09 分类:问答ef code first map subclasses to single foreign key
I can\'t find an answer to this anywhere, so here goes. I have several subclassed \"Answer\" types.All answers will need a reference back to their question.[详细]
2023-03-27 14:51 分类:问答Nhibernate error 'Invalid column name' when column does exist
Hi I have an object called document and one called user Document public virtual string Name { get; set; }[详细]
2023-03-26 23:37 分类:问答Fluent Nhibernate modify default id
Today i have been setting up fluent nhibernate. I came across to Ids and when i mapped one class to the other,[详细]
2023-03-26 22:02 分类:问答Password Confirmation Fields with Fluent NHibernate
I\'m new to NHibernate and am trying to build my first simple website. I want a user registration screen with Password and ConfirmPassword fields.[详细]
2023-03-26 12:24 分类:问答Spring Jackson Mapper
Just wondering if is it possible to ask mapper not to开发者_如何学Go serialize certain fields if user is in certain role. Meaning security config will control views.Just add @JsonIgnore on the hidden[详细]
2023-03-26 10:52 分类:问答MVC mapping to specific column?
I have the following class below. [Bind()] [Table(\"Actives\", Schema = \"Actives\")] public class Active[详细]
2023-03-26 07:26 分类:问答NHibernate 1:n mapping to 1:1 with restrictions
I have my application liek this: I have a class Product I have user track this product, so class Track 开发者_JS百科[详细]
2023-03-26 05:37 分类:问答