Developer Tools
JDeveloper
When you use the wizard to create a Java service facade, you can choose to generate Java service facade methods for every entity in the selected persistence unit (if there is more than one entity).
The methods beneath an entity are named queries, as well as methods for creating and updating entities. The
get
EntitynameFindAll()
method and
remove
Entityname()
method (where
Entityname
is the name of the entity) are generated by default for each entity. If you had created additional named queries on an entity, they would appear in this list as well.
Copyright © 1997, 2009, Oracle. All rights reserved.