Module storm
Package st.orm.spi
package st.orm.spi
-
ClassDescriptionProvider for default entity repositories.Provider for default projection repositories.Default implementation of
QueryBuilderProviderthat are based onSelectBuilderImplandDeleteBuilderImpl.Default implementation ofEntityRepository.Provides pluggable entity repository logic.Represents a name of a database object.Interface for classes that can be ordered.Ordering constraint that indicates that the current class should come after the specified classes.Ordering constraint that indicates that the current class should come after any other class.Ordering constraint that indicates that the current class should come before the specified classes.Ordering constraint that indicates that the current class should come before any other class.Interface for converting ORM parameters to SQL parameters.Interface for resolving names of record components.Provides pluggable ORM converter logic for record components.Provides pluggable reflection support for the ORM to support different JVM languages, such as Java and Kotlin.Provides pluggable ORM reflection logic.Default implementation ofProjectionRepository.Provides pluggable projection repository logic.Base interface for service provider interfaces of the storm framework.Helper class for loading providers from the storm framework.Provides pluggable query builder logic.Factory for creating queries.Provides the SQL dialect.