Interface AppsRealm

All Superinterfaces:
net.tangly.core.domain.Realm
All Known Implementing Classes:
AppsEntities

public interface AppsRealm extends net.tangly.core.domain.Realm
  • Method Summary

    Modifier and Type
    Method
    Description
    net.tangly.core.providers.Provider<net.tangly.core.domain.User>
     

    Methods inherited from interface net.tangly.core.domain.Realm

    close
  • Method Details

    • users

      net.tangly.core.providers.Provider<net.tangly.core.domain.User> users()