EJB Query Language
EJB QL Restrictions
- Comments are not allowed.
- Date and time values are in milliseconds and use a Java
long
. A date or time literal should be an integer literal. To generate a millisecond value, you may use thejava.util.Calendar
class.- Currently, container-managed persistence does not support inheritance. For this reason, two entity beans of different types cannot be compared.