I\'ve a problem, that I can\'t solve for days now. I have read many docs, searched many forums, but found no solution.
I have a Status property in one of my POCO\'s that acts as a discriminator (very similar to using an enum).
I have 4 classes A, B, B1, B2 with inheritance mapping described as below: A (mapped to table A) is the top-most parent class and its inheritance mapping strategy is tablePerHierarchy=false (means eac
I have an abstract entity using DiscriminatorColumn and is subclassed by various e开发者_开发问答ntites. Now, when I\'m querying named query in the abstract class, it throws an error saying \'org.hibe
I\'m trying to replicate this table structure from this article. Here are my POCO\'s and mappings. POCO\'s
I have an interface and a class which implements this interface. public interface IPhase { string Description { get; set; }
I have a subclass with a discriminator, can i have another discriminator in a subclass I\'ll try to explain
Given I have Entity A which has a Many-To-One relation to Entity B. Entity B ha开发者_Go百科s a property (kind of enum) that I would like to use as Discriminator of certain subclasses of Entity A. Can
I\'m gonna add authorization, user and groups management to my application, basically... you will can define a set of permissions for a concrete user or group. For example, you could specify whom can