Question

I need to refine the default QueryDSL numeric type mappings. Therefore the Maven plugin provides the option

<numericMappings>
  <numericMapping>
    <size>1</size>
    <digits>0</digits>
    <javaType>java.lang.Integer</javaType>
  </numericMapping>
</numericMappings>

I haven't found a way to apply those mappings via the Ant task.

How can I apply numeric mappings via Ant?

Était-ce utile?

La solution

Numeric mappings are currently not supported for Ant, but feel free to create a ticket for it.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top