Uses of Class
org.h2.engine.RightOwner

Packages that use RightOwner
org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. 
 

Uses of RightOwner in org.h2.engine
 

Subclasses of RightOwner in org.h2.engine
 class Role
          Represents a role.
 class User
          Represents a user object.
 

Constructors in org.h2.engine with parameters of type RightOwner
Right(Database db, int id, RightOwner grantee, int grantedRight, Table grantedRightOnTable)
           
Right(Database db, int id, RightOwner grantee, Role grantedRole)