Modifier and Type | Class and Description |
---|---|
class |
EntityManagerLookupAware
A common base class to determine the
EntityManager |
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 |
SequenceSubOrderTransformer<S extends SubOrder>
For a
SubOrder that has a root, we need to determine its previous position and persist that. |
Modifier and Type | Class and Description |
---|---|
class |
SendOnHazelCast<T>
Send an Object over HaxelCast
Code sample:
|
Modifier and Type | Class and Description |
---|---|
class |
PageToTemplate
Derive a
Template from its PageIdentifier |
Modifier and Type | Method and Description |
---|---|
UpdatableContext |
EnsureEntityManagerSetTransformer.getUpdatableContext() |
Modifier and Type | Method and Description |
---|---|
void |
EnsureEntityManagerSetTransformer.setUpdatableContext(UpdatableContext updatableContext) |
Constructor and Description |
---|
EnsureEntityManagerSetTransformer(UpdatableContext updatableContext) |
Modifier and Type | Class and Description |
---|---|
class |
ODBExecuteTransformer
Transformer :
Orientdb Execute transformer :
Fire any OrientDb DML query to manipulate records and classes of ODB database. |
Modifier and Type | Class and Description |
---|---|
class |
ODBQueryTransformer<E,T> |
Modifier and Type | Class and Description |
---|---|
class |
ODBPersistTransformer<E,T>
Object persisting Transformer
|
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() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTrackingService
Service for app to track the
Feature using TrackCycle |
Copyright © 2018. All rights reserved.