repo
stringclasses
1k values
file_url
stringlengths
96
373
file_path
stringlengths
11
294
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
6 values
commit_sha
stringclasses
1k values
retrieved_at
stringdate
2026-01-04 14:45:56
2026-01-04 18:30:23
truncated
bool
2 classes
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/AnnotatedMethodToolAdapter.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/AnnotatedMethodToolAdapter.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/ActionParam.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/ActionParam.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/ToolExecuteResult.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/ToolExecuteResult.java
package com.hbasesoft.framework.ai.agent.tool; public class ToolExecuteResult { public ToolExecuteResult() { } public ToolExecuteResult(String output) { setOutput(output); } public ToolExecuteResult(String output, boolean interrupted) { setOutput(output); setInterrupted(...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/mapreduce/ReduceOperationTool.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/mapreduce/ReduceOperationTool.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/mapreduce/MapOutputTool.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/mapreduce/MapOutputTool.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/mapreduce/DataSplitTool.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/mapreduce/DataSplitTool.java
/**************************************************************************************** * Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or * * transmission in whole or in part, in any form or by any means, electronic, mechanical* * or otherwise, is prohibited without the prior w...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/mapreduce/IMapReduceSharedStateManager.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/mapreduce/IMapReduceSharedStateManager.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/mapreduce/MapReduceSharedStateManager.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/mapreduce/MapReduceSharedStateManager.java
/**************************************************************************************** * Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or * * transmission in whole or in part, in any form or by any means, electronic, mechanical* * or otherwise, is prohibited without the prior w...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/mapreduce/FinalizeTool.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/mapreduce/FinalizeTool.java
/**************************************************************************************** * Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or * * transmission in whole or in part, in any form or by any means, electronic, mechanical* * or otherwise, is prohibited without the prior w...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/fromInput/FormInputTool.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/fromInput/FormInputTool.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/planning/PlanningTool.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/planning/PlanningTool.java
package com.hbasesoft.framework.ai.agent.tool.planning; import java.util.Arrays; import java.util.List; import org.apache.commons.collections4.CollectionUtils; import org.springframework.ai.openai.api.OpenAiApi.FunctionTool; import org.springframework.ai.tool.function.FunctionToolCallback; import org.springframework....
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/planning/PlanningToolInterface.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/planning/PlanningToolInterface.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/filesystem/IUnifiedDirectoryManager.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/filesystem/IUnifiedDirectoryManager.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/filesystem/UnifiedDirectoryManager.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/filesystem/UnifiedDirectoryManager.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/terminate/TerminableTool.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/terminate/TerminableTool.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/terminate/TerminateTool.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/terminate/TerminateTool.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/workflow/SummaryWorkflow.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/workflow/SummaryWorkflow.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/workflow/ISummaryWorkflow.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/workflow/ISummaryWorkflow.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/innerStorage/InnerStorageContentTool.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/innerStorage/InnerStorageContentTool.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/innerStorage/SmartProcessResult.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/innerStorage/SmartProcessResult.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/innerStorage/SmartContentSavingService.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/innerStorage/SmartContentSavingService.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/innerStorage/ISmartContentSavingService.java
framework-ai/framework-ai-agent/framework-ai-agent-core/src/main/java/com/hbasesoft/framework/ai/agent/tool/innerStorage/ISmartContentSavingService.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-demo/framework-tx-demo-client3/src/main/java/com/hbasesoft/framework/tx/demo/client3/TestConsumer.java
framework-tx/framework-tx-demo/framework-tx-demo-client3/src/main/java/com/hbasesoft/framework/tx/demo/client3/TestConsumer.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-demo/framework-tx-demo-client3/src/main/java/com/hbasesoft/framework/tx/demo/client3/Application.java
framework-tx/framework-tx-demo/framework-tx-demo-client3/src/main/java/com/hbasesoft/framework/tx/demo/client3/Application.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-demo/framework-tx-demo-client/src/main/java/com/hbasesoft/framework/tx/demo/client/FeginClient2Consumer.java
framework-tx/framework-tx-demo/framework-tx-demo-client/src/main/java/com/hbasesoft/framework/tx/demo/client/FeginClient2Consumer.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-demo/framework-tx-demo-client/src/main/java/com/hbasesoft/framework/tx/demo/client/FeginClient3Consumer.java
framework-tx/framework-tx-demo/framework-tx-demo-client/src/main/java/com/hbasesoft/framework/tx/demo/client/FeginClient3Consumer.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-demo/framework-tx-demo-client/src/main/java/com/hbasesoft/framework/tx/demo/client/TestEventListener.java
framework-tx/framework-tx-demo/framework-tx-demo-client/src/main/java/com/hbasesoft/framework/tx/demo/client/TestEventListener.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-demo/framework-tx-demo-client/src/main/java/com/hbasesoft/framework/tx/demo/client/TestProducter.java
framework-tx/framework-tx-demo/framework-tx-demo-client/src/main/java/com/hbasesoft/framework/tx/demo/client/TestProducter.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-demo/framework-tx-demo-client/src/main/java/com/hbasesoft/framework/tx/demo/client/Application.java
framework-tx/framework-tx-demo/framework-tx-demo-client/src/main/java/com/hbasesoft/framework/tx/demo/client/Application.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-demo/framework-tx-demo-client2/src/main/java/com/hbasesoft/framework/tx/demo/client2/TestConsumer.java
framework-tx/framework-tx-demo/framework-tx-demo-client2/src/main/java/com/hbasesoft/framework/tx/demo/client2/TestConsumer.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-demo/framework-tx-demo-client2/src/main/java/com/hbasesoft/framework/tx/demo/client2/FeginClient3Consumer.java
framework-tx/framework-tx-demo/framework-tx-demo-client2/src/main/java/com/hbasesoft/framework/tx/demo/client2/FeginClient3Consumer.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-demo/framework-tx-demo-client2/src/main/java/com/hbasesoft/framework/tx/demo/client2/Application.java
framework-tx/framework-tx-demo/framework-tx-demo-client2/src/main/java/com/hbasesoft/framework/tx/demo/client2/Application.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-integration/src/main/java/com/hbasesoft/framework/tx/integration/TraceIdFilter.java
framework-tx/framework-tx-integration/src/main/java/com/hbasesoft/framework/tx/integration/TraceIdFilter.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-integration/src/main/java/com/hbasesoft/framework/tx/integration/FeginTraceIdInterceptor.java
framework-tx/framework-tx-integration/src/main/java/com/hbasesoft/framework/tx/integration/FeginTraceIdInterceptor.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-integration/src/main/java/com/hbasesoft/framework/tx/integration/FeignTraceIdConfig.java
framework-tx/framework-tx-integration/src/main/java/com/hbasesoft/framework/tx/integration/FeignTraceIdConfig.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-integration/src/main/java/com/hbasesoft/framework/tx/integration/RestTemplateTraceIdInterceptor.java
framework-tx/framework-tx-integration/src/main/java/com/hbasesoft/framework/tx/integration/RestTemplateTraceIdInterceptor.java
package com.hbasesoft.framework.tx.integration; import java.io.IOException; import java.util.Arrays; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpRequest; import org.springframework.http.client.ClientHttpRequestExecution; import org.springframework.http.client.ClientHttpRequestInte...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-integration/src/main/java/com/hbasesoft/framework/tx/integration/MutableHttpServletRequest.java
framework-tx/framework-tx-integration/src/main/java/com/hbasesoft/framework/tx/integration/MutableHttpServletRequest.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/DefaultTransIdGeneratorFactory.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/DefaultTransIdGeneratorFactory.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxClientInfoFactory.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxClientInfoFactory.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/DefaultTxClientInfoFactory.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/DefaultTxClientInfoFactory.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/DefaultConsumer.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/DefaultConsumer.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TransIdGeneratorFactory.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TransIdGeneratorFactory.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxConsumer.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxConsumer.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxInvokerProxy.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxInvokerProxy.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxAnnotationMethodRegistStartupListener.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxAnnotationMethodRegistStartupListener.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxInvoker.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxInvoker.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxProducer.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxProducer.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxManager.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/TxManager.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/util/ArgsSerializationUtil.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/util/ArgsSerializationUtil.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/annotation/Tx.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/annotation/Tx.java
/** * */ package com.hbasesoft.framework.tx.core.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import com.hbasesoft.framework.common.GlobalConstants;...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/annotation/TxAdvice.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/annotation/TxAdvice.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/bean/CheckInfo.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/bean/CheckInfo.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/bean/ClientInfo.java
framework-tx/framework-tx-core/src/main/java/com/hbasesoft/framework/tx/core/bean/ClientInfo.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/TxStorageImpl.java
framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/TxStorageImpl.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/InitDataService.java
framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/InitDataService.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/CreateTableLinstener.java
framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/CreateTableLinstener.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/InitDataServiceImpl.java
framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/InitDataServiceImpl.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/dao/TxCheckinfoDao.java
framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/dao/TxCheckinfoDao.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the prio...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/dao/TxClientinfoDao.java
framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/dao/TxClientinfoDao.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the prio...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/entity/TxClientinfoEntity.java
framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/entity/TxClientinfoEntity.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the prio...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/entity/TxCheckinfoEntity.java
framework-tx/framework-tx-server/framework-tx-server-storage-db/src/main/java/com/hbasesoft/framework/tx/server/storage/db/entity/TxCheckinfoEntity.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the prio...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-core/src/main/java/com/hbasesoft/framework/tx/server/TxOperationController.java
framework-tx/framework-tx-server/framework-tx-server-core/src/main/java/com/hbasesoft/framework/tx/server/TxOperationController.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-core/src/main/java/com/hbasesoft/framework/tx/server/TxStorage.java
framework-tx/framework-tx-server/framework-tx-server-core/src/main/java/com/hbasesoft/framework/tx/server/TxStorage.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-core/src/main/java/com/hbasesoft/framework/tx/server/PagerList.java
framework-tx/framework-tx-server/framework-tx-server-core/src/main/java/com/hbasesoft/framework/tx/server/PagerList.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-core/src/main/java/com/hbasesoft/framework/tx/server/TxProducerImpl.java
framework-tx/framework-tx-server/framework-tx-server-core/src/main/java/com/hbasesoft/framework/tx/server/TxProducerImpl.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-core/src/main/java/com/hbasesoft/framework/tx/server/retry/RetryJob.java
framework-tx/framework-tx-server/framework-tx-server-core/src/main/java/com/hbasesoft/framework/tx/server/retry/RetryJob.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-storage-cassandra/src/main/java/com/hbasesoft/framework/tx/server/storage/cassandra/TxStorageImpl.java
framework-tx/framework-tx-server/framework-tx-server-storage-cassandra/src/main/java/com/hbasesoft/framework/tx/server/storage/cassandra/TxStorageImpl.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-storage-cassandra/src/main/java/com/hbasesoft/framework/tx/server/storage/cassandra/CreateTableLinstener.java
framework-tx/framework-tx-server/framework-tx-server-storage-cassandra/src/main/java/com/hbasesoft/framework/tx/server/storage/cassandra/CreateTableLinstener.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-storage-cassandra/src/main/java/com/hbasesoft/framework/tx/server/storage/cassandra/entity/TxClientinfoEntity.java
framework-tx/framework-tx-server/framework-tx-server-storage-cassandra/src/main/java/com/hbasesoft/framework/tx/server/storage/cassandra/entity/TxClientinfoEntity.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the prio...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-storage-cassandra/src/main/java/com/hbasesoft/framework/tx/server/storage/cassandra/entity/TxCheckinfoEntity.java
framework-tx/framework-tx-server/framework-tx-server-storage-cassandra/src/main/java/com/hbasesoft/framework/tx/server/storage/cassandra/entity/TxCheckinfoEntity.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the prio...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-tx/framework-tx-server/framework-tx-server-storage-cassandra/src/main/java/com/hbasesoft/framework/tx/server/storage/cassandra/entity/BaseEntity.java
framework-tx/framework-tx-server/framework-tx-server-storage-cassandra/src/main/java/com/hbasesoft/framework/tx/server/storage/cassandra/entity/BaseEntity.java
/** * */ package com.hbasesoft.framework.tx.server.storage.cassandra.entity; import java.io.Serializable; import com.alibaba.fastjson2.JSON; /** * <Description> <br> * * @author 王伟<br> * @version 1.0<br> * @taskId <br> * @CreateDate 2014年10月25日 <br> * @since V1.0<br> * @see com.hbasesoft.framework.core.b...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-simple/src/main/java/com/hbasesoft/framework/cache/simple/SimpleCache.java
framework-cache/framework-cache-simple/src/main/java/com/hbasesoft/framework/cache/simple/SimpleCache.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-simple/src/main/java/com/hbasesoft/framework/cache/simple/SimpleLockLoader.java
framework-cache/framework-cache-simple/src/main/java/com/hbasesoft/framework/cache/simple/SimpleLockLoader.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/TestLuckDraw.java
framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/TestLuckDraw.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/TestCache.java
framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/TestCache.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/TestDulplicateLock.java
framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/TestDulplicateLock.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/Application.java
framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/Application.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/controller/TestController.java
framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/controller/TestController.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/service/TestService.java
framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/service/TestService.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/service/impl/TestServiceImpl.java
framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/service/impl/TestServiceImpl.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/dulplicateLock/ZhanWeiZiService.java
framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/dulplicateLock/ZhanWeiZiService.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/dulplicateLock/impl/ZhanWeiZiServiceImpl.java
framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/dulplicateLock/impl/ZhanWeiZiServiceImpl.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/lock/LuckDrawService.java
framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/lock/LuckDrawService.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/lock/impl/LuckDrawServiceImpl.java
framework-cache/framework-cache-demo/src/main/java/com/hbasesoft/framework/cache/demo/lock/impl/LuckDrawServiceImpl.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/CacheHelper.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/CacheHelper.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/CacheObject.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/CacheObject.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/AbstractCache.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/AbstractCache.java
/** * */ package com.hbasesoft.framework.cache.core; import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; import org.apache.commons.collections4.MapUtils; import com.hbasesoft.framework.common.utils.bean.SerializationUtil; import com.hbasesoft.framework.common.utils.logger.LoggerUtil; /** ...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/ICache.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/ICache.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/util/KeyUtil.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/util/KeyUtil.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/RmCache.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/RmCache.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/RmCacheNodeAdvice.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/RmCacheNodeAdvice.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/CacheNode.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/CacheNode.java
/** * */ package com.hbasesoft.framework.cache.core.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import com.hbasesoft.framework.common.GlobalConstan...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/DulplicateLock.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/DulplicateLock.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/CacheLock.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/CacheLock.java
/** * */ package com.hbasesoft.framework.cache.core.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * <Description> 分布式锁<br> * * @author 王伟<br>...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/Cache.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/Cache.java
/** * */ package com.hbasesoft.framework.cache.core.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * <Description> <br> * * @author 王伟<br> * ...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/RmCacheAdvice.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/RmCacheAdvice.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/CacheAdvice.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/CacheAdvice.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/RmCacheNode.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/RmCacheNode.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/CacheNodeAdvice.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/annotation/CacheNodeAdvice.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false
ww20081120/framework
https://github.com/ww20081120/framework/blob/6e916f07f1ae0d049e2110a93325880214c58cbe/framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/lock/Lock.java
framework-cache/framework-cache-core/src/main/java/com/hbasesoft/framework/cache/core/lock/Lock.java
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
java
Apache-2.0
6e916f07f1ae0d049e2110a93325880214c58cbe
2026-01-05T02:36:52.137997Z
false