Serialized Form
-
Package nl.datasteel.crudcraft.codegen.exception
-
Exception Class nl.datasteel.crudcraft.codegen.exception.CrudCraftGenerationException
class CrudCraftGenerationException extends RuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.codegen.exception.FileWritingException
class FileWritingException extends CrudCraftGenerationException implements Serializable
-
-
Package nl.datasteel.crudcraft.runtime.exception
-
Exception Class nl.datasteel.crudcraft.runtime.exception.BadRequestException
class BadRequestException extends CrudCraftRuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.runtime.exception.BulkOperationException
class BulkOperationException extends CrudCraftRuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.runtime.exception.CrudCraftRuntimeException
class CrudCraftRuntimeException extends RuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.runtime.exception.DataIntegrityException
class DataIntegrityException extends CrudCraftRuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.runtime.exception.DuplicateResourceException
class DuplicateResourceException extends CrudCraftRuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.runtime.exception.ForbiddenException
class ForbiddenException extends CrudCraftRuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.runtime.exception.MapperException
class MapperException extends CrudCraftRuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.runtime.exception.NotImplementedException
class NotImplementedException extends CrudCraftRuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.runtime.exception.OperationNotAllowedException
class OperationNotAllowedException extends CrudCraftRuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.runtime.exception.PreconditionFailedException
class PreconditionFailedException extends CrudCraftRuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.runtime.exception.RelationshipException
class RelationshipException extends CrudCraftRuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.runtime.exception.ResourceNotFoundException
class ResourceNotFoundException extends CrudCraftRuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.runtime.exception.TooManyRequestsException
class TooManyRequestsException extends CrudCraftRuntimeException implements Serializable -
Exception Class nl.datasteel.crudcraft.runtime.exception.UnauthorizedException
class UnauthorizedException extends CrudCraftRuntimeException implements Serializable
-
-
Package nl.datasteel.crudcraft.runtime.extensions
-
Class nl.datasteel.crudcraft.runtime.extensions.QAuditableExtension
class QAuditableExtension extends com.querydsl.core.types.dsl.BeanPath<AuditableExtension> implements Serializable- serialVersionUID:
- 1L
-
Class nl.datasteel.crudcraft.runtime.extensions.QSoftDeleteExtension
class QSoftDeleteExtension extends com.querydsl.core.types.dsl.BeanPath<SoftDeleteExtension> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deleted
com.querydsl.core.types.dsl.BooleanPath deleted
-
deletedAt
com.querydsl.core.types.dsl.DateTimePath<Instant> deletedAt
-
-
-
Package nl.datasteel.crudcraft.runtime.security
-
Exception Class nl.datasteel.crudcraft.runtime.security.AccessDeniedException
class AccessDeniedException extends RuntimeException implements Serializable
-