structure « Update « JPA Q&A





1. Hibernate updating database structure with new indexes    stackoverflow.com

It's well known fact that hibernate work with indexes in a very strange way. It generate them only if you create a database schema from the scratch. But if you try ...

2. Newbie:What happens if persisted class structure is modified    forum.hibernate.org

Hi folks. I'll be preparing to use hibernate for a project i have. I'm designing something close to a little framework for testcases (currently design phase), and want to use Hibernate to manage all the testcases and logs and everything. And now it struck me, and i didn't manage to find an answer yet. Though I'm trying hard to make a ...

3. Update structure and underlying database    forum.hibernate.org

Hi, I did not found any tips or best practises talking about updating object structure and underlying database. The O/R mapping can result in quite complex database structure. At some point I need to update the object structure. But I need to update the underlying database too. Can you point me resources talking about solutions to this common problem? Thanks, Jan ...

4. Persistent Tree-Structure    forum.hibernate.org

Hi, i need some help with managing a persistent tree-structure. mainly it will be used in a user-interface to display hierarchically the stored data i have allready a solution on the database-side that fits my needs: tables: TreeIndex -> an index of my different trees node, node-relations -> there can be bidirectional n:m relations between the nodes node-type -> e.g. this ...

5. HowTo partial Persist BIG Datastructures?    forum.hibernate.org

Hi, I have a problem with persisting a big ObjectTree. The Object Tree is fairly simple: Code: --------- --------- --------- I I 1 * I I 1 * I ...