All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yuweix.kuafu.dao.hibernate.AbstractListCallback Maven / Gradle / Ivy

The newest version!
package com.yuweix.kuafu.dao.hibernate;


import java.util.List;


/**
 * @author yuwei
 */
public abstract class AbstractListCallback extends AbstractCallback> {
	protected static final int DEFAULT_PAGE_SIZE = 10;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy