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

com.nfwork.dbfound.model.adapter.MapQueryAdapter Maven / Gradle / Ivy

There is a newer version: 4.3.2
Show newest version
package com.nfwork.dbfound.model.adapter;

import java.util.Map;

public interface MapQueryAdapter extends QueryAdapter>{

    @Override
    default Class getEntityClass() {
        return Map.class;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy