Index
All Classes and Interfaces|All Packages|Serialized Form
R
- Repository - Annotation Interface in dimstyl.orm.annotations
-
Defines a repository configuration for managing a specific entity in the database.
- RepositoryMetadata - Record Class in dimstyl.orm.metadata
-
Represents metadata for a repository, including database details, table name, associated entity class, and supported SQL operations.
- RepositoryMetadata(String, DatabaseEngine, String, Class<? extends Entity>, Set<SqlOperation>) - Constructor for record class dimstyl.orm.metadata.RepositoryMetadata
-
Creates an instance of a
RepositoryMetadata
record class. - RepositoryProcessor - Class in dimstyl.orm.internal.processors
-
Utility class responsible for processing metadata related to repositories in ORM.
- RepositoryProcessor() - Constructor for class dimstyl.orm.internal.processors.RepositoryProcessor
-
Private constructor to prevent instantiation.
- resolve(Field) - Method in interface dimstyl.orm.internal.sql.resolver.ColumnTypeResolver
-
Resolves the SQL column type for the given Java field.
- resolve(Field) - Method in enum class dimstyl.orm.internal.sql.resolver.DerbyColumnTypeResolver
-
Resolves the SQL column type for the given Java field.
- resolve(Field) - Method in enum class dimstyl.orm.internal.sql.resolver.H2ColumnTypeResolver
-
Resolves the SQL column type for the given Java field.
- resolve(Field) - Method in enum class dimstyl.orm.internal.sql.resolver.SQLiteColumnTypeResolver
-
Resolves the SQL column type for the given Java field.
- resolve(Field, String, Map<Class<?>, String>) - Method in interface dimstyl.orm.internal.sql.resolver.ColumnTypeResolver
-
Resolves the SQL column type based on the provided field, database engine, and type mapping.
- resolveColumnName(Field) - Static method in class dimstyl.orm.internal.processors.ColumnProcessor
-
Resolves the column name for a given field.
- resolvePrimaryKeyColumnName(Class<? extends Entity>) - Static method in class dimstyl.orm.internal.processors.TableProcessor
-
Resolves the primary key column name for a given entity class.
- resolveTableName(Class<? extends Entity>) - Static method in class dimstyl.orm.internal.processors.TableProcessor
-
Resolves the table name for a given entity class.
All Classes and Interfaces|All Packages|Serialized Form