text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: spring-orm/src/main/java/org/springframework/orm/hibernate5/support/OpenSessionInterceptor.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/hibernate5/support/OpenSessionInterceptor.java", "license"...
### File: spring-orm/src/main/java/org/springframework/orm/hibernate5/support/package-info.java /** * Classes supporting the {@code org.springframework.orm.hibernate5} package. */ @NonNullApi @NonNullFields package org.springframework.orm.hibernate5.support; import org.springframework.lang.NonNullApi; import org.spr...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/hibernate5/support/package-info.java", "license": "apache-...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/AbstractEntityManagerFactoryBean.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/AbstractEntityManagerFactoryBean.java", "license": "ap...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/DefaultJpaDialect.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licens...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/DefaultJpaDialect.java", "license": "apache-2.0", "siz...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryAccessor.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryAccessor.java", "license": "apache...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryInfo.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryInfo.java", "license": "apache-2.0...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryUtils.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerFactoryUtils.java", "license": "apache-2....
### File: spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerHolder.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Lice...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerHolder.java", "license": "apache-2.0", "s...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerProxy.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/EntityManagerProxy.java", "license": "apache-2.0", "si...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/ExtendedEntityManagerCreator.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/ExtendedEntityManagerCreator.java", "license": "apache...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/JpaDialect.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/JpaDialect.java", "license": "apache-2.0", "size": 937...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/JpaObjectRetrievalFailureException.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/JpaObjectRetrievalFailureException.java", "license": "...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/JpaOptimisticLockingFailureException.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/JpaOptimisticLockingFailureException.java", "license":...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/JpaSystemException.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/JpaSystemException.java", "license": "apache-2.0", "si...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/JpaTransactionManager.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/JpaTransactionManager.java", "license": "apache-2.0", ...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/JpaVendorAdapter.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/JpaVendorAdapter.java", "license": "apache-2.0", "size...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean.java", "license...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/LocalEntityManagerFactoryBean.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/LocalEntityManagerFactoryBean.java", "license": "apach...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/SharedEntityManagerCreator.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/SharedEntityManagerCreator.java", "license": "apache-2...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/package-info.java /** * Package providing integration of JPA (Java Persistence API) with Spring concepts. * Contains EntityManagerFactory helper classes, a template plus callback for JPA access, * and an implementation of Spring's transaction SPI for loc...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/package-info.java", "license": "apache-2.0", "size": 4...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/ClassFileTransformerAdapter.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/ClassFileTransformerAdapter.java", "li...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/DefaultPersistenceUnitManager.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/DefaultPersistenceUnitManager.java", "...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/MutablePersistenceUnitInfo.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/MutablePersistenceUnitInfo.java", "lic...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceUnitManager.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceUnitManager.java", "license...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceUnitPostProcessor.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceUnitPostProcessor.java", "l...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceUnitReader.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceUnitReader.java", "license"...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/SmartPersistenceUnitInfo.java /* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/SmartPersistenceUnitInfo.java", "licen...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/SpringPersistenceUnitInfo.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/SpringPersistenceUnitInfo.java", "lice...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/package-info.java /** * Internal support for managing JPA persistence units. */ @NonNullApi @NonNullFields package org.springframework.orm.jpa.persistenceunit; import org.springframework.lang.NonNullApi; import org.springframework.lang.No...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/package-info.java", "license": "apache...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/support/AsyncRequestInterceptor.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/support/AsyncRequestInterceptor.java", "license": "apa...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/support/OpenEntityManagerInViewFilter.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/support/OpenEntityManagerInViewFilter.java", "license"...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/support/OpenEntityManagerInViewInterceptor.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/support/OpenEntityManagerInViewInterceptor.java", "lic...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessor.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessor.java", ...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/support/SharedEntityManagerBean.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/support/SharedEntityManagerBean.java", "license": "apa...
### File: spring-orm/src/main/java/org/springframework/orm/jpa/support/package-info.java /** * Classes supporting the {@code org.springframework.orm.jpa} package. */ @NonNullApi @NonNullFields package org.springframework.orm.jpa.support; import org.springframework.lang.NonNullApi; import org.springframework.lang.Non...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/jpa/support/package-info.java", "license": "apache-2.0", "...
### File: spring-orm/src/main/java/org/springframework/orm/package-info.java /** * Root package for Spring's O/R Mapping integration classes. * Contains generic DataAccessExceptions related to O/R Mapping. */ @NonNullApi @NonNullFields package org.springframework.orm; import org.springframework.lang.NonNullApi; imp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/main/java/org/springframework/orm/package-info.java", "license": "apache-2.0", "size": 287}
### File: spring-orm/src/test/java/org/springframework/orm/jpa/domain/DriversLicense.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/test/java/org/springframework/orm/jpa/domain/DriversLicense.java", "license": "apache-2.0", ...
### File: spring-orm/src/test/java/org/springframework/orm/jpa/domain/Person.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/test/java/org/springframework/orm/jpa/domain/Person.java", "license": "apache-2.0", "size": ...
### File: spring-orm/src/test/java/org/springframework/orm/jpa/domain/PersonListener.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/test/java/org/springframework/orm/jpa/domain/PersonListener.java", "license": "apache-2.0", ...
### File: spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/beans/BeanSource.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/beans/BeanSource.java", "license": "apache-2...
### File: spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/beans/MultiplePrototypesInSpringContextTestBean.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/beans/MultiplePrototypesInSpringContextTestB...
### File: spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/beans/NoDefinitionInSpringContextTestBean.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/beans/NoDefinitionInSpringContextTestBean.ja...
### File: spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/beans/SinglePrototypeInSpringContextTestBean.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-orm/src/test/java/org/springframework/orm/jpa/hibernate/beans/SinglePrototypeInSpringContextTestBean...
### File: spring-oxm/src/main/java/org/springframework/oxm/GenericMarshaller.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/GenericMarshaller.java", "license": "apache-2.0", "size": ...
### File: spring-oxm/src/main/java/org/springframework/oxm/GenericUnmarshaller.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/GenericUnmarshaller.java", "license": "apache-2.0", "size"...
### File: spring-oxm/src/main/java/org/springframework/oxm/Marshaller.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/Marshaller.java", "license": "apache-2.0", "size": 2001}
### File: spring-oxm/src/main/java/org/springframework/oxm/MarshallingException.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/MarshallingException.java", "license": "apache-2.0", "size...
### File: spring-oxm/src/main/java/org/springframework/oxm/MarshallingFailureException.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/MarshallingFailureException.java", "license": "apache-2.0"...
### File: spring-oxm/src/main/java/org/springframework/oxm/UncategorizedMappingException.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/UncategorizedMappingException.java", "license": "apache-2....
### File: spring-oxm/src/main/java/org/springframework/oxm/Unmarshaller.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/Unmarshaller.java", "license": "apache-2.0", "size": 1661}
### File: spring-oxm/src/main/java/org/springframework/oxm/UnmarshallingFailureException.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/UnmarshallingFailureException.java", "license": "apache-2....
### File: spring-oxm/src/main/java/org/springframework/oxm/ValidationFailureException.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the L...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/ValidationFailureException.java", "license": "apache-2.0",...
### File: spring-oxm/src/main/java/org/springframework/oxm/XmlMappingException.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/XmlMappingException.java", "license": "apache-2.0", "size"...
### File: spring-oxm/src/main/java/org/springframework/oxm/config/Jaxb2MarshallerBeanDefinitionParser.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/config/Jaxb2MarshallerBeanDefinitionParser.java", "license...
### File: spring-oxm/src/main/java/org/springframework/oxm/config/JibxMarshallerBeanDefinitionParser.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/config/JibxMarshallerBeanDefinitionParser.java", "license"...
### File: spring-oxm/src/main/java/org/springframework/oxm/config/OxmNamespaceHandler.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the L...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/config/OxmNamespaceHandler.java", "license": "apache-2.0",...
### File: spring-oxm/src/main/java/org/springframework/oxm/config/package-info.java /** * Provides an namespace handler for the Spring Object/XML namespace. */ @NonNullApi @NonNullFields package org.springframework.oxm.config; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/config/package-info.java", "license": "apache-2.0", "size"...
### File: spring-oxm/src/main/java/org/springframework/oxm/jaxb/ClassPathJaxb2TypeScanner.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/jaxb/ClassPathJaxb2TypeScanner.java", "license": "apache-2...
### File: spring-oxm/src/main/java/org/springframework/oxm/jaxb/Jaxb2Marshaller.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/jaxb/Jaxb2Marshaller.java", "license": "apache-2.0", "size...
### File: spring-oxm/src/main/java/org/springframework/oxm/jaxb/package-info.java /** * Package providing integration of <a href="https://java.sun.com/webservices/jaxb/">JAXB</a> * with Spring's O/X Mapping support. */ @NonNullApi @NonNullFields package org.springframework.oxm.jaxb; import org.springframework.lang....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/jaxb/package-info.java", "license": "apache-2.0", "size": ...
### File: spring-oxm/src/main/java/org/springframework/oxm/jibx/JibxMarshaller.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/jibx/JibxMarshaller.java", "license": "apache-2.0", "size"...
### File: spring-oxm/src/main/java/org/springframework/oxm/jibx/package-info.java /** * Package providing integration of <a href="http://jibx.sourceforge.net/">JiBX</a> * with Spring's O/X Mapping support. */ @NonNullApi @NonNullFields package org.springframework.oxm.jibx; import org.springframework.lang.NonNullApi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/jibx/package-info.java", "license": "apache-2.0", "size": ...
### File: spring-oxm/src/main/java/org/springframework/oxm/mime/MimeContainer.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License a...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/mime/MimeContainer.java", "license": "apache-2.0", "size":...
### File: spring-oxm/src/main/java/org/springframework/oxm/mime/MimeMarshaller.java /* * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/mime/MimeMarshaller.java", "license": "apache-2.0", "size"...
### File: spring-oxm/src/main/java/org/springframework/oxm/mime/MimeUnmarshaller.java /* * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licens...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/mime/MimeUnmarshaller.java", "license": "apache-2.0", "siz...
### File: spring-oxm/src/main/java/org/springframework/oxm/mime/package-info.java /** * Contains (un)marshallers optimized to store binary data in MIME attachments. */ @NonNullApi @NonNullFields package org.springframework.oxm.mime; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullF...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/mime/package-info.java", "license": "apache-2.0", "size": ...
### File: spring-oxm/src/main/java/org/springframework/oxm/package-info.java /** * Root package for Spring's O/X Mapping integration classes. * Contains generic Marshaller and Unmarshaller interfaces, * and XmlMappingExceptions related to O/X Mapping */ @NonNullApi @NonNullFields package org.springframework.oxm; i...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/package-info.java", "license": "apache-2.0", "size": 333}
### File: spring-oxm/src/main/java/org/springframework/oxm/support/AbstractMarshaller.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the L...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/support/AbstractMarshaller.java", "license": "apache-2.0",...
### File: spring-oxm/src/main/java/org/springframework/oxm/support/MarshallingSource.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/support/MarshallingSource.java", "license": "apache-2.0", ...
### File: spring-oxm/src/main/java/org/springframework/oxm/support/SaxResourceUtils.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Lic...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/support/SaxResourceUtils.java", "license": "apache-2.0", "...
### File: spring-oxm/src/main/java/org/springframework/oxm/support/package-info.java /** * Provides generic support classes for using Spring's O/X Mapping integration * within various scenario's. Includes the MarshallingSource for compatibility * with TrAX, MarshallingView for use within Spring Web MVC, and the * M...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/support/package-info.java", "license": "apache-2.0", "size...
### File: spring-oxm/src/main/java/org/springframework/oxm/xstream/CatchAllConverter.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/xstream/CatchAllConverter.java", "license": "apache-2.0", ...
### File: spring-oxm/src/main/java/org/springframework/oxm/xstream/XStreamMarshaller.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/xstream/XStreamMarshaller.java", "license": "apache-2.0", ...
### File: spring-oxm/src/main/java/org/springframework/oxm/xstream/package-info.java /** * Package providing integration of <a href="https://x-stream.github.io/">XStream</a> * with Spring's O/X Mapping support. */ @NonNullApi @NonNullFields package org.springframework.oxm.xstream; import org.springframework.lang.No...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/main/java/org/springframework/oxm/xstream/package-info.java", "license": "apache-2.0", "size...
### File: spring-oxm/src/test/java/org/springframework/oxm/jaxb/Airplane.java /* * Copyright 2002-2013 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/test/java/org/springframework/oxm/jaxb/Airplane.java", "license": "apache-2.0", "size": 885}
### File: spring-oxm/src/test/java/org/springframework/oxm/jaxb/BinaryObject.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/test/java/org/springframework/oxm/jaxb/BinaryObject.java", "license": "apache-2.0", "size": ...
### File: spring-oxm/src/test/java/org/springframework/oxm/jaxb/Primitives.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/test/java/org/springframework/oxm/jaxb/Primitives.java", "license": "apache-2.0", "size": 17...
### File: spring-oxm/src/test/java/org/springframework/oxm/jaxb/StandardClasses.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/test/java/org/springframework/oxm/jaxb/StandardClasses.java", "license": "apache-2.0", "size...
### File: spring-oxm/src/test/java/org/springframework/oxm/jaxb/XmlRegObjectFactory.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Lic...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/test/java/org/springframework/oxm/jaxb/XmlRegObjectFactory.java", "license": "apache-2.0", "...
### File: spring-oxm/src/test/java/org/springframework/oxm/jibx/FlightType.java /* * Copyright 2006-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/test/java/org/springframework/oxm/jibx/FlightType.java", "license": "apache-2.0", "size": 99...
### File: spring-oxm/src/test/java/org/springframework/oxm/jibx/Flights.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/test/java/org/springframework/oxm/jibx/Flights.java", "license": "apache-2.0", "size": 997}
### File: spring-oxm/src/test/java/org/springframework/oxm/xstream/Flight.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/test/java/org/springframework/oxm/xstream/Flight.java", "license": "apache-2.0", "size": 964...
### File: spring-oxm/src/test/java/org/springframework/oxm/xstream/FlightSubclass.java /* * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/test/java/org/springframework/oxm/xstream/FlightSubclass.java", "license": "apache-2.0", "si...
### File: spring-oxm/src/test/java/org/springframework/oxm/xstream/Flights.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-oxm/src/test/java/org/springframework/oxm/xstream/Flights.java", "license": "apache-2.0", "size": 11...
### File: spring-test/src/main/java/org/springframework/mock/http/MockHttpInputMessage.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/http/MockHttpInputMessage.java", "license": "apache-2.0"...
### File: spring-test/src/main/java/org/springframework/mock/http/MockHttpOutputMessage.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/http/MockHttpOutputMessage.java", "license": "apache-2.0...
### File: spring-test/src/main/java/org/springframework/mock/http/client/MockAsyncClientHttpRequest.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/http/client/MockAsyncClientHttpRequest.java", "license":...
### File: spring-test/src/main/java/org/springframework/mock/http/client/MockClientHttpRequest.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/http/client/MockClientHttpRequest.java", "license": "apa...
### File: spring-test/src/main/java/org/springframework/mock/http/client/MockClientHttpResponse.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/http/client/MockClientHttpResponse.java", "license": "ap...
### File: spring-test/src/main/java/org/springframework/mock/http/client/package-info.java /** * Mock implementations of client-side HTTP abstractions. * This package contains {@code MockClientHttpRequest} and * {@code MockClientHttpResponse}. */ @NonNullApi @NonNullFields package org.springframework.mock.http.clie...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/http/client/package-info.java", "license": "apache-2.0",...
### File: spring-test/src/main/java/org/springframework/mock/http/client/reactive/MockClientHttpRequest.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/http/client/reactive/MockClientHttpRequest.java", "licen...
### File: spring-test/src/main/java/org/springframework/mock/http/client/reactive/MockClientHttpResponse.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/http/client/reactive/MockClientHttpResponse.java", "lice...
### File: spring-test/src/main/java/org/springframework/mock/http/client/reactive/package-info.java /** * Mock implementations of reactive HTTP client contracts. */ @NonNullApi @NonNullFields package org.springframework.mock.http.client.reactive; import org.springframework.lang.NonNullApi; import org.springframework...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/http/client/reactive/package-info.java", "license": "apa...
### File: spring-test/src/main/java/org/springframework/mock/http/package-info.java /** * Mock implementations of client/server-side HTTP abstractions. * This package contains {@code MockHttpInputMessage} and * {@code MockHttpOutputMessage}. */ @NonNullApi @NonNullFields package org.springframework.mock.http; impo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/http/package-info.java", "license": "apache-2.0", "size"...
### File: spring-test/src/main/java/org/springframework/mock/http/server/reactive/MockServerHttpRequest.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/http/server/reactive/MockServerHttpRequest.java", "licen...
### File: spring-test/src/main/java/org/springframework/mock/http/server/reactive/MockServerHttpResponse.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/http/server/reactive/MockServerHttpResponse.java", "lice...
### File: spring-test/src/main/java/org/springframework/mock/http/server/reactive/package-info.java /** * Mock implementations of reactive HTTP server contracts. */ @NonNullApi @NonNullFields package org.springframework.mock.http.server.reactive; import org.springframework.lang.NonNullApi; import org.springframework...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/http/server/reactive/package-info.java", "license": "apa...
### File: spring-test/src/main/java/org/springframework/mock/jndi/ExpectedLookupTemplate.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/jndi/ExpectedLookupTemplate.java", "license": "apache-2....
### File: spring-test/src/main/java/org/springframework/mock/jndi/SimpleNamingContext.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the L...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/jndi/SimpleNamingContext.java", "license": "apache-2.0",...
### File: spring-test/src/main/java/org/springframework/mock/jndi/SimpleNamingContextBuilder.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-test/src/main/java/org/springframework/mock/jndi/SimpleNamingContextBuilder.java", "license": "apach...