Uses of Class
com.github.collinalpert.java2db.entities.BaseCodeAndDescriptionDeletableEntity
| Package | Description |
|---|---|
| com.github.collinalpert.java2db.services |
-
Uses of BaseCodeAndDescriptionDeletableEntity in com.github.collinalpert.java2db.services
Classes in com.github.collinalpert.java2db.services with type parameters of type BaseCodeAndDescriptionDeletableEntity Modifier and Type Class Description classBaseCodeAndDescriptionDeletableService<T extends BaseCodeAndDescriptionDeletableEntity>Describes a service class for an entity which contains an id, an isDeleted flag, a code and a description.