Skip to content

Instantly share code, notes, and snippets.

@ahodroj
Last active April 13, 2016 11:18
Show Gist options
  • Save ahodroj/0d7d50c0466796262579b48b6fbd75eb to your computer and use it in GitHub Desktop.
Save ahodroj/0d7d50c0466796262579b48b6fbd75eb to your computer and use it in GitHub Desktop.
<bean id="myFunction" class="AdjustPriceSqlFunction" />
<os-core:embedded-space id="space" name="mySpace">
<os-core:space-sql-function name="ADJUSTED_PRICE">
<os-core:sql-function ref="myFunction" />
</os-core:space-sql-function>
</os-core:embedded-space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment