Uses of Class
org.apache.ignite.internal.processors.cache.query.QueryEntityClassProperty
-
Packages that use QueryEntityClassProperty Package Description org.apache.ignite.internal.processors.cache.query -
-
Uses of QueryEntityClassProperty in org.apache.ignite.internal.processors.cache.query
Methods in org.apache.ignite.internal.processors.cache.query that return types with arguments of type QueryEntityClassProperty Modifier and Type Method Description Map<String,QueryEntityClassProperty>QueryEntityTypeDescriptor. properties()Methods in org.apache.ignite.internal.processors.cache.query with parameters of type QueryEntityClassProperty Modifier and Type Method Description voidQueryEntityTypeDescriptor. addProperty(QueryEntityClassProperty prop, QuerySqlField sqlAnn, boolean key, boolean failOnDuplicate)Adds property to the type descriptor.voidQueryEntityClassProperty. parent(QueryEntityClassProperty parent)
-