Class ProjectKeyData

    • Constructor Detail

      • ProjectKeyData

        public ProjectKeyData()
    • Method Detail

      • getProjects

        public Map<ProjectData,​Integer> getProjects()
        Get the map that manages which projects that have permissions for this key.
        Hibernate: map
        table="`ProjectKeys`" lazy="true"
        Hibernate: index-many-to-many
        column="`project_id`" class="net.sf.basedb.core.data.ProjectData"
        Hibernate: collection-key
        column="`key_id`"
        Hibernate: collection-element
        column="`permission`" type="int" not-null="true"