Skip to content

Instantly share code, notes, and snippets.

@anuvrat
Created May 5, 2010 11:27
Show Gist options
  • Save anuvrat/390666 to your computer and use it in GitHub Desktop.
Save anuvrat/390666 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<castor:mapping>
<castor:class name="test.Plgen">
<castor:map-to xml="plgen" />
<castor:field name="playlist" type="test.Playlist" collection="arraylist">
<castor:bind-xml name="playlist" />
</castor:field>
</castor:class>
<castor:class name="test.Playlist">
<castor:field name="extensionType" type="string">
<castor:bind-xml name="extensionType" />
</castor:field>
</castor:class>
</castor:mapping>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment