예제 #1
0
        public T find(T t)
        {
            PreparedCmd cmd = mISelect.findPrepared();
            DataSet     ds  = mIDataAccess.select(cmd);

            return(mIGenerate.get(ds));
        }