Uses of Package
com.broadleafcommerce.common.extension.data
Packages that use com.broadleafcommerce.common.extension.data
Package
Description
-
Classes in com.broadleafcommerce.common.extension.data used by com.broadleafcommerce.common.extension.autoconfigureClassDescriptionSpring AOP aspect that identifies components annotated with
DataRouteByExampleand sets up a route proxy that establishes aDataRouteContextfor any calls on the proxied component's API.Spring AOP aspect that identifies components annotated withDataRouteByKeyand sets up a route proxy that establishes aDataRouteContextfor any calls on the proxied component's API.Utility class used to filter routable concepts.Universal marker interface that identifies a lookup key that a data routing composite component can use to identify a specific underlying routable component.Supplier of a registered package fragment determined to be associated with a particular route. -
Classes in com.broadleafcommerce.common.extension.data used by com.broadleafcommerce.common.extension.dataClassDescriptionThis annotation identifies a route key that is used to narrow the appropriate
DataRouteSupportingcomponent (for example, a RoutableDataSource in JPA) via aPackageDataRouteSupplierimplementation.Thread local container defining a key used by a composite data routing component to narrow to a single underlying routable component.Utility class used to filter routable concepts.Universal marker interface that identifies a lookup key that a data routing composite component can use to identify a specific underlying routable component.Perform a task and return a confirmation in the form of a boolean.Perform a task and return an arbitrary object instance as response.Perform a task and return nothing, but expose a checked exception.Perform a task and return nothing.Supplier of entity classes scanned and determined to be associated with a particular route.If noDataRouteContextis set, and it is desirable for a defaultDataRouteSupportingto be made available, instances of this interface can be made available as bean and inspect the exception trace and respond positively if the default can be used.Supplier of a registered package fragment determined to be associated with a particular route.Supplier of a repository class determined to be associated with one or more routes.