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

com.avaje.ebean.meta.package.html Maven / Gradle / Ivy

There is a newer version: 2.8.1
Show newest version


Entity Beans for getting "Meta" data from Ebean


Entity Beans for getting "Meta" data from Ebean

You can query these entity beans to get "meta" data from Ebean. This includes things like query execution statistics.

// fetch the meta data that controls autoFetch query tuning
Query query = Ebean.createQuery(MetaAutoFetchTunedFetch.class);
List list = query.findList();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy