Class HotRodGroupEntity

    • Field Detail

      • entityVersion

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=1)
        public Integer entityVersion
      • id

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=2)
        public String id
      • realmId

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=3)
        public String realmId
      • name

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=4)
        public String name
      • nameLowercase

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=5)
        public String nameLowercase
        Lowercase interpretation of name field. Infinispan doesn't support case-insensitive LIKE for non-analyzed fields. Search on analyzed fields can be case-insensitive (based on used analyzer) but doesn't support ORDER BY analyzed field.
      • parentId

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=6)
        public String parentId
      • attributes

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=7)
        public Set<HotRodAttributeEntity> attributes
      • grantedRoles

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=8)
        public Set<String> grantedRoles
    • Constructor Detail

      • HotRodGroupEntity

        public HotRodGroupEntity()