com.mycomm.dao.dao4comm.framework.impl.OneToManyOnlyOrmObjectLoader Maven / Gradle / Ivy
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.mycomm.dao.dao4comm.framework.impl;
import com.mycomm.IProtocol.cache.TableCacheService;
import com.mycomm.dao.dao4comm.ResultHelp;
import com.mycomm.dao.dao4comm.framework.AnnotationStructureStrategy;
import com.mycomm.dao.dao4comm.framework.OrmObjectLoader;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.jdbc.core.JdbcTemplate;
/**
*
* @author jw362j
*/
public class OneToManyOnlyOrmObjectLoader implements OrmObjectLoader {
private static final Logger log = LoggerFactory.getLogger(OneToManyOnlyOrmObjectLoader.class);
public ResultHelp