1. Retrieving Table Structure Using Hibernate... coderanch.com |
2. Table structure for banking system forum.hibernate.orgHi all I am now working on a project for a financial institution (Bank) and I would like to know how the bank system identify a specific customer and what accounts that specific customer holds in the system. What I want to do is similar to the Internet banking system, when a customer applied for Internet banking service, all its accounts ... |
3. Turning a denormalized table into a tree structure forum.hibernate.orgI have a flat legacy table that has been denormalized and I would like to create a tree data structure from it. Is it possible to do this through hibernate? The table has the following columns segmentid - primary key groupid sectionid and I would like to represent the data as a tree where sectionid is the root node, then groupids, ... |
4. Shards with different table structure forum.hibernate.orgHi, I am exploring Hibernate Shard for my needs. I have master data on Shard-0. I need to route the data to multiple databases, based on routing rules. Taking the follwing example in weather.hbm.xml, Code: |