Class JobPropertySearchDao

java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.JobPropertySearchDao

public class JobPropertySearchDao extends BaseDao
Provides a DAO for the JobPropertySearch entity
Since:
24.4.0
  • Constructor Details

    • JobPropertySearchDao

      public JobPropertySearchDao()
  • Method Details

    • getJobPropertySearchForPK

      public JobPropertySearch getJobPropertySearchForPK(Object id)
      Return the JobPropertySearch object for the given primary key or null if not found.
      Parameters:
      id - the JobPropertySearch ID
      Returns:
      the JobPropertySearch object for the given primary key or null if not found