Package io.ebean.enhance.common
Class SummaryInfo
java.lang.Object
io.ebean.enhance.common.SummaryInfo
public class SummaryInfo extends Object
Summary of the enhancement.
-
Method Summary
Modifier and Type Method Description Stringentities()Return a summary of the entities enhanced.booleanhasEntities()booleanhasQueryBeans()booleanhasQueryCallers()booleanhasTransactional()booleanisEmpty()Return true if there was nothing enhanced.List<String>loadedResources()Return the manifest resource paths that were loaded.StringqueryBeans()Return a summary of the query beans enhanced.StringqueryCallers()Return a summary of the beans enhanced that call query beans.StringtoString()Stringtransactional()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.
-