Uses of Class
com.broadleafcommerce.data.tracking.core.RepositoryContribution
-
Packages that use RepositoryContribution Package Description com.broadleafcommerce.data.tracking.core -
-
Uses of RepositoryContribution in com.broadleafcommerce.data.tracking.core
Methods in com.broadleafcommerce.data.tracking.core that return RepositoryContribution Modifier and Type Method Description RepositoryContributionRepositoryContribution. withBaseRepositoryInterface(Class<?> baseRepositoryInterface)Provide an interface that is equal to, or that the existing repository can be cast to.RepositoryContributionRepositoryContribution. withBaseRepositoryInterfaceMatchRegex(String regex)Provide a regex pattern that will match one or more fully qualified classnames of existing repositories.RepositoryContributionRepositoryContribution. withConcreteFragments(Map<Class<?>,?> fragments)Pass a map of relationships between fragment interface and implementation.RepositoryContributionRepositoryContribution. 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.RepositoryContributionRepositoryContribution. withQueryFragments(List<Class<?>> fragments)Pass a list of fragment interfaces whose method signatures inform dynamic query construction.
-