Uses of Class
org.apache.ibatis.annotations.Property
-
Packages that use Property Package Description org.apache.ibatis.annotations Contains all the annotation that are used in mapper interfaces.org.apache.ibatis.builder.annotation Parses annotations to create a Configuration. -
-
Uses of Property in org.apache.ibatis.annotations
Methods in org.apache.ibatis.annotations that return Property Modifier and Type Method Description Property[]properties()Returns property values for a implementation object. -
Uses of Property in org.apache.ibatis.builder.annotation
Methods in org.apache.ibatis.builder.annotation with parameters of type Property Modifier and Type Method Description private java.util.PropertiesMapperAnnotationBuilder. convertToProperties(Property[] properties)
-