com.frameworkset.common.poolman.handle.BaseRowHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-persistent Show documentation
Show all versions of bboss-persistent Show documentation
bboss is a j2ee framework include aop/ioc,mvc,persistent,taglib,rpc,event ,bean-xml serializable and so on.http://www.bbossgroups.com
The newest version!
package com.frameworkset.common.poolman.handle;
import com.frameworkset.common.poolman.Record;
/**
*
*
* Title: BaseRowHandler.java
*
* Description:
*
* Copyright: Copyright (c) 2007
*
* @Date Oct 24, 2008 2:40:47 PM
* @author biaoping.yin
* @version 1.0
*/
public abstract class BaseRowHandler extends RowHandler {
public T handleField_(Record record) throws Exception
{
throw new UnsupportedOperationException("T handleField_(Record record)");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy