Uses of Interface
com.loomcache.server.query.PredicateBuilder.EntryObject
Packages that use PredicateBuilder.EntryObject
-
Uses of PredicateBuilder.EntryObject in com.loomcache.server.query
Methods in com.loomcache.server.query that return PredicateBuilder.EntryObjectModifier and TypeMethodDescriptionSelects a value attribute or nested attribute path.PredicateBuilder.getEntryObject()Returns the entry object used to select key/value attributes and create terminal predicates.PredicateBuilder.EntryObject.key()Selects the map entry key.PredicateBuilder.EntryObject.value()Selects the whole map entry value.