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 RepositoryContribution
RepositoryContribution. withBaseRepositoryInterface(Class<?> baseRepositoryInterface)
Provide an interface that is equal to, or that the existing repository can be cast to.RepositoryContribution
RepositoryContribution. withBaseRepositoryInterfaceMatchRegex(String regex)
Provide a regex pattern that will match one or more fully qualified classnames of existing repositories.RepositoryContribution
RepositoryContribution. withConcreteFragments(Map<Class<?>,?> fragments)
Pass a map of relationships between fragment interface and implementation.RepositoryContribution
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
RepositoryContribution. withQueryFragments(List<Class<?>> fragments)
Pass a list of fragment interfaces whose method signatures inform dynamic query construction.
-