Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • FAQs
  • About Me
  • Home
  • Persistent

Tag: Persistent

In this tutorial I will discuss what are the states of objects (transient persistent and detached objects) in Hibernate framework. You might be knowing that Hibernate is an ORM (Object Relational Mapping), which is an automated persistent of objects in a Java application to the tables in a relational database. Hibernate defines and supports three…

Leave a Comment on Hibernate Object States – Transient, Persistent and Detached
Posted in Hibernate

Hibernate Object States – Transient, Persistent and Detached

I will tell you here what are Persistent and Durable and where these two words are applicable because these two words sometimes cause confusion to the users of JMS providers. Generally, Persistent is applicable to messages while Durable is applicable to subscriptions.

Leave a Comment on JMS Concepts – Persistent and Durable
Posted in JMS

JMS Concepts – Persistent and Durable

This tutorial will show you how to remember your credentials for a specific time period for auto-login without providing any login credentials into the login form. Remember-me or persistent-login authentication refers to web sites being able to remember the identity of a principal between sessions. This is typically accomplished by sending a cookie to the…

Leave a Comment on Spring Security Remember Me – Persistent Token Approach
Posted in Spring Security

Spring Security Remember Me – Persistent Token Approach

Categories

Copyright © 2014 - 2022 Roy Tutorials

Privacy | Terms & Conditions