Uses of Class
com.broadleafcommerce.data.tracking.core.RepositoryContribution
Packages that use RepositoryContribution
-
Uses of RepositoryContribution in com.broadleafcommerce.data.tracking.core
Methods in com.broadleafcommerce.data.tracking.core that return RepositoryContributionModifier and TypeMethodDescriptionRepositoryContribution.withBaseRepositoryInterface(Class<?> baseRepositoryInterface) Provide an interface that is equal to, or that the existing repository can be cast to.RepositoryContribution.withBaseRepositoryInterfaceMatchRegex(String regex) Provide a regex pattern that will match one or more fully qualified classnames of existing repositories.RepositoryContribution.withConcreteFragments(Map<Class<?>, ?> fragments) Pass a map of relationships between fragment interface and implementation.RepositoryContribution.withOrder(int order) Set a precedence value for this contribution to cause it to be favored (or not) over others when considering the same method signature.RepositoryContribution.withQueryFragments(List<Class<?>> fragments) Pass a list of fragment interfaces whose method signatures inform dynamic query construction.