Uses of Enum Class
io.permazen.core.TransactionConfig.SchemaRemoval
Packages that use TransactionConfig.SchemaRemoval
Package
Description
Components that support integrating Permazen into a Java Console Toolkit console.
Classes for parsing command line flags in order to configure a Permazen command line interface (CLI) session.
Core classes for the Permazen Java persistence layer.
-
Uses of TransactionConfig.SchemaRemoval in io.permazen.cli
Methods in io.permazen.cli that return TransactionConfig.SchemaRemovalModifier and TypeMethodDescriptionSession.getSchemaRemoval()
Get the obsolete schema removal policy.Methods in io.permazen.cli with parameters of type TransactionConfig.SchemaRemovalModifier and TypeMethodDescriptionvoid
Session.setSchemaRemoval
(TransactionConfig.SchemaRemoval schemaRemoval) -
Uses of TransactionConfig.SchemaRemoval in io.permazen.cli.config
Fields in io.permazen.cli.config declared as TransactionConfig.SchemaRemovalModifier and TypeFieldDescriptionprotected TransactionConfig.SchemaRemoval
CoreApiCliConfig.schemaRemoval
Fields in io.permazen.cli.config with type parameters of type TransactionConfig.SchemaRemovalModifier and TypeFieldDescriptionprotected joptsimple.OptionSpec<TransactionConfig.SchemaRemoval>
CoreApiCliConfig.schemaRemovalOption
Methods in io.permazen.cli.config that return TransactionConfig.SchemaRemovalModifier and TypeMethodDescriptionprotected TransactionConfig.SchemaRemoval
CoreApiCliConfig.getDefaultSchemaRemoval()
Get the defaultTransactionConfig.SchemaRemoval
. -
Uses of TransactionConfig.SchemaRemoval in io.permazen.core
Methods in io.permazen.core that return TransactionConfig.SchemaRemovalModifier and TypeMethodDescriptionTransactionConfig.getSchemaRemoval()
Get when to automatically detect and remove unused schemas.Returns the enum constant of this class with the specified name.static TransactionConfig.SchemaRemoval[]
TransactionConfig.SchemaRemoval.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.permazen.core with parameters of type TransactionConfig.SchemaRemovalModifier and TypeMethodDescriptionTransactionConfig.Builder.schemaRemoval
(TransactionConfig.SchemaRemoval schemaRemoval) Configure when to automatically detect and remove unused schemas from the database.