You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jorge Reyes edited this page Jun 2, 2015
·
2 revisions
By default you will need to do some javaCasting() on the values in order for the criteria builder to work correctly on some values. Remember that ColdFusion is a typeless language and Java is not. However, we have added to convenience methods for you so you can just pass in values without caring about casting:
convertIDValueToJavaType(id)
convertValueToJavaType(propertyName, value)
You can also find these methods in the Base ORM services and Virtual Entity Services.