All Downloads are FREE. Search and download functionalities are using the official Maven repository.

MultitenancyIT.jobs.test-job-handler.ts Maven / Gradle / Ivy

The newest version!
import { BookRepository } from "../gen/edm/dao/Books/BookRepository";
import { logging } from "sdk/log";

const logger = logging.getLogger("test-job-handler.ts");

const repo = new BookRepository();
const books = repo.findAll();
logger.info("Job: found [{}] books. Books: [{}]", books.length, JSON.stringify(books));




© 2015 - 2025 Weber Informatics LLC | Privacy Policy