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

E

engine() - Element in annotation interface dimstyl.orm.annotations.Database
Defines the database engine to be used.
ensureDirectoryExists(String) - Method in enum class dimstyl.orm.configuration.GenericDatabaseConfiguration
Ensures that the specified directory exists.
entity() - Element in annotation interface dimstyl.orm.annotations.Repository
Specifies the entity class managed by this repository.
Entity - Interface in dimstyl.orm.model
Marker interface for ORM entities.
entityClass - Variable in record class dimstyl.orm.metadata.RepositoryMetadata
The field for the entityClass record component.
entityClass() - Method in record class dimstyl.orm.metadata.RepositoryMetadata
Returns the value of the entityClass record component.
equals(Object) - Method in record class dimstyl.orm.metadata.ColumnMetadata
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dimstyl.orm.metadata.DatabaseMetadata
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dimstyl.orm.metadata.RepositoryMetadata
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dimstyl.orm.metadata.TableMetadata
Indicates whether some other object is "equal to" this one.
executeCreateTable(String, Connection) - Static method in class dimstyl.orm.internal.sql.execution.SqlQueryExecutor
Executes a single `CREATE TABLE` query.
executeCreateTableQueries(List<String>, Connection) - Static method in class dimstyl.orm.internal.sql.execution.SqlQueryExecutor
Executes a list of `CREATE TABLE` SQL queries.
executeDeleteByIdQuery(String, Connection, T) - Static method in class dimstyl.orm.internal.sql.execution.SqlQueryExecutor
Executes a `DELETE BY ID` query to remove a record from the database.
executeSelectAllQuery(String, Connection, Class<T>) - Static method in class dimstyl.orm.internal.sql.execution.SqlQueryExecutor
Executes a `SELECT ALL` query and maps the results to a list of entity objects.
extractColumnAnnotation(Field) - Static method in class dimstyl.orm.internal.processors.ColumnProcessor
Extracts the Column annotation from the given field, if present.
extractMetadata(Class<?>) - Static method in class dimstyl.orm.internal.processors.DatabaseProcessor
Extracts metadata from a given class annotated with Database.
extractMetadata(Class<?>) - Static method in class dimstyl.orm.internal.processors.RepositoryProcessor
Extracts metadata from a given class annotated with Repository.
extractMetadata(Class<? extends Entity>, DatabaseEngine) - Static method in class dimstyl.orm.internal.processors.TableProcessor
Extracts table metadata from an entity class.
extractMetadata(Field, DatabaseEngine) - Static method in class dimstyl.orm.internal.processors.ColumnProcessor
Extracts metadata from a given field and constructs a ColumnMetadata object.
extractTableAnnotation(Class<? extends Entity>) - Static method in class dimstyl.orm.internal.processors.TableProcessor
Extracts the Table annotation from an entity class.
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