Uses of Class
com.googlecode.cqengine.attribute.SelfAttribute
-
Packages that use SelfAttribute Package Description com.googlecode.cqengine.attribute com.googlecode.cqengine.query -
-
Uses of SelfAttribute in com.googlecode.cqengine.attribute
Methods in com.googlecode.cqengine.attribute that return SelfAttribute Modifier and Type Method Description static <O> SelfAttribute<O>
SelfAttribute. self(Class<O> type)
Deprecated.Use the equivalentQueryFactory.selfAttribute(Class)
method instead. -
Uses of SelfAttribute in com.googlecode.cqengine.query
Methods in com.googlecode.cqengine.query that return SelfAttribute Modifier and Type Method Description static <O> SelfAttribute<O>
QueryFactory. selfAttribute(Class<O> objectType)
Creates aSelfAttribute
for the given object.
-