Module io.ebean.api
Package io.ebean.bean

Class SingleBeanLoader

    • Field Detail

      • database

        protected final Database database
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: BeanLoader
        Return the name of the associated Database.
        Specified by:
        getName in interface BeanLoader
      • lock

        public Lock lock()
        Description copied from interface: BeanLoader
        Obtain a lock on the loader.
        Specified by:
        lock in interface BeanLoader