grails.gorm.rx.proxy.ObservableProxy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grails-datastore-gorm-rx Show documentation
Show all versions of grails-datastore-gorm-rx Show documentation
GORM - Grails Data Access Framework
The newest version!
package grails.gorm.rx.proxy;
import grails.gorm.rx.PersistentObservable;
import org.grails.datastore.mapping.proxy.EntityProxy;
/**
* An interface for proxied objects to implement that are observable.
*
* @author Graeme Rocher
* @since 6.0
*/
public interface ObservableProxy extends PersistentObservable, EntityProxy {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy