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

io.katharsis.jpa.query.ComputedAttributeRegistry Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package io.katharsis.jpa.query;

import java.util.Set;

/**
 * Holds the computed attributes registered to a JpaQueryFactory.
 */
public interface ComputedAttributeRegistry {

	/**
	 * @param entityType for whom to get the computed attributes.
	 * @return list of computed attribute names for the given entity type
	 */
	Set getForType(Class entityType);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy