Uses of Class
com.github.collinalpert.java2db.entities.BaseDeletableEntity
-
Packages that use BaseDeletableEntity Package Description com.github.collinalpert.java2db.entities com.github.collinalpert.java2db.services -
-
Uses of BaseDeletableEntity in com.github.collinalpert.java2db.entities
Subclasses of BaseDeletableEntity in com.github.collinalpert.java2db.entities Modifier and Type Class Description classBaseCodeAndDescriptionDeletableEntityDescribes an entity that has an id, an isDeleted flag, a code and a description. -
Uses of BaseDeletableEntity in com.github.collinalpert.java2db.services
Classes in com.github.collinalpert.java2db.services with type parameters of type BaseDeletableEntity Modifier and Type Class Description classBaseDeletableService<T extends BaseDeletableEntity>Describes a service class for an entity which contains an id and an isDeleted flag.Methods in com.github.collinalpert.java2db.services with parameters of type BaseDeletableEntity Modifier and Type Method Description voidBaseDeletableService. delete(T... entities)Performs a soft delete on an variable amount of entities instead of completely deleting them from the database.
-