Persistence in computer programming refers to the capability of saving data outside the application memory.
I'm new at IdentityServer4. I read I need to implement an IPersistedGrantStore to store refresh tokens into a table like …
persistence identityserver4 refresh-tokenThis is related to my other question: Persisting entities using a REST API. For a project in Symfony2 I need …
php rest symfony doctrine-orm persistenceI want to make multiple post calls in a single HTTP connection, I will be sending an Arraylist<String&…
java http-post persistence httpconnectionIn my project I use Seam 3 and I am having issues injecting the EntityManager with the @Inject annotation. I am …
java configuration persistence cdi seam3I have two questions regarding how to create / use the JDO persistence manager (PM, hereafter). Say, in a Java web …
java persistence jdo persistence-managerI've been trying to read and write matrices to persistent file storage (eg. XML) with anaconda's current cv2 (which I …
python xml opencv persistence opencv3.0The documentation for EntityManager.persist() says it will Make an instance managed and persistent. It is persisting the entity to …
java jpa persistence jta entitymanagerI have a persistent object (Action) and auto generated data model (Action_). By having an object of Action class and …
jakarta-ee jpa persistence metamodelI am using Room architecture component for persistence. I have created generic DAO interface to avoid boilerplate code. Room Pro …
java android persistence dao android-roomI'm looking for something like the Keychain on the iPhone, but for Android development. Something that gives me the capability …
android persistence keychain