Uses of Class
de.xima.fc.persistence.FcPersistenceException
Packages that use FcPersistenceException
Package
Description
Package mit allgemeinen Hilfsklassen für Datenbankzugriffe
-
Uses of FcPersistenceException in de.xima.fc.db
Methods in de.xima.fc.db that throw FcPersistenceExceptionModifier and TypeMethodDescriptionstatic ConnectionDBAccessPoolManager.getConnection(DatenbankZugriff dbAccess) static DataSourceDBAccessPoolManager.getDataSource(DatenbankZugriff dbAccess) -
Uses of FcPersistenceException in de.xima.fc.jpa
Methods in de.xima.fc.jpa that throw FcPersistenceExceptionModifier and TypeMethodDescriptionIEMFactory.getDataSource()Deprecated, for removal: This API element is subject to removal in a future version.javax.persistence.EntityManagerFactoryIEMFactory.getEntityManagerFactory()Deprecated, for removal: This API element is subject to removal in a future version.javax.persistence.EntityManagerIEMFactory.newEntityManager()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of FcPersistenceException in de.xima.fc.jpa.manager
Methods in de.xima.fc.jpa.manager that throw FcPersistenceExceptionModifier and TypeMethodDescriptionstatic ConnectionEMProvider.getConnection()Deprecated, for removal: This API element is subject to removal in a future version.static DataSourceEMProvider.getDatasource()Deprecated, for removal: This API element is subject to removal in a future version.InternalEMFactory.getDataSource()Deprecated.javax.persistence.EntityManagerFactoryInternalEMFactory.getEntityManagerFactory()Deprecated.javax.persistence.EntityManagerInternalEMFactory.newEntityManager()Deprecated. -
Uses of FcPersistenceException in de.xima.fc.persistence
Methods in de.xima.fc.persistence that throw FcPersistenceExceptionModifier and TypeMethodDescriptionDataSourceManager.getDataSource(ConnectionProperties connectionProperties) Retrieves a DataSource based on the provided connection properties.DataSourceManager.getDataSourceInfo(ConnectionProperties connectionProperties) DataSourceManager.testConnection(ConnectionProperties connectionProperties) Tests the database connection with TLS using the provided connection test parameters. -
Uses of FcPersistenceException in de.xima.fc.persistence.driver
Subclasses of FcPersistenceException in de.xima.fc.persistence.driverModifier and TypeClassDescriptionclassException thrown when there is an issue with the JDBC driver. -
Uses of FcPersistenceException in de.xima.fc.persistence.system
Methods in de.xima.fc.persistence.system that throw FcPersistenceExceptionModifier and TypeMethodDescriptionvoidSystemPersistenceManager.ensureEncryptionValueExists()Ensures that the encryption test value is present and valid in the system database.SystemPersistenceManager.getDataSource()Retrieves the DataSource for the system database.SystemPersistenceManager.getDataSourceEncryptionState(ConnectionProperties connectionProperties, char[] password, String encryptionAlgorithm) Checks the encryption state of the data source defined by the given connection properties.SystemPersistenceManager.getDataSourceInfo()Retrieves information about the system data source, such as database type, version, encryption settings, and other metadata.javax.persistence.EntityManagerFactorySystemPersistenceManager.getEntityManagerFactory()Retrieves the EntityManagerFactory for of the system database.voidSystemPersistenceManager.migrateEncryption(char[] newEncryptionPassword, String newEncryptionAlgorithm, Set<String> additionalEncryptionScopes) Migrates the encryption of the system data source to use a new encryption password and algorithm.SystemPersistenceManager.openTransaction()Opens a new JPA transaction for the system database.voidSystemPersistenceManager.reloadEncryptionSettings()Reloads the encryption settings for the system data source.