
com.cedarsoft.gdao.DefaultGenericDaoManager Maven / Gradle / Ivy
The newest version!
package com.cedarsoft.gdao;
import com.cedarsoft.utils.Cache;
import com.cedarsoft.utils.HashedCache;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import java.util.Iterator;
/**
* Manages the DAOs
*/
public class DefaultGenericDaoManager implements GenericDaoManager {
@SuppressWarnings( {"MismatchedQueryAndUpdateOfCollection"} )
@NotNull
private final Cache, GenericDao
© 2015 - 2025 Weber Informatics LLC | Privacy Policy