Index
All Classes and Interfaces|All Packages|Serialized Form
C
- camelCaseToSnakeCase(String) - Static method in class dimstyl.orm.internal.utils.StringUtils
-
Converts a camelCase string to snake_case.
- close() - Method in interface dimstyl.orm.configuration.DatabaseConfiguration
-
Closes the active database connection.
- close() - Method in enum class dimstyl.orm.configuration.GenericDatabaseConfiguration
-
Closes the active database connection if it exists.
- Column - Annotation Interface in dimstyl.orm.annotations
-
Represents a database column mapping for an entity field in the custom ORM framework.
- ColumnMetadata - Record Class in dimstyl.orm.metadata
-
Represents metadata for a database column.
- ColumnMetadata(String, String, boolean, boolean, boolean) - Constructor for record class dimstyl.orm.metadata.ColumnMetadata
-
Creates an instance of a
ColumnMetadata
record class. - columnMetadataList - Variable in record class dimstyl.orm.metadata.TableMetadata
-
The field for the
columnMetadataList
record component. - columnMetadataList() - Method in record class dimstyl.orm.metadata.TableMetadata
-
Returns the value of the
columnMetadataList
record component. - columnName - Variable in record class dimstyl.orm.metadata.ColumnMetadata
-
The field for the
columnName
record component. - columnName() - Method in record class dimstyl.orm.metadata.ColumnMetadata
-
Returns the value of the
columnName
record component. - columnNames() - Element in annotation interface dimstyl.orm.annotations.UniqueConstraint
-
Specifies the names of the database columns that should have unique values.
- ColumnProcessor - Class in dimstyl.orm.internal.processors
-
Utility class responsible for processing column-related metadata in entity classes.
- ColumnProcessor() - Constructor for class dimstyl.orm.internal.processors.ColumnProcessor
-
Private constructor to prevent instantiation.
- columnType - Variable in record class dimstyl.orm.metadata.ColumnMetadata
-
The field for the
columnType
record component. - columnType() - Method in record class dimstyl.orm.metadata.ColumnMetadata
-
Returns the value of the
columnType
record component. - ColumnTypeResolver - Interface in dimstyl.orm.internal.sql.resolver
-
Interface for resolving SQL column types based on Java field types.
- ColumnTypeResolverFactory - Class in dimstyl.orm.internal.sql.resolver
-
Factory class for obtaining the appropriate
ColumnTypeResolver
instance based on the specifiedDatabaseEngine
. - ColumnTypeResolverFactory() - Constructor for class dimstyl.orm.internal.sql.resolver.ColumnTypeResolverFactory
-
Private constructor to prevent instantiation.
- CompositePrimaryKeyException - Exception Class in dimstyl.orm.exceptions
-
Exception thrown when a composite primary key is detected in an entity.
- CompositePrimaryKeyException(String) - Constructor for exception class dimstyl.orm.exceptions.CompositePrimaryKeyException
-
Constructs a new
CompositePrimaryKeyException
with the specified detail message. - connect(String, SqlOperation) - Method in interface dimstyl.orm.configuration.DatabaseConfiguration
-
Establishes a connection to the specified database.
- connect(String, SqlOperation) - Method in enum class dimstyl.orm.configuration.GenericDatabaseConfiguration
-
Establishes a connection to the specified database.
- connection - Variable in enum class dimstyl.orm.configuration.GenericDatabaseConfiguration
-
The active database connection.
- ConsoleUtils - Class in dimstyl.orm.internal.utils
-
Utility class for console-based formatted output.
- ConsoleUtils() - Constructor for class dimstyl.orm.internal.utils.ConsoleUtils
-
Private constructor to prevent instantiation.
- CREATE_TABLE - Enum constant in enum class dimstyl.orm.enums.SqlOperation
-
Represents an operation to create a new table in the database.
All Classes and Interfaces|All Packages|Serialized Form