Class PropertyReferenceDAO

java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.PropertyReferenceDAO

public class PropertyReferenceDAO extends BaseDAO
  • Field Details

  • Constructor Details

    • PropertyReferenceDAO

      public PropertyReferenceDAO()
  • Method Details

    • load

      public static PropertyReference load(Long id)
    • deleteReferencesByPropertyIds

      public static void deleteReferencesByPropertyIds(List<Long> propertyIdList)