Package org.hibernate.tool.schema.spi
Interface ContributableMatcher
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Matcher for whether tables and sequences should be included based on its
Contributable.getContributor()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContributableMatcher
Matches everythingstatic final ContributableMatcher
Matches nothing -
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(ContributableDatabaseObject contributed) Does the given `contributed` match this matcher?
-
Field Details
-
ALL
Matches everything -
NONE
Matches nothing
-
-
Method Details
-
matches
Does the given `contributed` match this matcher?
-