public class StoredobjectQueryHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
maintablealiasforgetallactive
the alias for the main table for get all active query
|
Constructor and Description |
---|
StoredobjectQueryHelper() |
Modifier and Type | Method and Description |
---|---|
static StoredobjectQueryHelper |
get() |
<E extends DataObject<E>> |
getallactive(QueryFilter condition,
DataObjectDefinition<E> definition,
StoredobjectDefinition<E> propertydefinition) |
public static java.lang.String maintablealiasforgetallactive
public static StoredobjectQueryHelper get()
public <E extends DataObject<E>> E[] getallactive(QueryFilter condition, DataObjectDefinition<E> definition, StoredobjectDefinition<E> propertydefinition)
condition
- condition to filter further all active recordsdefinition
- definition of the objectpropertydefinition
- definition of the stored object property for the
object