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
@Column
annotation is missing from an entity field. - MissingColumnAnnotationException(String) - Constructor for exception class dimstyl.orm.exceptions.MissingColumnAnnotationException
-
Constructs a new
MissingColumnAnnotationException
with the specified detail message. - MissingDatabaseAnnotationException - Exception Class in dimstyl.orm.exceptions
-
Exception thrown when an entity class is missing the required
@Database
annotation. - MissingDatabaseAnnotationException(String) - Constructor for exception class dimstyl.orm.exceptions.MissingDatabaseAnnotationException
-
Constructs a new
MissingDatabaseAnnotationException
with 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
MissingPrimaryKeyException
with the specified detail message. - MissingRepositoryAnnotationException - Exception Class in dimstyl.orm.exceptions
-
Exception thrown when a repository class is missing the required
@Repository
annotation. - MissingRepositoryAnnotationException(String) - Constructor for exception class dimstyl.orm.exceptions.MissingRepositoryAnnotationException
-
Constructs a new
MissingRepositoryAnnotationException
with the specified detail message. - MissingTableAnnotationException - Exception Class in dimstyl.orm.exceptions
-
Exception thrown when an entity class is missing the required
@Table
annotation. - MissingTableAnnotationException(String) - Constructor for exception class dimstyl.orm.exceptions.MissingTableAnnotationException
-
Constructs a new
MissingTableAnnotationException
with the specified detail message.
All Classes and Interfaces|All Packages|Serialized Form