Package io.ebean.enhance.common
Class SummaryInfo
java.lang.Object
io.ebean.enhance.common.SummaryInfo
Summary of the enhancement.
-
Method Summary
Modifier and TypeMethodDescriptionentities()Return a summary of the entities enhanced.booleanbooleanbooleanbooleanbooleanisEmpty()Return true if there was nothing enhanced.Return the manifest resource paths that were loaded.Return a summary of the query beans enhanced.Return a summary of the beans enhanced that call query beans.toString()Return a summary of the beans with transactional enhanced.
-
Method Details
-
isEmpty
Return true if there was nothing enhanced. -
hasEntities
-
hasQueryBeans
-
hasTransactional
-
hasQueryCallers
-
toString
-
loadedResources
Return the manifest resource paths that were loaded. -
entities
Return a summary of the entities enhanced. -
queryBeans
Return a summary of the query beans enhanced. -
queryCallers
Return a summary of the beans enhanced that call query beans. -
transactional
Return a summary of the beans with transactional enhanced.
-