<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Transient Stability Using Etap Graph</title><link>http://www.bing.com:80/search?q=Transient+Stability+Using+Etap+Graph</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Transient Stability Using Etap Graph</title><link>http://www.bing.com:80/search?q=Transient+Stability+Using+Etap+Graph</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>Why does JPA have a @Transient annotation? - Stack Overflow</title><link>https://stackoverflow.com/questions/2154622/why-does-jpa-have-a-transient-annotation</link><description>The transient keyword is a stronger condition than @Transient: If a field uses the transient keyword, that field will not be serialized when the object is converted to a byte stream. Furthermore, since JPA treats fields marked with the transient keyword as having the @Transient annotation, the field will not be persisted by JPA either.</description><pubDate>Sun, 12 Apr 2026 04:58:00 GMT</pubDate></item><item><title>Why does Java have transient fields? - Stack Overflow</title><link>https://stackoverflow.com/questions/910374/why-does-java-have-transient-fields</link><description>The transient keyword in Java is used to indicate that a field should not be part of the serialization (which means saved, like to a file) process. From the Java Language Specification, Java SE 7 Edition, Section 8.3.1.3. transient Fields: Variables may be marked transient to indicate that they are not part of the persistent state of an object. For example, you may have fields that are derived ...</description><pubDate>Sun, 12 Apr 2026 01:38:00 GMT</pubDate></item><item><title>How to fix the Hibernate "object references an unsaved transient ...</title><link>https://stackoverflow.com/questions/2302802/how-to-fix-the-hibernate-object-references-an-unsaved-transient-instance-save</link><description>So when I added the Child to the Parent, then saved the Parent, Hibernate would toss the "object references an unsaved transient instance - save the transient instance before flushing" message when saving the Parent. Adding in the cascade = CascadeType.ALL on the Parent's reference to the Child solved the problem in both cases.</description><pubDate>Sat, 11 Apr 2026 05:28:00 GMT</pubDate></item><item><title>What are Transient and Volatile Modifiers? - Stack Overflow</title><link>https://stackoverflow.com/questions/3544919/what-are-transient-and-volatile-modifiers</link><description>The volatile and transient modifiers can be applied to fields of classes 1 irrespective of field type. Apart from that, they are unrelated. The transient modifier tells the Java object serialization subsystem to exclude the field when serializing an instance of the class. When the object is then deserialized, the field will be initialized to the default value; i.e. null for a reference type ...</description><pubDate>Fri, 10 Apr 2026 19:05:00 GMT</pubDate></item><item><title>When to use following Transient, scoped and singleton</title><link>https://stackoverflow.com/questions/67206763/when-to-use-following-transient-scoped-and-singleton</link><description>A transient lifetime services are created each time they're requested from the service container. For example, during one request you use httpclient service to call other web api request multiple times, but the web api endpoint is different. At that time you will register the httpclient service as transient.</description><pubDate>Sat, 11 Apr 2026 19:54:00 GMT</pubDate></item><item><title>What does the keyword "transient" mean in Java? [duplicate]</title><link>https://stackoverflow.com/questions/5245600/what-does-the-keyword-transient-mean-in-java</link><description>What does the keyword "transient" mean in Java? [duplicate] Asked 15 years, 1 month ago Modified 2 years, 10 months ago Viewed 199k times</description><pubDate>Tue, 07 Apr 2026 09:36:00 GMT</pubDate></item><item><title>Qual a finalidade do Transient e Volatile no Java?</title><link>https://pt.stackoverflow.com/questions/116047/qual-a-finalidade-do-transient-e-volatile-no-java</link><description>As vezes quando vou declarar meus atributos noto o transient e o volatile. Tenho as seguintes dúvidas O transient e volatile são modificadores de acesso? Qual a finalidade de utilizá-los? Exemplo:</description><pubDate>Thu, 02 Apr 2026 05:10:00 GMT</pubDate></item><item><title>ASP.NET Core Singleton instance vs Transient instance performance</title><link>https://stackoverflow.com/questions/54790460/asp-net-core-singleton-instance-vs-transient-instance-performance</link><description>In ASP.NET Core Dependency Injection, I just wonder if registering Singleton instances will improve performance instead of registering Transient instances or not? In my thinking, for Singleton inst...</description><pubDate>Sun, 12 Apr 2026 20:07:00 GMT</pubDate></item><item><title>How to implement Keyed Transient Dependency Injection in C# using ...</title><link>https://stackoverflow.com/questions/77702800/how-to-implement-keyed-transient-dependency-injection-in-c-sharp-using-iservicep</link><description>From the docs: Transient Transient lifetime services are created each time they're requested from the service container. This lifetime works best for lightweight, stateless services. Register transient services with AddTransient. In apps that process requests, transient services are disposed at the end of the request.</description><pubDate>Sat, 11 Apr 2026 20:23:00 GMT</pubDate></item><item><title>AddTransient, AddScoped and AddSingleton Services Differences</title><link>https://stackoverflow.com/questions/38138100/addtransient-addscoped-and-addsingleton-services-differences</link><description>AddTransient () - This method creates a Transient service. A new instance of a Transient service is created each time it is requested. AddScoped () - This method creates a Scoped service. A new instance of a Scoped service is created once per request within the scope.</description><pubDate>Fri, 10 Apr 2026 22:18:00 GMT</pubDate></item></channel></rss>