Class Restrictions.PropertyStartingWithIgnoreCase
- java.lang.Object
-
- io.micronaut.data.processor.visitors.finders.Restrictions.PropertyStartsWithIgnoreCase
-
- io.micronaut.data.processor.visitors.finders.Restrictions.PropertyStartingWithIgnoreCase
-
- All Implemented Interfaces:
Restrictions.PropertyRestriction<java.lang.String>
- Enclosing class:
- Restrictions
public static class Restrictions.PropertyStartingWithIgnoreCase extends Restrictions.PropertyStartsWithIgnoreCase
Starts with criterion.
-
-
Constructor Summary
Constructors Constructor Description PropertyStartingWithIgnoreCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceRestrictions.PropertyRestriction<java.lang.String>
- Overrides:
getName
in classRestrictions.PropertyStartsWithIgnoreCase
-
-