jar

de.protubero : beanstore

Maven & Gradle

Oct 20, 2021
3 stars

BeanStore · Persistent Java Bean Store

Table Of Contents

Latest Version

Download de.protubero : beanstore JAR file - Latest Versions:

All Versions

Download de.protubero : beanstore JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window beanstore-0.8.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.protubero.beanstore.persistence.base

├─ de.protubero.beanstore.persistence.base.PersistentInstanceTransaction.class - [JAR]

├─ de.protubero.beanstore.persistence.base.PersistentPropertyUpdate.class - [JAR]

├─ de.protubero.beanstore.persistence.base.PersistentTransaction.class - [JAR]

de.protubero.beanstore.store

├─ de.protubero.beanstore.store.EntityStore.class - [JAR]

├─ de.protubero.beanstore.store.InstanceFactory.class - [JAR]

├─ de.protubero.beanstore.store.InstanceNotFoundException.class - [JAR]

├─ de.protubero.beanstore.store.Store.class - [JAR]

├─ de.protubero.beanstore.store.StoreException.class - [JAR]

de.protubero.beanstore.base.entity

├─ de.protubero.beanstore.base.entity.AbstractCompagnon.class - [JAR]

├─ de.protubero.beanstore.base.entity.AbstractEntity.class - [JAR]

├─ de.protubero.beanstore.base.entity.AbstractPersistentObject.class - [JAR]

├─ de.protubero.beanstore.base.entity.BeanStoreEntity.class - [JAR]

├─ de.protubero.beanstore.base.entity.BeanStoreException.class - [JAR]

├─ de.protubero.beanstore.base.entity.BeanStoreInstanceSerializer.class - [JAR]

├─ de.protubero.beanstore.base.entity.Compagnon.class - [JAR]

├─ de.protubero.beanstore.base.entity.Entity.class - [JAR]

├─ de.protubero.beanstore.base.entity.EntityCompagnon.class - [JAR]

├─ de.protubero.beanstore.base.entity.GenericInterceptor.class - [JAR]

├─ de.protubero.beanstore.base.entity.GenericWrapper.class - [JAR]

├─ de.protubero.beanstore.base.entity.InstanceKey.class - [JAR]

├─ de.protubero.beanstore.base.entity.MapObject.class - [JAR]

├─ de.protubero.beanstore.base.entity.MapObjectCompagnon.class - [JAR]

de.protubero.beanstore.persistence.api

├─ de.protubero.beanstore.persistence.api.PersistenceException.class - [JAR]

├─ de.protubero.beanstore.persistence.api.TransactionPersistence.class - [JAR]

├─ de.protubero.beanstore.persistence.api.TransactionReader.class - [JAR]

├─ de.protubero.beanstore.persistence.api.TransactionWriter.class - [JAR]

de.protubero.beanstore.plugins.history

├─ de.protubero.beanstore.plugins.history.BeanStoreHistoryPlugin.class - [JAR]

├─ de.protubero.beanstore.plugins.history.InstanceChange.class - [JAR]

de.protubero.beanstore.plugins.search

├─ de.protubero.beanstore.plugins.search.BeanStoreSearchPlugin.class - [JAR]

├─ de.protubero.beanstore.plugins.search.SearchEngine.class - [JAR]

├─ de.protubero.beanstore.plugins.search.SearchEngineAction.class - [JAR]

├─ de.protubero.beanstore.plugins.search.SearchEngineAdapter.class - [JAR]

├─ de.protubero.beanstore.plugins.search.SearchEngineException.class - [JAR]

├─ de.protubero.beanstore.plugins.search.SearchResult.class - [JAR]

de.protubero.beanstore.base.tx

├─ de.protubero.beanstore.base.tx.InstanceEventType.class - [JAR]

├─ de.protubero.beanstore.base.tx.InstancePropertyValue.class - [JAR]

├─ de.protubero.beanstore.base.tx.InstanceTransactionEvent.class - [JAR]

├─ de.protubero.beanstore.base.tx.TransactionEvent.class - [JAR]

├─ de.protubero.beanstore.base.tx.TransactionFailure.class - [JAR]

├─ de.protubero.beanstore.base.tx.TransactionFailureType.class - [JAR]

├─ de.protubero.beanstore.base.tx.TransactionPhase.class - [JAR]

de.protubero.beanstore.plugins.validate

├─ de.protubero.beanstore.plugins.validate.BeanValidationException.class - [JAR]

├─ de.protubero.beanstore.plugins.validate.BeanValidationPlugin.class - [JAR]

de.protubero.beanstore.impl

├─ de.protubero.beanstore.impl.AppliedMigration.class - [JAR]

├─ de.protubero.beanstore.impl.BaseTransactionImpl.class - [JAR]

├─ de.protubero.beanstore.impl.BeanStoreCallbacksImpl.class - [JAR]

├─ de.protubero.beanstore.impl.BeanStoreFactoryImpl.class - [JAR]

├─ de.protubero.beanstore.impl.BeanStoreImpl.class - [JAR]

├─ de.protubero.beanstore.impl.BeanStoreMetaInfoImpl.class - [JAR]

├─ de.protubero.beanstore.impl.BeanStoreReadAccessImpl.class - [JAR]

├─ de.protubero.beanstore.impl.BeanStoreTransactionImpl.class - [JAR]

├─ de.protubero.beanstore.impl.EntityReadAccessImpl.class - [JAR]

├─ de.protubero.beanstore.impl.ExecutableBeanStoreTransactionImpl.class - [JAR]

├─ de.protubero.beanstore.impl.Migration.class - [JAR]

├─ de.protubero.beanstore.impl.MigrationTransactionImpl.class - [JAR]

de.protubero.beanstore.persistence.impl

├─ de.protubero.beanstore.persistence.impl.DeferredTransactionWriter.class - [JAR]

├─ de.protubero.beanstore.persistence.impl.InMemoryPersistence.class - [JAR]

├─ de.protubero.beanstore.persistence.impl.KryoPersistence.class - [JAR]

de.protubero.beanstore.txmanager

├─ de.protubero.beanstore.txmanager.AbstractTransactionManager.class - [JAR]

├─ de.protubero.beanstore.txmanager.ExecutableTransaction.class - [JAR]

├─ de.protubero.beanstore.txmanager.LockedStoreTransactionFactory.class - [JAR]

├─ de.protubero.beanstore.txmanager.LockedStoreTransactionManager.class - [JAR]

├─ de.protubero.beanstore.txmanager.PoisonPillError.class - [JAR]

├─ de.protubero.beanstore.txmanager.TaskQueueTransactionManager.class - [JAR]

├─ de.protubero.beanstore.txmanager.ThreadPoolTransactionManager.class - [JAR]

├─ de.protubero.beanstore.txmanager.TransactionFactory.class - [JAR]

├─ de.protubero.beanstore.txmanager.TransactionManager.class - [JAR]

de.protubero.beanstore.plugins.txlog

├─ de.protubero.beanstore.plugins.txlog.BeanStoreTransactionLogPlugin.class - [JAR]

de.protubero.beanstore.api

├─ de.protubero.beanstore.api.BaseTransaction.class - [JAR]

├─ de.protubero.beanstore.api.BeanStore.class - [JAR]

├─ de.protubero.beanstore.api.BeanStoreCallbacks.class - [JAR]

├─ de.protubero.beanstore.api.BeanStoreFactory.class - [JAR]

├─ de.protubero.beanstore.api.BeanStoreMetaInfo.class - [JAR]

├─ de.protubero.beanstore.api.BeanStorePlugin.class - [JAR]

├─ de.protubero.beanstore.api.BeanStoreReadAccess.class - [JAR]

├─ de.protubero.beanstore.api.BeanStoreTransaction.class - [JAR]

├─ de.protubero.beanstore.api.BeanStoreTransactionFactory.class - [JAR]

├─ de.protubero.beanstore.api.EntityReadAccess.class - [JAR]

├─ de.protubero.beanstore.api.ExecutableBeanStoreTransaction.class - [JAR]

├─ de.protubero.beanstore.api.MigrationTransaction.class - [JAR]

de.protubero.beanstore.writer

├─ de.protubero.beanstore.writer.StoreInstanceTransaction.class - [JAR]

├─ de.protubero.beanstore.writer.StoreWriter.class - [JAR]

├─ de.protubero.beanstore.writer.Transaction.class - [JAR]

Advertisement