Created
May 5, 2010 11:27
-
-
Save anuvrat/390666 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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