-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
type: enhancementA general enhancementA general enhancement
Milestone
Description
Hello
Both repositories and templates are extensible but I have found several private methods that I would need to be able to extend efficiently.
Line 71 in 6e3c626
String getScope() { Line 86 in 6e3c626
String getCollection() { Line 168 in 6e3c626
RuntimeException potentiallyConvertRuntimeException(final RuntimeException ex) { - In the classes
ExecutableXXXOperationSupport
andReactiveXXXOperationSupport
there are classes with the constructor not visible and others with the public constructor. I think that the ideal would be that all of them have the public constructor to be able to extend and to be able to customize some operation.
Sample:
Line 40 in 6e3c626
ReactiveExistsByIdOperationSupport(ReactiveCouchbaseTemplate template) {
Line 41 in 6e3c626
public ReactiveInsertByIdOperationSupport(final ReactiveCouchbaseTemplate template) {
Something similar was done on this issue:
What do you think?
Thanks in advance
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement