Uses of Interface
io.ebean.enhance.entity.MessageOutput
| Package | Description |
|---|---|
| io.ebean.enhance | |
| io.ebean.enhance.common |
-
Uses of MessageOutput in io.ebean.enhance
Methods in io.ebean.enhance with parameters of type MessageOutput Modifier and Type Method Description voidTransformer. setLogout(MessageOutput logout)Change the logout to something other than system out. -
Uses of MessageOutput in io.ebean.enhance.common
Classes in io.ebean.enhance.common that implement MessageOutput Modifier and Type Class Description classSysoutMessageOutputMessageOutput typically used with System.out.Methods in io.ebean.enhance.common with parameters of type MessageOutput Modifier and Type Method Description voidEnhanceContext. setLogout(MessageOutput logout)Change the logout to something other than system out.Constructors in io.ebean.enhance.common with parameters of type MessageOutput Constructor Description ClassMeta(EnhanceContext enhanceContext, int logLevel, MessageOutput logout)