grails.gorm.rx.collection.RxUnidirectionalCollection 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.collection;
import java.io.Serializable;
import java.util.List;
/**
* Implemented by collections that store the inverse association keys to perform a lookup
*
* @author Graeme
* @since 6.0
*/
public interface RxUnidirectionalCollection {
/**
* @return The association keys in the case of unidirectional one-to-many
*/
List getAssociationKeys();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy