org.xblackcat.sjpu.storage.consumer.IRowSetConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sjpu-dbah Show documentation
Show all versions of sjpu-dbah Show documentation
Service for generating DB access logic in simple way via interfaces and annotations
package org.xblackcat.sjpu.storage.consumer;
/**
* Consume all results to a container and return the container. The implementation should have a default constructor or constructor which
* takes one parameter: target object class
*
* Implementation of the interface could be registered at storage setup procedure.
*
* @author xBlackCat
* @see org.xblackcat.sjpu.storage.consumer.ToEnumSetConsumer
* @see org.xblackcat.sjpu.storage.StorageBuilder#addRowSetConsumer(Class, Class)
*/
public interface IRowSetConsumer extends IRowConsumer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy