接口的使用
org.hibernate.boot.registry.classloading.spi.ClassLoaderService
-
使用ClassLoaderService的程序包 程序包 说明 org.hibernate.boot.cfgxml.internal org.hibernate.boot.internal org.hibernate.boot.jaxb.internal org.hibernate.boot.jaxb.internal.stax Contains basic support for Java XML Processing (JAXP) via Streaming API for XML (StAX)org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.boot.registry.classloading.internal The class loading service internals.org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.boot.registry.selector.internal Internals for building StrategySelectororg.hibernate.cfg.beanvalidation org.hibernate.integrator.internal org.hibernate.internal.util Internal utility classes.org.hibernate.jpa org.hibernate.jpa.boot.internal org.hibernate.jpa.boot.spi org.hibernate.resource.beans.spi org.hibernate.tool.schema.internal -
-
org.hibernate.boot.cfgxml.internal中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.boot.cfgxml.internal中的构造器 构造器 说明 JaxbCfgProcessor(ClassLoaderService classLoaderService) -
org.hibernate.boot.internal中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.boot.internal中的构造器 构造器 说明 ClassLoaderAccessImpl(ClassLoader jpaTempClassLoader, ClassLoaderService classLoaderService)ClassLoaderAccessImpl(ClassLoaderService classLoaderService) -
org.hibernate.boot.jaxb.internal中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.boot.jaxb.internal中的构造器 构造器 说明 AbstractBinder(ClassLoaderService classLoaderService)AbstractBinder(ClassLoaderService classLoaderService, boolean validateXml)MappingBinder(ClassLoaderService classLoaderService)MappingBinder(ClassLoaderService classLoaderService, boolean validateXml) -
org.hibernate.boot.jaxb.internal.stax中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.boot.jaxb.internal.stax中的构造器 构造器 说明 LocalXmlResourceResolver(ClassLoaderService classLoaderService) -
org.hibernate.boot.registry中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.boot.registry中的方法 修饰符和类型 方法 说明 BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. applyClassLoaderService(ClassLoaderService classLoaderService)Adds a providedClassLoaderServicefor use in class-loading and resource-lookup.BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. with(ClassLoaderService classLoaderService) -
org.hibernate.boot.registry.classloading.internal中ClassLoaderService的使用
实现ClassLoaderService的org.hibernate.boot.registry.classloading.internal中的类 修饰符和类型 类 说明 classClassLoaderServiceImplStandard implementation of the service for interacting with class loaders -
org.hibernate.boot.registry.internal中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.boot.registry.internal中的构造器 构造器 说明 BootstrapServiceRegistryImpl(boolean autoCloseRegistry, ClassLoaderService classLoaderService, LinkedHashSet<Integrator> providedIntegrators)Constructs a BootstrapServiceRegistryImpl.BootstrapServiceRegistryImpl(boolean autoCloseRegistry, ClassLoaderService classLoaderService, StrategySelector strategySelector, IntegratorService integratorService)Constructs a BootstrapServiceRegistryImpl.BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService, LinkedHashSet<Integrator> providedIntegrators)Constructs a BootstrapServiceRegistryImpl.BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService, StrategySelector strategySelector, IntegratorService integratorService)Constructs a BootstrapServiceRegistryImpl. -
org.hibernate.boot.registry.selector.internal中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.boot.registry.selector.internal中的方法 修饰符和类型 方法 说明 StrategySelectorStrategySelectorBuilder. buildSelector(ClassLoaderService classLoaderService)Builds the selector.参数类型为ClassLoaderService的org.hibernate.boot.registry.selector.internal中的构造器 构造器 说明 StrategySelectorImpl(ClassLoaderService classLoaderService)Constructs a StrategySelectorImpl using the given class loader service. -
org.hibernate.cfg.beanvalidation中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.cfg.beanvalidation中的方法 修饰符和类型 方法 说明 voidBeanValidationEventListener. initialize(Map settings, ClassLoaderService classLoaderService)参数类型为ClassLoaderService的org.hibernate.cfg.beanvalidation中的构造器 构造器 说明 BeanValidationEventListener(javax.validation.ValidatorFactory factory, Map settings, ClassLoaderService classLoaderService)Constructor used in an environment where validator factory is injected (JPA2). -
org.hibernate.integrator.internal中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.integrator.internal中的构造器 构造器 说明 IntegratorServiceImpl(LinkedHashSet<Integrator> providedIntegrators, ClassLoaderService classLoaderService) -
org.hibernate.internal.util中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.internal.util中的方法 修饰符和类型 方法 说明 static ClassReflectHelper. reflectedPropertyClass(String className, String name, ClassLoaderService classLoaderService)Attempt to resolve the specified property type through reflection. -
org.hibernate.jpa中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.jpa中的方法 修饰符和类型 方法 说明 protected EntityManagerFactoryBuilderHibernatePersistenceProvider. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration, ClassLoaderService providedClassLoaderService)protected EntityManagerFactoryBuilderHibernatePersistenceProvider. getEntityManagerFactoryBuilderOrNull(String persistenceUnitName, Map properties, ClassLoaderService providedClassLoaderService) -
org.hibernate.jpa.boot.internal中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.jpa.boot.internal中的构造器 构造器 说明 EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit, Map integrationSettings, ClassLoaderService providedClassLoaderService)PersistenceXmlParser(ClassLoaderService classLoaderService, javax.persistence.spi.PersistenceUnitTransactionType defaultTransactionType) -
org.hibernate.jpa.boot.spi中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.jpa.boot.spi中的方法 修饰符和类型 方法 说明 static EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(javax.persistence.spi.PersistenceUnitInfo persistenceUnitInfo, Map integration, ClassLoaderService providedClassLoaderService)static EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration, ClassLoaderService providedClassLoaderService) -
org.hibernate.resource.beans.spi中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.resource.beans.spi中的方法 修饰符和类型 方法 说明 static ClassManagedBeanRegistryInitiator. cdiBeanManagerClass(ClassLoaderService classLoaderService) -
org.hibernate.tool.schema.internal中ClassLoaderService的使用
参数类型为ClassLoaderService的org.hibernate.tool.schema.internal中的方法 修饰符和类型 方法 说明 static ScriptSourceInputHelper. interpretScriptSourceSetting(Object scriptSourceSetting, ClassLoaderService classLoaderService, String charsetName)static ScriptTargetOutputHelper. interpretScriptTargetSetting(Object scriptTargetSetting, ClassLoaderService classLoaderService, String charsetName)
-