document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <entity-mappings>
  2.    <entity class="ge.society.person" access="PROPERTY">
  3.       <attributes>
  4.          <id name="id">
  5.             <generated-value/>
  6.          </id>
  7.       <basic name="firstName" fetch="LAZY" optional="false"/>
  8.          <basic name="lastName" fetch="LAZY" optional="false"/>
  9.       </attributes>
  10.    </entity>
  11. </entity-mappings>
');