65666768697071
private final XmlParserHelper xmlParserHelper; public JpaDescriptorParser(Context context) { this.context = context; this.entityMappings = new ArrayList<EntityMappings>(); this.xmlParserHelper = new XmlParserHelper( context ); }
72737475767778