Last active
April 13, 2016 11:18
-
-
Save ahodroj/0d7d50c0466796262579b48b6fbd75eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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