实体组件 meaning in English
object components
Examples
- Jpa entity components do not support multiple views
Jpa实体组件不支持多视图。 - Jpa entity components are still best used behind a facade
Jpa实体组件仍然在facade之后用得最好。 - Jpa entity components mix implementation details into your pojos
Jpa实体组件将实现细节加入您的pojo中。 - You might also want to think back to the ejb 1 . x days when entity components were more like pojos
您可能也回想过ejb 1 . x时期,当时实体组件更像是pojo 。 - Consider a typical ejb 2 . x entity component class declaration : public abstract class customerbean implements entitybean
我们考虑一个典型的ejb 2 . x实体组件类声明: