About 52 results
Open links in new tab
  1. What does the keyword "transient" mean in Java? [duplicate]

    What does the keyword "transient" mean in Java? [duplicate] Asked 14 years, 10 months ago Modified 2 years, 7 months ago Viewed 199k times

  2. Why does JPA have a @Transient annotation? - Stack Overflow

    Jan 28, 2010 · 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. …

  3. Why does Java have transient fields? - Stack Overflow

    May 26, 2009 · 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 …

  4. When to use following Transient, scoped and singleton

    Apr 22, 2021 · 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 …

  5. Using Transient service within a Singleton Service - Stack Overflow

    Jun 24, 2021 · So instead of directly injecting transient service into Singleton Service, I am thinking injecting transient service into Controller. And then in the action method, I will pass the transient …

  6. Why use the `transient` keyword in java? - Stack Overflow

    I have an issue related to the transient keyword's use before the private modifier in java . variable declaration: transient private ResourceBundle pageResourceBundle; My class looks like this :

  7. Qual a finalidade do Transient e Volatile no Java?

    Mar 2, 2016 · 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á …

  8. c# - AddTransient, AddScoped and AddSingleton Services Differences ...

    Jul 1, 2016 · Transient objects are always different; a new instance is provided to every controller and every service. Scoped objects are the same within a request, but different across different requests.

  9. What are the different NameID format used for? - Stack Overflow

    Feb 27, 2018 · Transient identifiers- Transient identifiers are what IdP tell the SP that the users in the session have been granted to access the resource on SP, but the identities of users do not offer to …

  10. not-null property references a null or transient value

    Facing trouble in saving parent/child object with hibernate. Any idea would be highly appreciated. org.hibernate.PropertyValueException: not-null property references a null or transient value: exa...