Package dimstyl.orm.exceptions
package dimstyl.orm.exceptions
Contains exception classes related to ORM operations.
-
Exception ClassesClassDescriptionException thrown when a composite primary key is detected in an entity.Exception thrown when a database connection issue occurs.Exception thrown when an invalid column name is detected.Exception thrown when a required
@Column
annotation is missing from an entity field.Exception thrown when an entity class is missing the required@Database
annotation.Exception thrown when an entity class does not have a primary key defined.Exception thrown when a repository class is missing the required@Repository
annotation.Exception thrown when an entity class is missing the required@Table
annotation.Exception thrown when an error occurs during SQL execution.Exception thrown when an unsupported field type is encountered in an entity.