Class JpaScheduledJobDetail

java.lang.Object
com.broadleafcommerce.scheduledjob.provider.jpa.domain.JpaScheduledJobDetail
All Implemented Interfaces:
Serializable

@Entity public class JpaScheduledJobDetail extends Object implements Serializable
Persistent counter-part to a ScheduledJobDetail for use with a JPA-supported datastore.

We use a composite key of the job ID + detail name + detail value to ensure JPA recognizes which details are the same and which details are new based upon these fields rather than some separate ID field.

Author:
Samarth Dhruva (samarthd)
See Also:
  • Constructor Details

    • JpaScheduledJobDetail

      public JpaScheduledJobDetail()
  • Method Details