Uses of Class
de.xima.fc.persistence.ConnectionIdentifier
Packages that use ConnectionIdentifier
-
Uses of ConnectionIdentifier in de.xima.fc.persistence
Methods in de.xima.fc.persistence that return ConnectionIdentifierModifier and TypeMethodDescriptionstatic ConnectionIdentifierConnectionIdentifier.dbAccessEntity(Long id) ConnectionProperties.getConnectionIdentifier()The connection identifier which uniquely identifies the database connection.DataSourceEventInfo.getConnectionIdentifier()IDataSourceInfo.getConnectionIdentifier()Get the connection identifier associated with this DataSource.static ConnectionIdentifierConnectionIdentifier.systemDb()Methods in de.xima.fc.persistence with parameters of type ConnectionIdentifierModifier and TypeMethodDescriptionvoidDataSourceManager.closeConnection(ConnectionIdentifier connectionIdentifier) Closes the connection associated with the given connection identifier.ConnectionProperties.Builder.connectionIdentifier(ConnectionIdentifier connectionIdentifier) The connection identifier which uniquely identifies the database connection.ITlsScopeResolver.resolve(ConnectionIdentifier connectionIdentifier) Resolves the TLS scope for the given connection identifier.Constructors in de.xima.fc.persistence with parameters of type ConnectionIdentifierModifierConstructorDescriptionDataSourceEventInfo(ConnectionIdentifier connectionIdentifier, String jdbcUrl) -
Uses of ConnectionIdentifier in de.xima.fc.persistence.internal
Methods in de.xima.fc.persistence.internal with parameters of type ConnectionIdentifierModifier and TypeMethodDescriptionConnectionPropertiesMapper.toConnectionProperties(DatabaseConnectionConfig dbConnectionConfig, ConnectionIdentifier connectionIdentifier, ConnectionProperties.TlsScope tlsScope) ConnectionPropertiesMapperImpl.toConnectionProperties(DatabaseConnectionConfig dbConnectionConfig, ConnectionIdentifier connectionIdentifier, ConnectionProperties.TlsScope tlsScope)