Avatar

Level 2

Is that custom column backed by a PL/SQL function shown as a column in the database? If not, you can always create a derived property, This derived property has to have an expression that uses a server side function - this is just a java class. You can write your custom code to read data from the database PL/SQL function.

Anil