Package | Description |
---|---|
com.neurosys.dao.jpa | |
com.neurosys.saas.etl |
Modifier and Type | Class and Description |
---|---|
class |
JPACallableStatementTransformer
Call to a Stored procedure.
|
class |
JPAExecuteTransformer
Fire any JPA DML and return the number of records affected.
|
class |
JPAFlushTransformer
Will flush and clear the
EntityManager |
class |
JPAPersistTransformer
Simple
EntityManager.persist(Object) and EntityManager.merge(Object) operations. |
class |
JPAQueryTransformer
Fire any JPA Query and return the the fields as an Object[]; so the transformer itself will return
List<Object[]> Any params supplied will be applied sequentially in the input is an Object[] or a List. |
class |
QueryByObjectTransformer<T>
Allows to query by a passed Object and convert it to
Query or even take in a direct Query ;
fetch the List of entity from QueryableDao . |
Modifier and Type | Class and Description |
---|---|
class |
TenantContextJPAQueryTransformer<O extends Organization,U extends SAASUser<O>>
This
Transformer ensures all generic queries are made in context to the current Tenant.By default the Tenant related to User#getOrganizations() and User#getPrimaryOrganization() |
Copyright © 2018. All rights reserved.