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

T

Table - Annotation Interface in dimstyl.orm.annotations
Annotation to define a database table mapping for an entity.
TableMetadata - Record Class in dimstyl.orm.metadata
Represents metadata for a database table, including its name, unique constraints, and associated column metadata.
TableMetadata(String, UniqueConstraint[], List<ColumnMetadata>) - Constructor for record class dimstyl.orm.metadata.TableMetadata
Creates an instance of a TableMetadata record class.
tableMetadataList - Variable in record class dimstyl.orm.metadata.DatabaseMetadata
The field for the tableMetadataList record component.
tableMetadataList() - Method in record class dimstyl.orm.metadata.DatabaseMetadata
Returns the value of the tableMetadataList record component.
tableName - Variable in record class dimstyl.orm.metadata.RepositoryMetadata
The field for the tableName record component.
tableName - Variable in record class dimstyl.orm.metadata.TableMetadata
The field for the tableName record component.
tableName() - Method in record class dimstyl.orm.metadata.RepositoryMetadata
Returns the value of the tableName record component.
tableName() - Method in record class dimstyl.orm.metadata.TableMetadata
Returns the value of the tableName record component.
TableProcessor - Class in dimstyl.orm.internal.processors
Utility class responsible for processing table metadata for ORM.
TableProcessor() - Constructor for class dimstyl.orm.internal.processors.TableProcessor
Private constructor to prevent instantiation.
tables() - Element in annotation interface dimstyl.orm.annotations.Database
Specifies the entity classes that represent tables in this database.
toString() - Method in enum class dimstyl.orm.enums.DatabaseEngine
Returns a user-friendly string representation of the database engine.
toString() - Method in record class dimstyl.orm.metadata.ColumnMetadata
Returns a string representation of this record class.
toString() - Method in record class dimstyl.orm.metadata.DatabaseMetadata
Returns a string representation of this record class.
toString() - Method in record class dimstyl.orm.metadata.RepositoryMetadata
Returns a string representation of this record class.
toString() - Method in record class dimstyl.orm.metadata.TableMetadata
Returns a string representation of this record class.
TYPE_MAP - Static variable in enum class dimstyl.orm.internal.sql.resolver.DerbyColumnTypeResolver
Maps Java types to their corresponding Apache Derby SQL column types.
TYPE_MAP - Static variable in enum class dimstyl.orm.internal.sql.resolver.H2ColumnTypeResolver
Maps Java types to their corresponding H2 SQL column types.
TYPE_MAP - Static variable in enum class dimstyl.orm.internal.sql.resolver.SQLiteColumnTypeResolver
Maps Java types to their corresponding SQLite SQL column types.
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