Hibernate源码学习四 _服务注册
?
?
public StandardServiceRegistryImpl( BootstrapServiceRegistry bootstrapServiceRegistry, List<BasicServiceInitiator> serviceInitiators, List<ProvidedService> providedServices, Map<?, ?> configurationValues) { super( bootstrapServiceRegistry ); this.configurationValues = configurationValues; // process initiators for ( ServiceInitiator initiator : serviceInitiators ) { createServiceBinding( initiator ); } // then, explicitly provided service instances for ( ProvidedService providedService : providedServices ) { createServiceBinding( providedService ); } }
?
1 楼 zh_harry 2013-09-12 还有人把hibernate学得这么起劲想不明白 2 楼 bsr1983 2013-09-22 zh_harry 写道还有人把hibernate学得这么起劲想不明白