Uses of Package
com.broadleafcommerce.common.extension.data
-
Packages that use com.broadleafcommerce.common.extension.data Package Description com.broadleafcommerce.common.extension.autoconfigure com.broadleafcommerce.common.extension.data -
Classes in com.broadleafcommerce.common.extension.data used by com.broadleafcommerce.common.extension.autoconfigure Class Description DataRouteAspect Spring AOP aspect that identifies components annotated withDataRouteByExample
and sets up a route proxy that establishes aDataRouteContext
for any calls on the proxied component's API.DataRouteByKeyAspect 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.DataRouteReference Utility class used to filter routable concepts.DataRouteSupporting Universal marker interface that identifies a lookup key that a data routing composite component can use to identify a specific underlying routable component.PackageDataRouteSupplier 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.data Class Description DataRouteByKey This annotation identifies a route key that is used to narrow the appropriateDataRouteSupporting
component (for example, a RoutableDataSource in JPA) via aPackageDataRouteSupplier
implementation.DataRouteContext Thread local container defining a key used by a composite data routing component to narrow to a single underlying routable component.DataRouteReference Utility class used to filter routable concepts.DataRouteSupporting Universal marker interface that identifies a lookup key that a data routing composite component can use to identify a specific underlying routable component.DataRouteSupportUtil.ConfirmingWork Perform a task and return a confirmation in the form of a boolean.DataRouteSupportUtil.ReturningWork Perform a task and return an arbitrary object instance as response.DataRouteSupportUtil.ThrowingVoidWork Perform a task and return nothing, but expose a checked exception.DataRouteSupportUtil.VoidWork Perform a task and return nothing.DomainClassSupplier Supplier of entity classes scanned and determined to be associated with a particular route.DomainClassSupplier.DomainMapping LenientFallbackTrace 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.PackageDataRouteSupplier Supplier of a registered package fragment determined to be associated with a particular route.PackageDataRouteSupplier.PackageMapping RepositoryDataRouteSupplier Supplier of a repository class determined to be associated with one or more routes.RepositoryDataRouteSupplier.RepositoryMapping