![JAR search and dependency download from the Maven repository](/logo.png)
io.pelle.mango.db.voquery.Predicates Maven / Gradle / Ivy
The newest version!
package io.pelle.mango.db.voquery;
import io.pelle.mango.db.voquery.predicates.AttributeDescriptorNamePredicate;
public class Predicates {
public static AttributeDescriptorNamePredicate attributeDescriptorByName(String name) {
return new AttributeDescriptorNamePredicate(name);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy