139140141142143144145146147148149
// Bind data from Fixed record with model classes factory.bind(line, model, count); // Link objects together factory.link(model); // Add objects graph to the list models.add(model); LOG.debug("Graph of objects created: {}", model);
// Bind data from Fixed record with model classes factory.bind(line, model, count); // Link objects together factory.link(model); // Add objects graph to the list models.add(model); if (LOG.isDebugEnabled()) {
142143144145146147148149150151152
// Bind data from Fixed record with model classes factory.bind(line, model, count); // Link objects together factory.link(model); // Add objects graph to the list models.add(model); LOG.debug("Graph of objects created : {}", model);
138139140141142143144145146147148