io.katharsis.jpa.internal.meta.MetaAttributeFinder Maven / Gradle / Ivy
package io.katharsis.jpa.internal.meta;
/**
* Allows to modifier the behavior of looking up attributes. Used to add
* "non-existing" virtual attributes to data objects.
*/
public interface MetaAttributeFinder {
MetaAttribute getAttribute(MetaDataObject meta, String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy