org.xblackcat.sjpu.skel.IFactory 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.skel;
import java.util.concurrent.locks.ReadWriteLock;
/**
* 04.04.2014 13:09
*
* @author xBlackCat
*/
public interface IFactory {
I get(Class clazz, Object... args);
ReadWriteLock getLock();
void purge();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy