此内容没有您所选择的语言版本。
12.5. Hibernate Services
12.5.1. About Hibernate Services 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Services are classes that provide Hibernate with pluggable implementations of various types of functionality. Specifically they are implementations of certain service contract interfaces. The interface is known as the service role; the implementation class is know as the service implementation. Generally speaking, users can plug in alternate implementations of all standard service roles (overriding); they can also define additional services beyond the base set of service roles (extending).