Class GenericModelService<T,S extends org.springframework.data.jpa.repository.JpaRepository<T,Long>>

java.lang.Object
org.xbricks.inventories.inventory.services.GenericModelService<T,S>
All Implemented Interfaces:
IGenericModelService<T>
Direct Known Subclasses:
AdapterNameService, DeliveryService, DepotService, HostOperatingSystemService, HostRoleService, InventoryItemService, InventoryItemStatusService, InventoryItemTypeService, IpAddressService, ManufacturerService, NetworkHostService, NetworkInterfaceControllerService, NetworkPrefixService, OwnerService, ResponsiblePersonService, TagService, TagTypeService, VendorService

@Service public abstract class GenericModelService<T,S extends org.springframework.data.jpa.repository.JpaRepository<T,Long>> extends Object implements IGenericModelService<T>