There are some big changes coming to the hive interface. If you look in at trunk code you’ll see that all of getConnection and getJdbcDaoSupport now return collections instead of single connections. This is for two reasons
To support secondary indexes that can resolve to multiple records, like index by name or by type
To […]
