Uses of Interface
org.apache.ignite.internal.processors.query.property.QueryPropertyAccessor
-
Packages that use QueryPropertyAccessor Package Description org.apache.ignite.internal.processors.query.property -
-
Uses of QueryPropertyAccessor in org.apache.ignite.internal.processors.query.property
Classes in org.apache.ignite.internal.processors.query.property that implement QueryPropertyAccessor Modifier and Type Class Description classQueryFieldAccessorAccessor that deals with fields.classQueryMethodsAccessorGetter and setter methods based accessor.classQueryReadOnlyMethodsAccessorAccessor with getter only.Constructors in org.apache.ignite.internal.processors.query.property with parameters of type QueryPropertyAccessor Constructor Description QueryClassProperty(QueryPropertyAccessor accessor, boolean key, String name, boolean notNull, @Nullable CacheObjectContext coCtx)Constructor.
-