What is "abstract schema"
The part of an entity bean's deployment descriptor that defines
the bean's persistent fields and relationships.
What is "abstract schema name"
A logical name that is referenced in EJB QL queries.
What is "access control"
The methods by which interactions with resources are limited to
collections of users or programs for the purpose of enforcing
integrity, confidentiality, or availability constraints.
What is "ACID"
The acronym for the four properties guaranteed by transactions:
atomicity, consistency, isolation, and durability.
What is "activation"
The process of transferring an enterprise bean from secondary
storage to memory. (See passivation.) |