Package com.axelor.db
package com.axelor.db
-
ClassDescriptionThis class provides helper methods for model objects.This class provides easy access to
EntityManager
and related API.The class loader for domain objects.A generic implementation ofModel
.A Guice module to configure JPA.JpaRepository<T extends Model>The JPA implementation of theRepository
.A custom Hibernate scanner that scans all the classpath entries for all theModel
classes annotated withEntity
.This class provides some helper static methods to deal with custom sequences.This class provides some useful methods in JPA context, can be used as a base class for services to make it more convenient.The jdbc task interface.The base abstract model class to extend all domain objects.Executes transactions in parallel and handles rollback if any exception occurs.TheQuery
class allows filtering and fetching records quickly.JoinHelper class is used to auto generateLEFT JOIN
for association expressions.The query binder class provides the helper methods to bind query parameters and mark the query cacheable.Repository<T extends Model>The repository interface defines common data access methods.ValueEnum<T>Enum type fields with custom values should implement this interface.