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