Hi The associationEndCollectionIndexName
namespace parameter can be used by hibernate to keep track of the order in
which values were inserted. If we need to sort the collection of values
retrieved from the database based on some other criteria (which is more than
likely), would we set the @andromda.hibernate.orderByColumns tagged value? Also, with regards to our
previous discussion on finer grained control of datasource properties, are you
going to add the properties of a production grade dataSource (ie. dbcp) to the
spring cartridge? This could be useful for finer control of connection pooling. Thanks in advance, Kiran |