Uses of Package
com.broadleafcommerce.common.extension.data
Package
Description
-
ClassDescriptionSpring AOP aspect that identifies components annotated with
DataRouteByExample
and sets up a route proxy that establishes aDataRouteContext
for any calls on the proxied component's API.Spring AOP aspect that identifies components annotated withDataRouteByKey
and sets up a route proxy that establishes aDataRouteContext
for 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. -
ClassDescriptionThis annotation identifies a route key that is used to narrow the appropriate
DataRouteSupporting
component (for example, a RoutableDataSource in JPA) via aPackageDataRouteSupplier
implementation.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 noDataRouteContext
is set, and it is desirable for a defaultDataRouteSupporting
to 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.