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

io.katharsis.jpa.internal.meta.MetaMapAttribute Maven / Gradle / Ivy

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

// dyn beans?
public interface MetaMapAttribute extends MetaAttribute {

	public boolean isKeyAccess();

	public Object getKey();

	public MetaAttribute getMapAttribute();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy