Uses of Class
org.drools.persistence.jpa.marshaller.MappedVariable
-
Packages that use MappedVariable Package Description org.drools.persistence.jpa.marshaller -
-
Uses of MappedVariable in org.drools.persistence.jpa.marshaller
Methods in org.drools.persistence.jpa.marshaller that return MappedVariable Modifier and Type Method Description MappedVariableVariableEntity. findMappedVariables(MappedVariable mappedVariable)Methods in org.drools.persistence.jpa.marshaller that return types with arguments of type MappedVariable Modifier and Type Method Description java.util.Set<MappedVariable>VariableEntity. getMappedVariables()Methods in org.drools.persistence.jpa.marshaller with parameters of type MappedVariable Modifier and Type Method Description voidVariableEntity. addMappedVariables(MappedVariable mappedVariable)MappedVariableVariableEntity. findMappedVariables(MappedVariable mappedVariable)voidVariableEntity. removeMappedVariables(MappedVariable mappedVariable)Method parameters in org.drools.persistence.jpa.marshaller with type arguments of type MappedVariable Modifier and Type Method Description voidVariableEntity. setMappedVariables(java.util.Set<MappedVariable> mappedVariables)
-