Index

A B C D E F G H I M N P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

S

SELECT_ALL - Enum constant in enum class dimstyl.orm.enums.SqlOperation
Represents an operation to select all records from a database table.
SelectAll - Annotation Interface in dimstyl.orm.annotations
Annotation to mark a method for selecting all records from an entity table.
SelectAllQueryGenerator - Enum Class in dimstyl.orm.internal.sql.generator
Generates an SQL `SELECT * FROM` query for retrieving all records from a table.
SelectAllQueryGenerator() - Constructor for enum class dimstyl.orm.internal.sql.generator.SelectAllQueryGenerator
 
SqlExecutionException - Exception Class in dimstyl.orm.exceptions
Exception thrown when an error occurs during SQL execution.
SqlExecutionException(String, Throwable) - Constructor for exception class dimstyl.orm.exceptions.SqlExecutionException
Constructs a new SqlExecutionException with the specified detail message and the underlying cause of the exception.
SQLITE - Enum constant in enum class dimstyl.orm.enums.DatabaseEngine
SQLite Database Engine.
SQLiteColumnTypeResolver - Enum Class in dimstyl.orm.internal.sql.resolver
Singleton enum implementation of ColumnTypeResolver for the SQLite database.
SQLiteColumnTypeResolver() - Constructor for enum class dimstyl.orm.internal.sql.resolver.SQLiteColumnTypeResolver
 
sqlOperation - Variable in record class dimstyl.orm.metadata.DatabaseMetadata
The field for the sqlOperation record component.
sqlOperation() - Method in record class dimstyl.orm.metadata.DatabaseMetadata
Returns the value of the sqlOperation record component.
SqlOperation - Enum Class in dimstyl.orm.enums
Enum representing different SQL operations supported by the ORM framework.
SqlOperation() - Constructor for enum class dimstyl.orm.enums.SqlOperation
 
SqlQueryExecutor - Class in dimstyl.orm.internal.sql.execution
Utility class responsible for executing SQL queries related to ORM operations.
SqlQueryExecutor() - Constructor for class dimstyl.orm.internal.sql.execution.SqlQueryExecutor
Private constructor to prevent instantiation of this utility class.
SqlQueryGenerator<K,T> - Interface in dimstyl.orm.internal.sql.generator
A generic interface for generating SQL queries based on metadata.
SqlQueryGeneratorFactory - Class in dimstyl.orm.internal.sql.generator
Factory class for retrieving instances of SQL query generators based on the specified SQL operation.
SqlQueryGeneratorFactory() - Constructor for class dimstyl.orm.internal.sql.generator.SqlQueryGeneratorFactory
Private constructor to prevent instantiation of the factory class.
StringUtils - Class in dimstyl.orm.internal.utils
Utility class for string transformations and formatting.
StringUtils() - Constructor for class dimstyl.orm.internal.utils.StringUtils
Private constructor to prevent instantiation.
supportedOperations - Variable in record class dimstyl.orm.metadata.RepositoryMetadata
The field for the supportedOperations record component.
supportedOperations() - Method in record class dimstyl.orm.metadata.RepositoryMetadata
Returns the value of the supportedOperations record component.
A B C D E F G H I M N P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form