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

net.java.ao.EntityProxyAccessor Maven / Gradle / Ivy

package net.java.ao;

/**
 * Allows access to the underlying EntityProxy instance for an entity object
 *
 * @since 0.9
 */
public interface EntityProxyAccessor {

    EntityProxy getEntityProxy();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy