Class FbLocalDatabaseFactory

    • Constructor Detail

      • FbLocalDatabaseFactory

        public FbLocalDatabaseFactory()
        Deprecated.
    • Method Detail

      • filterProperties

        protected <T extends IAttachProperties<T>> T filterProperties​(T attachProperties)
        Deprecated.
        Description copied from class: AbstractNativeDatabaseFactory
        Allows the database factory to perform modification of the attach properties before use.

        Implementations should be prepared to handle immutable attach properties. Implementations are strongly advised to copy the attach properties before modification and return this copy.

        Overrides:
        filterProperties in class AbstractNativeDatabaseFactory
        Type Parameters:
        T - Type of attach properties
        Parameters:
        attachProperties - Attach properties
        Returns:
        Filtered properties