Class PersistenceUtil

java.lang.Object
de.joergdev.mosy.backend.bl.utils.PersistenceUtil

public class PersistenceUtil extends Object
  • Constructor Details

    • PersistenceUtil

      public PersistenceUtil()
  • Method Details

    • getDbInterfaceMethodByNames

      public static InterfaceMethod getDbInterfaceMethodByNames(AbstractBL<?,?> bl, String nameInterface, String nameMethod, boolean nonStrictSearchMethodServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod)
    • getDbInterfaceByName

      public static Interface getDbInterfaceByName(AbstractBL<?,?> bl, String name)
    • getDbInterfaceByServicePath

      public static Interface getDbInterfaceByServicePath(AbstractBL<?,?> bl, String servicePath, boolean servicePathStartsWith)
    • getDbInterfaceMethodByName

      public static InterfaceMethod getDbInterfaceMethodByName(AbstractBL<?,?> bl, String nameMethod, Interface dbInterface)
    • getDbInterfaceMethodByServicePath

      public static InterfaceMethod getDbInterfaceMethodByServicePath(AbstractBL<?,?> bl, String servicePathMethod, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod, Interface dbInterface, boolean leaveOnNotFound)