Package org.apache.ibatis.type
Annotation Interface MappedTypes
The annotation that specify java types to map
TypeHandler
.
How to use:
@MappedTypes(String.class) public class StringTrimmingTypeHandler implements TypeHandler<String> { // ... }
- Author:
- Eduardo Macarron
-
Required Element Summary
-
Element Details
-
value
Class<?>[] valueReturns java types to mapTypeHandler
.- Returns:
- java types
-