com.dooapp.gaedo.blueprints.operations.Operation Maven / Gradle / Ivy
package com.dooapp.gaedo.blueprints.operations;
import javax.persistence.CascadeType;
import com.dooapp.gaedo.properties.Property;
/**
* Operation to perform on each property
* @author ndx
*
*/
interface Operation {
void operateOn(Property p, CascadeType cascade);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy