Uses of Package
org.litebridgedb.db.spi.convert
Packages that use org.litebridgedb.db.spi.convert
Package
Description
Core type conversion system for Litebridge.
Service Provider Interface (SPI) for integrating database drivers with Litebridge
Abstract implementation classes for the Litebridge Database SPI.
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Classes in org.litebridgedb.db.spi.convert used by org.litebridgedb.convertClassDescriptionThe
TypeConverterinterface defines a mechanism for converting objects between different types, commonly used for database data type conversions and domain-specific representations. -
Classes in org.litebridgedb.db.spi.convert used by org.litebridgedb.db.spiClassDescriptionThe
TypeConverterinterface defines a mechanism for converting objects between different types, commonly used for database data type conversions and domain-specific representations. -
Classes in org.litebridgedb.db.spi.convert used by org.litebridgedb.db.spi.implClassDescriptionThe
TypeConverterinterface defines a mechanism for converting objects between different types, commonly used for database data type conversions and domain-specific representations. -
Classes in org.litebridgedb.db.spi.convert used by org.litebridgedb.orm.persistenceClassDescriptionThe
TypeConverterinterface defines a mechanism for converting objects between different types, commonly used for database data type conversions and domain-specific representations.