Package | Description |
---|---|
com.manydesigns.portofino.oauth | |
com.manydesigns.portofino.pageactions.m2m | |
com.manydesigns.portofino.persistence |
Modifier and Type | Method and Description |
---|---|
protected Object |
DatabaseCredentialStore.create(TableAccessor tableAccessor,
Object idValue) |
protected void |
DatabaseCredentialStore.delete(Session session,
TableAccessor tableAccessor,
Object record) |
Modifier and Type | Field and Description |
---|---|
protected TableAccessor |
ManyToManyAction.manyTableAccessor |
protected TableAccessor |
ManyToManyAction.relationTableAccessor |
Modifier and Type | Method and Description |
---|---|
TableAccessor |
ManyToManyAction.getManyTableAccessor() |
TableAccessor |
ManyToManyAction.getRelationTableAccessor() |
Modifier and Type | Method and Description |
---|---|
TableAccessor |
Persistence.getTableAccessor(String databaseName,
String entityName) |
Modifier and Type | Method and Description |
---|---|
static Object |
QueryUtils.getObjectByPk(Session session,
TableAccessor table,
Serializable pk)
Loads an object by primary key.
|