text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: spring-tx/src/main/java/org/springframework/transaction/event/package-info.java /** * Spring's support for listening to transaction events. */ @NonNullApi @NonNullFields package org.springframework.transaction.event; 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-tx/src/main/java/org/springframework/transaction/event/package-info.java", "license": "apache-2.0", ...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/AbstractFallbackTransactionAttributeSource.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...
{"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-tx/src/main/java/org/springframework/transaction/interceptor/AbstractFallbackTransactionAttributeSou...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/BeanFactoryTransactionAttributeSourceAdvisor.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 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-tx/src/main/java/org/springframework/transaction/interceptor/BeanFactoryTransactionAttributeSourceAd...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/CompositeTransactionAttributeSource.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. * Yo...
{"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-tx/src/main/java/org/springframework/transaction/interceptor/CompositeTransactionAttributeSource.jav...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/DefaultTransactionAttribute.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-tx/src/main/java/org/springframework/transaction/interceptor/DefaultTransactionAttribute.java", "lic...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/DelegatingTransactionAttribute.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-tx/src/main/java/org/springframework/transaction/interceptor/DelegatingTransactionAttribute.java", "...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/MatchAlwaysTransactionAttributeSource.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. * ...
{"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-tx/src/main/java/org/springframework/transaction/interceptor/MatchAlwaysTransactionAttributeSource.j...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/MethodMapTransactionAttributeSource.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. * Yo...
{"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-tx/src/main/java/org/springframework/transaction/interceptor/MethodMapTransactionAttributeSource.jav...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/NameMatchTransactionAttributeSource.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. * Yo...
{"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-tx/src/main/java/org/springframework/transaction/interceptor/NameMatchTransactionAttributeSource.jav...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/NoRollbackRuleAttribute.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-tx/src/main/java/org/springframework/transaction/interceptor/NoRollbackRuleAttribute.java", "license...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/RollbackRuleAttribute.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...
{"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-tx/src/main/java/org/springframework/transaction/interceptor/RollbackRuleAttribute.java", "license":...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/RuleBasedTransactionAttribute.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-tx/src/main/java/org/springframework/transaction/interceptor/RuleBasedTransactionAttribute.java", "l...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAspectSupport.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 obtai...
{"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-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAspectSupport.java", "licens...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttribute.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 ...
{"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-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttribute.java", "license": ...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeEditor.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-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeEditor.java", "lice...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSource.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-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSource.java", "lice...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSourceAdvisor.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 ...
{"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-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSourceAdvisor.java"...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSourceEditor.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 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-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSourceEditor.java",...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSourcePointcut.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...
{"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-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeSourcePointcut.java...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionInterceptor.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-tx/src/main/java/org/springframework/transaction/interceptor/TransactionInterceptor.java", "license"...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionProxyFactoryBean.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 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-tx/src/main/java/org/springframework/transaction/interceptor/TransactionProxyFactoryBean.java", "lic...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionalProxy.java /* * Copyright 2002-2015 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 co...
{"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-tx/src/main/java/org/springframework/transaction/interceptor/TransactionalProxy.java", "license": "a...
### File: spring-tx/src/main/java/org/springframework/transaction/interceptor/package-info.java /** * AOP-based solution for declarative transaction demarcation. * Builds on the AOP infrastructure in org.springframework.aop.framework. * Any POJO can be transactionally advised with Spring. * * <p>The TransactionFac...
{"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-tx/src/main/java/org/springframework/transaction/interceptor/package-info.java", "license": "apache-...
### File: spring-tx/src/main/java/org/springframework/transaction/jta/JtaAfterCompletionSynchronization.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 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-tx/src/main/java/org/springframework/transaction/jta/JtaAfterCompletionSynchronization.java", "licen...
### File: spring-tx/src/main/java/org/springframework/transaction/jta/JtaTransactionManager.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-tx/src/main/java/org/springframework/transaction/jta/JtaTransactionManager.java", "license": "apache...
### File: spring-tx/src/main/java/org/springframework/transaction/jta/JtaTransactionObject.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-tx/src/main/java/org/springframework/transaction/jta/JtaTransactionObject.java", "license": "apache-...
### File: spring-tx/src/main/java/org/springframework/transaction/jta/ManagedTransactionAdapter.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 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-tx/src/main/java/org/springframework/transaction/jta/ManagedTransactionAdapter.java", "license": "ap...
### File: spring-tx/src/main/java/org/springframework/transaction/jta/SimpleTransactionFactory.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-tx/src/main/java/org/springframework/transaction/jta/SimpleTransactionFactory.java", "license": "apa...
### File: spring-tx/src/main/java/org/springframework/transaction/jta/SpringJtaSynchronizationAdapter.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-tx/src/main/java/org/springframework/transaction/jta/SpringJtaSynchronizationAdapter.java", "license...
### File: spring-tx/src/main/java/org/springframework/transaction/jta/TransactionFactory.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-tx/src/main/java/org/springframework/transaction/jta/TransactionFactory.java", "license": "apache-2....
### File: spring-tx/src/main/java/org/springframework/transaction/jta/UserTransactionAdapter.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 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-tx/src/main/java/org/springframework/transaction/jta/UserTransactionAdapter.java", "license": "apach...
### File: spring-tx/src/main/java/org/springframework/transaction/jta/WebLogicJtaTransactionManager.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...
{"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-tx/src/main/java/org/springframework/transaction/jta/WebLogicJtaTransactionManager.java", "license":...
### File: spring-tx/src/main/java/org/springframework/transaction/jta/WebSphereUowTransactionManager.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-tx/src/main/java/org/springframework/transaction/jta/WebSphereUowTransactionManager.java", "license"...
### File: spring-tx/src/main/java/org/springframework/transaction/jta/package-info.java /** * Transaction SPI implementation for JTA. */ @NonNullApi @NonNullFields package org.springframework.transaction.jta; 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-tx/src/main/java/org/springframework/transaction/jta/package-info.java", "license": "apache-2.0", "s...
### File: spring-tx/src/main/java/org/springframework/transaction/package-info.java /** * Spring's core transaction management APIs (independent of any specific transaction * management system); an exception hierarchy for Spring's transaction infrastructure; * and transaction manager, definition, and status interfac...
{"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-tx/src/main/java/org/springframework/transaction/package-info.java", "license": "apache-2.0", "size"...
### File: spring-tx/src/main/java/org/springframework/transaction/reactive/AbstractReactiveTransactionManager.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-tx/src/main/java/org/springframework/transaction/reactive/AbstractReactiveTransactionManager.java", ...
### File: spring-tx/src/main/java/org/springframework/transaction/reactive/GenericReactiveTransaction.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-tx/src/main/java/org/springframework/transaction/reactive/GenericReactiveTransaction.java", "license...
### File: spring-tx/src/main/java/org/springframework/transaction/reactive/ReactiveResourceSynchronization.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 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-tx/src/main/java/org/springframework/transaction/reactive/ReactiveResourceSynchronization.java", "li...
### File: spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionCallback.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...
{"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-tx/src/main/java/org/springframework/transaction/reactive/TransactionCallback.java", "license": "apa...
### File: spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionContext.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 ...
{"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-tx/src/main/java/org/springframework/transaction/reactive/TransactionContext.java", "license": "apac...
### File: spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionContextHolder.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...
{"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-tx/src/main/java/org/springframework/transaction/reactive/TransactionContextHolder.java", "license":...
### File: spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionContextManager.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-tx/src/main/java/org/springframework/transaction/reactive/TransactionContextManager.java", "license"...
### File: spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionSynchronization.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-tx/src/main/java/org/springframework/transaction/reactive/TransactionSynchronization.java", "license...
### File: spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionSynchronizationManager.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...
{"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-tx/src/main/java/org/springframework/transaction/reactive/TransactionSynchronizationManager.java", "...
### File: spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionSynchronizationUtils.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 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-tx/src/main/java/org/springframework/transaction/reactive/TransactionSynchronizationUtils.java", "li...
### File: spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionalOperator.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 co...
{"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-tx/src/main/java/org/springframework/transaction/reactive/TransactionalOperator.java", "license": "a...
### File: spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionalOperatorImpl.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-tx/src/main/java/org/springframework/transaction/reactive/TransactionalOperatorImpl.java", "license"...
### File: spring-tx/src/main/java/org/springframework/transaction/reactive/package-info.java /** * Support classes for reactive transaction management. * Provides an abstract base class for reactive transaction manager implementations, * and a transactional operator plus callback for transaction demarcation. */ @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-tx/src/main/java/org/springframework/transaction/reactive/package-info.java", "license": "apache-2.0...
### File: spring-tx/src/main/java/org/springframework/transaction/support/AbstractPlatformTransactionManager.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...
{"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-tx/src/main/java/org/springframework/transaction/support/AbstractPlatformTransactionManager.java", "...
### File: spring-tx/src/main/java/org/springframework/transaction/support/AbstractTransactionStatus.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...
{"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-tx/src/main/java/org/springframework/transaction/support/AbstractTransactionStatus.java", "license":...
### File: spring-tx/src/main/java/org/springframework/transaction/support/CallbackPreferringPlatformTransactionManager.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. ...
{"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-tx/src/main/java/org/springframework/transaction/support/CallbackPreferringPlatformTransactionManage...
### File: spring-tx/src/main/java/org/springframework/transaction/support/DefaultTransactionDefinition.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 obtai...
{"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-tx/src/main/java/org/springframework/transaction/support/DefaultTransactionDefinition.java", "licens...
### File: spring-tx/src/main/java/org/springframework/transaction/support/DefaultTransactionStatus.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 ...
{"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-tx/src/main/java/org/springframework/transaction/support/DefaultTransactionStatus.java", "license": ...
### File: spring-tx/src/main/java/org/springframework/transaction/support/DelegatingTransactionDefinition.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 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-tx/src/main/java/org/springframework/transaction/support/DelegatingTransactionDefinition.java", "lic...
### File: spring-tx/src/main/java/org/springframework/transaction/support/ResourceHolder.java /* * Copyright 2002-2008 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-tx/src/main/java/org/springframework/transaction/support/ResourceHolder.java", "license": "apache-2....
### File: spring-tx/src/main/java/org/springframework/transaction/support/ResourceHolderSupport.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-tx/src/main/java/org/springframework/transaction/support/ResourceHolderSupport.java", "license": "ap...
### File: spring-tx/src/main/java/org/springframework/transaction/support/ResourceHolderSynchronization.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-tx/src/main/java/org/springframework/transaction/support/ResourceHolderSynchronization.java", "licen...
### File: spring-tx/src/main/java/org/springframework/transaction/support/ResourceTransactionDefinition.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-tx/src/main/java/org/springframework/transaction/support/ResourceTransactionDefinition.java", "licen...
### File: spring-tx/src/main/java/org/springframework/transaction/support/ResourceTransactionManager.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-tx/src/main/java/org/springframework/transaction/support/ResourceTransactionManager.java", "license"...
### File: spring-tx/src/main/java/org/springframework/transaction/support/SimpleTransactionScope.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 co...
{"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-tx/src/main/java/org/springframework/transaction/support/SimpleTransactionScope.java", "license": "a...
### File: spring-tx/src/main/java/org/springframework/transaction/support/SimpleTransactionStatus.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 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-tx/src/main/java/org/springframework/transaction/support/SimpleTransactionStatus.java", "license": "...
### File: spring-tx/src/main/java/org/springframework/transaction/support/SmartTransactionObject.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 co...
{"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-tx/src/main/java/org/springframework/transaction/support/SmartTransactionObject.java", "license": "a...
### File: spring-tx/src/main/java/org/springframework/transaction/support/TransactionCallback.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-tx/src/main/java/org/springframework/transaction/support/TransactionCallback.java", "license": "apac...
### File: spring-tx/src/main/java/org/springframework/transaction/support/TransactionCallbackWithoutResult.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 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-tx/src/main/java/org/springframework/transaction/support/TransactionCallbackWithoutResult.java", "li...
### File: spring-tx/src/main/java/org/springframework/transaction/support/TransactionOperations.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 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-tx/src/main/java/org/springframework/transaction/support/TransactionOperations.java", "license": "ap...
### File: spring-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronization.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-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronization.java", "license"...
### File: spring-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronizationAdapter.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-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronizationAdapter.java", "l...
### File: spring-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronizationManager.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 ...
{"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-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronizationManager.java", "l...
### File: spring-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronizationUtils.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-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronizationUtils.java", "lic...
### File: spring-tx/src/main/java/org/springframework/transaction/support/TransactionTemplate.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-tx/src/main/java/org/springframework/transaction/support/TransactionTemplate.java", "license": "apac...
### File: spring-tx/src/main/java/org/springframework/transaction/support/WithoutTransactionOperations.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 obtai...
{"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-tx/src/main/java/org/springframework/transaction/support/WithoutTransactionOperations.java", "licens...
### File: spring-tx/src/main/java/org/springframework/transaction/support/package-info.java /** * Support classes for the org.springframework.transaction package. * Provides an abstract base class for transaction manager implementations, * and a template plus callback for transaction demarcation. */ @NonNullApi @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-tx/src/main/java/org/springframework/transaction/support/package-info.java", "license": "apache-2.0"...
### File: spring-tx/src/main/kotlin/org/springframework/transaction/reactive/TransactionalOperatorExtensions.kt package org.springframework.transaction.reactive import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.reactive.asFlow import kotlinx.coroutines.reactive.awaitFi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Kotlin", "repo_name": "vincentjava/spring-framework", "path": "spring-tx/src/main/kotlin/org/springframework/transaction/reactive/TransactionalOperatorExtensions.kt", "...
### File: spring-tx/src/test/java/org/springframework/tests/transaction/CallCountingTransactionManager.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 obtai...
{"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-tx/src/test/java/org/springframework/tests/transaction/CallCountingTransactionManager.java", "licens...
### File: spring-tx/src/test/java/org/springframework/tests/transaction/MockJtaTransaction.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 ...
{"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-tx/src/test/java/org/springframework/tests/transaction/MockJtaTransaction.java", "license": "apache-...
### File: spring-tx/src/test/java/org/springframework/transaction/MockCallbackPreferringTransactionManager.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 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-tx/src/test/java/org/springframework/transaction/MockCallbackPreferringTransactionManager.java", "li...
### File: spring-tx/src/test/java/org/springframework/transaction/config/NoSynch.java /* * Copyright 2002-2015 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-tx/src/test/java/org/springframework/transaction/config/NoSynch.java", "license": "apache-2.0", "siz...
### File: spring-tx/src/test/java/org/springframework/transaction/config/NoSynchTransactionManager.java /* * Copyright 2002-2015 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-tx/src/test/java/org/springframework/transaction/config/NoSynchTransactionManager.java", "license": ...
### File: spring-tx/src/test/java/org/springframework/transaction/config/SynchTransactionManager.java /* * Copyright 2002-2015 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 co...
{"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-tx/src/test/java/org/springframework/transaction/config/SynchTransactionManager.java", "license": "a...
### File: spring-tx/src/test/java/org/springframework/transaction/config/TransactionManagerConfiguration.java /* * Copyright 2002-2015 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-tx/src/test/java/org/springframework/transaction/config/TransactionManagerConfiguration.java", "lice...
### File: spring-tx/src/test/java/org/springframework/transaction/config/TransactionalService.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 ...
{"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-tx/src/test/java/org/springframework/transaction/config/TransactionalService.java", "license": "apac...
### File: spring-tx/src/test/java/org/springframework/transaction/interceptor/ImplementsNoInterfaces.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 ...
{"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-tx/src/test/java/org/springframework/transaction/interceptor/ImplementsNoInterfaces.java", "license"...
### File: spring-tx/src/test/java/org/springframework/transaction/interceptor/MapTransactionAttributeSource.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-tx/src/test/java/org/springframework/transaction/interceptor/MapTransactionAttributeSource.java", "l...
### File: spring-tx/src/test/java/org/springframework/transaction/interceptor/MyRuntimeException.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 co...
{"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-tx/src/test/java/org/springframework/transaction/interceptor/MyRuntimeException.java", "license": "a...
### File: spring-tx/src/test/java/org/springframework/transaction/interceptor/PlatformTransactionManagerFacade.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 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-tx/src/test/java/org/springframework/transaction/interceptor/PlatformTransactionManagerFacade.java",...
### File: spring-tx/src/test/java/org/springframework/transaction/jta/MockUOWManager.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-tx/src/test/java/org/springframework/transaction/jta/MockUOWManager.java", "license": "apache-2.0", ...
### File: spring-tx/src/test/java/org/springframework/transaction/reactive/ReactiveTestTransactionManager.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 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-tx/src/test/java/org/springframework/transaction/reactive/ReactiveTestTransactionManager.java", "lic...
### File: spring-tx/src/test/kotlin/org/springframework/transaction/reactive/TransactionalOperatorExtensionsTests.kt /* * 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 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Kotlin", "repo_name": "vincentjava/spring-framework", "path": "spring-tx/src/test/kotlin/org/springframework/transaction/reactive/TransactionalOperatorExtensionsTests.k...
### File: spring-web/src/main/java/org/springframework/http/CacheControl.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 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-web/src/main/java/org/springframework/http/CacheControl.java", "license": "apache-2.0", "size": 1465...
### File: spring-web/src/main/java/org/springframework/http/ContentDisposition.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-web/src/main/java/org/springframework/http/ContentDisposition.java", "license": "apache-2.0", "size"...
### File: spring-web/src/main/java/org/springframework/http/HttpCookie.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-web/src/main/java/org/springframework/http/HttpCookie.java", "license": "apache-2.0", "size": 2030}
### File: spring-web/src/main/java/org/springframework/http/HttpEntity.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-web/src/main/java/org/springframework/http/HttpEntity.java", "license": "apache-2.0", "size": 4357}
### File: spring-web/src/main/java/org/springframework/http/HttpHeaders.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 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-web/src/main/java/org/springframework/http/HttpHeaders.java", "license": "apache-2.0", "size": 60418...
### File: spring-web/src/main/java/org/springframework/http/HttpInputMessage.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-web/src/main/java/org/springframework/http/HttpInputMessage.java", "license": "apache-2.0", "size": ...
### File: spring-web/src/main/java/org/springframework/http/HttpLogging.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-web/src/main/java/org/springframework/http/HttpLogging.java", "license": "apache-2.0", "size": 2701}
### File: spring-web/src/main/java/org/springframework/http/HttpMessage.java /* * Copyright 2002-2015 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-web/src/main/java/org/springframework/http/HttpMessage.java", "license": "apache-2.0", "size": 1036}
### File: spring-web/src/main/java/org/springframework/http/HttpMethod.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-web/src/main/java/org/springframework/http/HttpMethod.java", "license": "apache-2.0", "size": 1937}
### File: spring-web/src/main/java/org/springframework/http/HttpOutputMessage.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 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-web/src/main/java/org/springframework/http/HttpOutputMessage.java", "license": "apache-2.0", "size":...
### File: spring-web/src/main/java/org/springframework/http/HttpRange.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 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-web/src/main/java/org/springframework/http/HttpRange.java", "license": "apache-2.0", "size": 11434}
### File: spring-web/src/main/java/org/springframework/http/HttpRequest.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-web/src/main/java/org/springframework/http/HttpRequest.java", "license": "apache-2.0", "size": 1692}