@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Json
The entity structure is converted to Jason when inserting values,
and the Jason string is converted to entity structure when querying.
Only valid when inserting values and query fields, not as a where condition.
When update can only be used in entities and cannot be set with condition.
need register to TypeHandlerRegistry and SetParaTypeConverterRegistry.
- Since:
- 1.11
- Author:
- Kingstar