Re: [Hibernate-devel] Multi Table Support

2002-07-17 Thread Gavin_King/Cirrus%CIRRUS
>What would be involved in adding support for this in Hibernate? I don't >need update capablities (at least not yet :) ). Hey, if you don't need update/insert, why not just define a database view and map the class to that view as if it were a normal table... Otherwise you would need to implemen

RE: [Hibernate-devel] JBoss MBean

2002-07-17 Thread Gavin_King/Cirrus%CIRRUS
>I would think it would be much simpler to have on per factory. In >the case of JBoss, the user could setup each factory with a seperate >MBean entry in the jboss.jcml file. agreed. thats what I was expecting you to say. >How about reloading the mappings every time the mapping file changes? >JB