
com.github.leeonky.dal.runtime.DALCollectionFactory Maven / Gradle / Ivy
package com.github.leeonky.dal.runtime;
public interface DALCollectionFactory {
default boolean isList(T instance) {
return true;
}
DALCollection create(T instance);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy