Class InsecureOrderPathsRegistryImpl
java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.query.insecure.InsecureOrderPathsRegistryImpl
- All Implemented Interfaces:
InsecureOrderPathsRegistry
@Component
public class InsecureOrderPathsRegistryImpl
extends Object
implements InsecureOrderPathsRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
insecureOrderAllowed
(String entityModel, String path) void
setInsecureOrderPaths
(List<InsecureOrderPathContribution> insecureOrderPaths)
-
Constructor Details
-
InsecureOrderPathsRegistryImpl
public InsecureOrderPathsRegistryImpl()
-
-
Method Details
-
setInsecureOrderPaths
@Autowired(required=false) public void setInsecureOrderPaths(List<InsecureOrderPathContribution> insecureOrderPaths) -
insecureOrderAllowed
- Specified by:
insecureOrderAllowed
in interfaceInsecureOrderPathsRegistry
-