<plugin name='explicit-insert' version='1.0-RC2-SNAPSHOT'>
  <author>Don Denoncourt</author>
  <authorEmail>ddenoncourt@cassevern.com</authorEmail>
  <title>This plugin adds an explicit Hibernate save operation with the domain method name of insert.</title>
  <description>    Hibernate/Grails has issues with legacy tables with no version or timestamp and ids that are assigned.
	Grails' save method actually invokes Hibernates saveOrUpdate
	Hibernate's saveOrUpdate discerns the object/row exists and does an update.
    This plugin provides a workaround with and explicit insert domain method.
    </description>
  <resources />
</plugin>
