Class MyService


  • public class MyService
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MyService​(MyDao myDao)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MyEntity findById​(long id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MyService

        public MyService​(MyDao myDao)
    • Method Detail

      • findById

        public MyEntity findById​(long id)