All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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