Interface WithoutTypeConversion
- All Known Implementing Classes:
EndingWith,EndingWithIgnoreCase,IsEmpty,IsFalse,IsNotEmpty,IsTrue,Like,LikeIgnoreCase,NotLike,NotLikeIgnoreCase,StartingWith,StartingWithIgnoreCase
public interface WithoutTypeConversion
Marker interface to indicate that a
Specification doesn't need
data type conversions. It's just for the resolver to optimize spec building- Author:
- Tomasz Kaczmarzyk