I am new to Java and might be asking a basic question which might sound silly to some. After I compile my Main Java class most of the subclasses are displayed as $ in the folder. I copy the complied
I\'m using the table per subclass mapping inheritance in NHibernate.I have a parent Attribute table and a child AccountAttribute table.The child AccountAttribute table has another foreign key in it to
I have two classes Foo and Bar mapped to two different tables, and I\'d like them to use the JOINED inheritance strategy, but joined using two non-keyed columns.The schema is pretty weird, but I\'m st
I am trying to build a domain model that will allow me to manage Contracts. The Contract class is my aggregate root, and it has a single property right now, which is Reviewers.
I must be missing something very important in the concept to get this error so any help appreciated. I get
I\'ve been trying to wrap my head around subclasses and joined subclasses in Fluent nHibernate for a few days now without making any sort of headway.I\'ve looked at the wiki but it doesn\'t seem to gi
I have a class setup that looks something like this: public abstract class Parent { public virtual bool IsDeleted { get; set; }
I need some help defining the following object hierarchy/ database relationship in Hibernate From the object sense – Agent is inherited from Person and Agency is inherited from Organization. they ar
This is my mapping file: class name=\"CRMStradCommon.Entities.OportunidadEntity,CRMStradCommon\" table=\"oportunidad\">
I have the following definitions for the Animal and Dog types. Note that the ID for the object is the AnimalID: