Modifier and Type | Field and Description |
---|---|
Persistence |
ApplicationWizard.persistence |
Modifier and Type | Method and Description |
---|---|
Persistence |
ApplicationWizard.getPersistence() |
Modifier and Type | Field and Description |
---|---|
Persistence |
TablesAction.persistence |
Modifier and Type | Method and Description |
---|---|
Persistence |
TablesAction.getPersistence() |
Modifier and Type | Method and Description |
---|---|
org.jfree.chart.JFreeChart |
ChartGenerator.generate(ChartDefinition chartDefinition,
Persistence persistence,
Locale locale) |
org.jfree.chart.JFreeChart |
Chart2DGenerator.generate(ChartDefinition chartDefinition,
Persistence persistence,
Locale locale) |
org.jfree.chart.JFreeChart |
Chart1DGenerator.generate(ChartDefinition chartDefinition,
Persistence persistence,
Locale locale) |
Modifier and Type | Field and Description |
---|---|
protected Persistence |
DatabaseModule.persistence |
Modifier and Type | Field and Description |
---|---|
protected Persistence |
DatabaseCredentialStore.persistence |
Constructor and Description |
---|
DatabaseCredentialStore(Persistence persistence,
String databaseName,
String entityName,
String idProperty,
String accessTokenProperty,
String refreshTokenProperty,
String expirationProperty) |
Modifier and Type | Field and Description |
---|---|
Persistence |
ChartJsAction.persistence |
Modifier and Type | Field and Description |
---|---|
Persistence |
ChartJsConfiguration.persistence |
Modifier and Type | Field and Description |
---|---|
Persistence |
JFreeChartAction.persistence |
Modifier and Type | Field and Description |
---|---|
Persistence |
JFreeChartConfiguration.persistence |
Modifier and Type | Field and Description |
---|---|
protected Persistence |
ModelSelectionProviderSupport.persistence |
Persistence |
CrudAction.persistence |
Constructor and Description |
---|
ModelSelectionProviderSupport(CrudAction crudAction,
Persistence persistence) |
Modifier and Type | Field and Description |
---|---|
Persistence |
CrudConfiguration.persistence |
Modifier and Type | Field and Description |
---|---|
Persistence |
ManyToManyAction.persistence |
Modifier and Type | Field and Description |
---|---|
Persistence |
ManyToManyConfiguration.persistence |
Modifier and Type | Method and Description |
---|---|
static void |
QueryUtils.commit(Persistence persistence,
String databaseName)
Cleanly commits the current (for this thread) transaction of the given database.
|
static Object |
QueryUtils.getObjectByPk(Persistence persistence,
String database,
String entityName,
Serializable pk)
Loads an object by primary key.
|
static Object |
QueryUtils.getObjectByPk(Persistence persistence,
String database,
String entityName,
Serializable pk,
String hqlQueryString,
Object rootObject)
Loads an object by primary key.
|
static Object |
QueryUtils.getObjectByPk(Persistence persistence,
Table baseTable,
Serializable pkObject)
Loads an object by primary key.
|
static Object |
QueryUtils.getObjectByPk(Persistence persistence,
Table baseTable,
Serializable pkObject,
String query,
Object rootObject)
Loads an object by primary key.
|
static List<Object> |
QueryUtils.getRelatedObjects(Persistence persistence,
String databaseName,
String entityName,
Object obj,
String oneToManyRelationshipName)
Navigates a ...
|