public class NativeQueryInterpreterInitiator extends Object implements SessionFactoryServiceInitiator<NativeQueryInterpreter>
| Modifier and Type | Field and Description | 
|---|---|
static NativeQueryInterpreterInitiator | 
INSTANCE
Singleton access 
 | 
| Constructor and Description | 
|---|
NativeQueryInterpreterInitiator()  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<NativeQueryInterpreter> | 
getServiceInitiated()
Obtains the service role initiated by this initiator. 
 | 
NativeQueryInterpreter | 
initiateService(SessionFactoryImplementor sessionFactory,
               Configuration configuration,
               ServiceRegistryImplementor registry)
Initiates the managed service. 
 | 
NativeQueryInterpreter | 
initiateService(SessionFactoryImplementor sessionFactory,
               MetadataImplementor metadata,
               ServiceRegistryImplementor registry)
Initiates the managed service. 
 | 
public static final NativeQueryInterpreterInitiator INSTANCE
public NativeQueryInterpreter initiateService(SessionFactoryImplementor sessionFactory, Configuration configuration, ServiceRegistryImplementor registry)
SessionFactoryServiceInitiatorinitiateService in interface SessionFactoryServiceInitiator<NativeQueryInterpreter>sessionFactory - The session factory.  Note the the session factory is still in flux; care needs to be taken
 in regards to what you call.configuration - The configuration.registry - The service registry.  Can be used to locate services needed to fulfill initiation.public NativeQueryInterpreter initiateService(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata, ServiceRegistryImplementor registry)
SessionFactoryServiceInitiatorinitiateService in interface SessionFactoryServiceInitiator<NativeQueryInterpreter>sessionFactory - The session factory.  Note the the session factory is still in flux; care needs to be taken
 in regards to what you call.metadata - The configuration.registry - The service registry.  Can be used to locate services needed to fulfill initiation.public Class<NativeQueryInterpreter> getServiceInitiated()
ServiceInitiatorgetServiceInitiated in interface ServiceInitiator<NativeQueryInterpreter>Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.