oracle adf - Why SQL mode is removed for ViewObject in JDEV latest version -


in viewobject creation wizard (entity object), sql mode(expert mode, declarative mode ) not available in jdev latest version? intentional ? or possible add tag declaratively in viewobject?

for jdeveloper 12.1.3.0 (and possibly, future releases) can still add custom queries.

please read 5.8.1 , 5.8.3 (how create custom sql mode view object) of documentation: https://docs.oracle.com/middleware/1213/adf/develop/adf-bc-vo-queries.htm#adffd307

in short (5.8.1):

in applications window, right-click package in want create view object , choose new , view object.

if have not yet created database connection data model project, in initialize business components project dialog, select database connection or choose new create connection. click ok.

if first component you're creating in project, initialize business components project dialog appears allow select database connection.

in create view object wizard, on name page, enter package name , view object name. select custom sql query indicate want view object manage data without benefit of entity objects. click next. --- fill in custom query --- ect.

in short (5.8.3):

to enable custom sql mode, select write custom sql on query page of create view object wizard. can modify sql statement of existing entity-based view object in view object overview editor. in overview editor, navigate query page , select write custom sql.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -