Uses of Interface
net.solarnetwork.central.domain.ClaimableJob
Packages that use ClaimableJob
-
Uses of ClaimableJob in net.solarnetwork.central.dao
Classes in net.solarnetwork.central.dao with type parameters of type ClaimableJobModifier and TypeInterfaceDescriptioninterfaceClaimableJobDao<C,R, S extends ClaimableJobState, T extends ClaimableJob<C, R, S, PK>, PK extends Serializable> DAO API forClaimableJobentities. -
Uses of ClaimableJob in net.solarnetwork.central.domain
Classes in net.solarnetwork.central.domain that implement ClaimableJobModifier and TypeClassDescriptionclassBaseClaimableJob<C,R, S extends ClaimableJobState, PK extends Comparable<PK> & Serializable> Abstract implementation support forClaimableJob.