model « Table « JPA Q&A





1. Get the table name from the model in Hibernate    stackoverflow.com

How do I get the table name for a model in Hibernate? Apparently there used to be a getTableName() method in ClassMetadata, but it's been removed. There's a getClassMapping(String ...

2. Modelling a temporal-style relational table in Hibernate    stackoverflow.com

I'm trying to wrap Hibernate around an existing data model, which as expected has its ups and downs. My current sticking point is that one of the entity tables has a quasi-temporal ...

3. HOw do I combine a second table into my model?    forum.hibernate.org

Newbie Joined: Wed Oct 14, 2009 3:22 pm Posts: 12 Hi, I'm using hibernate 3.4.0.GA, Java 1.5, and Oracle 10g. I have these mappings in my hibernate.cfg.xml file ... Code: Vendor and vendor emails are separate DB tables. One vendor can map to zero or many vendor emails. My question is, what do I need to do ...

4. Dynamic model & dynamic table    forum.hibernate.org

5. Dynamic model on a dynamic table    forum.hibernate.org