hloader is a simple tool to aid population of hibernate objects from an xml file. Supports associated objects by arbitrary id and allows specific overriding of database generated ids for reference data.
Be the first to post a text review of hloader. Rate and review a project by clicking thumbs up or thumbs down in the right column.
$Id: CHANGELOG.txt,v 1.8 2006/05/04 09:01:12 gregluck Exp $ hloader-0.8 =========== Minor update to support Hibernate 3.1. See hloader-0.7 for Hibernate 3 and hloader-0.6 for Hibernate 2 support. hloader-0.7 =========== Major update to support Hibernate 3. This version is incompatible with Hibernate 2. Use the 0.6 branch for Hibernate 2 support. hloader-0.6.1 ============= Minor bug fixes hloader-0.6 =========== added support for hibernate component objects. Only caveat is there must be an id property available for use by hloader. added better logging for working out which object failed on a load, especially for finding String or Binary data will be truncated errors. refactor loadObjects method. hloader-0.5 =========== Jelly Tag added to better support programmatic data loading. fixed some logging. hloader-0.4 =========== 1) root element has changed from objects to hloader. 2) load-objects task, supports nested load commnands 3) Moving towards specifying extensible Context for attributes, DateContext is a sample of date arithmetic. 4) Save Objects Task started to create xml load file from db, will rely on 3 to get desired values. hloader-0.3 =========== 1) Database independant settings for load objects tasks, modified to put additional dialect details in the data.xml for the loader, to avoid dialect extension and runtime dependencies of hloader. 2) DropTablesTask accepts schema attribute to avoid dropping all tables in the database. 3) resyncing sequences for databases like oracle, not yet implemented. hloader-0.2 =========== 1) DTD change of attributes for load object task. configuration="..." data="..." 2) Database independant identity values insertions, requires Dialect extension. 3) MappingValidation, is not done, don't use it. - remove hardcoding of hibernate mapping file from tasks. - make identity insertion database independant
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?