Uses of Class
com.activepersistence.service.relation.ValidUnscopingValues
-
Packages that use ValidUnscopingValues Package Description com.activepersistence.service.relation -
-
Uses of ValidUnscopingValues in com.activepersistence.service.relation
Methods in com.activepersistence.service.relation that return ValidUnscopingValues Modifier and Type Method Description static ValidUnscopingValuesValidUnscopingValues. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidUnscopingValues[]ValidUnscopingValues. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.activepersistence.service.relation with parameters of type ValidUnscopingValues Modifier and Type Method Description default Relation<T>Delegation. unscope(ValidUnscopingValues... values)default Relation<T>QueryMethods. unscope(ValidUnscopingValues... values)default Relation<T>QueryMethods. unscope_(ValidUnscopingValues... values)
-