Hi all, I'm new in developing CMP entity EJBs. My basic question is how can I associate an abstract schema to a specific table in the DB? I know by EJB QL queries I refer to abstract schema in the FROM clause, but how does container know which phisical table I refer to? Thank you.
You do the bean name to table mapping in container provided configuration files. For eg., if you are using weblogic, you would do that in "weblogic-cmp-rdbms-jar.xml".