Interface Utils<E extends EntityType>

All Known Subinterfaces:
SQL_DQL<E>, SQLUtils<E>
All Known Implementing Classes:
DQLImpl, SQLUtilities

public interface Utils<E extends EntityType>
Author:
alireza_bayat created on 11/1/21
  • Method Details

    • nullValidation

      default String nullValidation(String s)
    • nullValidation

      default String nullValidation(OrderArrange orderArrange)
    • getClazz

      default Class<?> getClazz(E e)

      get class object of given entity