Class QueryClassProperty

    • Constructor Detail

      • QueryClassProperty

        public QueryClassProperty​(QueryPropertyAccessor accessor,
                                  boolean key,
                                  String name,
                                  boolean notNull,
                                  @Nullable
                                  @Nullable CacheObjectContext coCtx)
        Constructor.
        Parameters:
        accessor - Way of accessing the property.
        key - true if key property, false otherwise.
        name - Property name.
        notNull - true if null value is not allowed.
        coCtx - Cache Object Context.