Index
All Classes and Interfaces|All Packages|Serialized Form
M
- mapFieldsToColumns(Class<? extends Entity>) - Static method in class dimstyl.orm.internal.processors.TableProcessor
-
Maps entity class fields to their corresponding table column names.
- Metadata - Interface in dimstyl.orm.metadata
-
Marker interface for metadata representations in the ORM framework.
- MissingColumnAnnotationException - Exception Class in dimstyl.orm.exceptions
-
Exception thrown when a required
@Columnannotation is missing from an entity field. - MissingColumnAnnotationException(String) - Constructor for exception class dimstyl.orm.exceptions.MissingColumnAnnotationException
-
Constructs a new
MissingColumnAnnotationExceptionwith the specified detail message. - MissingDatabaseAnnotationException - Exception Class in dimstyl.orm.exceptions
-
Exception thrown when an entity class is missing the required
@Databaseannotation. - MissingDatabaseAnnotationException(String) - Constructor for exception class dimstyl.orm.exceptions.MissingDatabaseAnnotationException
-
Constructs a new
MissingDatabaseAnnotationExceptionwith the specified detail message. - MissingPrimaryKeyException - Exception Class in dimstyl.orm.exceptions
-
Exception thrown when an entity class does not have a primary key defined.
- MissingPrimaryKeyException(String) - Constructor for exception class dimstyl.orm.exceptions.MissingPrimaryKeyException
-
Constructs a new
MissingPrimaryKeyExceptionwith the specified detail message. - MissingRepositoryAnnotationException - Exception Class in dimstyl.orm.exceptions
-
Exception thrown when a repository class is missing the required
@Repositoryannotation. - MissingRepositoryAnnotationException(String) - Constructor for exception class dimstyl.orm.exceptions.MissingRepositoryAnnotationException
-
Constructs a new
MissingRepositoryAnnotationExceptionwith the specified detail message. - MissingTableAnnotationException - Exception Class in dimstyl.orm.exceptions
-
Exception thrown when an entity class is missing the required
@Tableannotation. - MissingTableAnnotationException(String) - Constructor for exception class dimstyl.orm.exceptions.MissingTableAnnotationException
-
Constructs a new
MissingTableAnnotationExceptionwith the specified detail message.
All Classes and Interfaces|All Packages|Serialized Form