|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenericQueryManager | |
|---|---|
| com.uwyn.rife.cmf.dam | Provides classes and interfaces for the database access management of the content management framework. |
| com.uwyn.rife.database.querymanagers.generic | Provides classes and interfaces for the persistance framework. |
| com.uwyn.rife.mail.dam | Provides classes for the database access management of the mail queue. |
| Uses of GenericQueryManager in com.uwyn.rife.cmf.dam |
|---|
| Classes in com.uwyn.rife.cmf.dam that implement GenericQueryManager | |
|---|---|
class |
ContentQueryManager<T>
The ContentQueryManager simplifies working with content a lot. |
| Methods in com.uwyn.rife.cmf.dam that return GenericQueryManager | ||
|---|---|---|
|
ContentQueryManager.createNewManager(Class<OtherBeanType> type)
|
|
| Uses of GenericQueryManager in com.uwyn.rife.database.querymanagers.generic |
|---|
| Classes in com.uwyn.rife.database.querymanagers.generic that implement GenericQueryManager | |
|---|---|
class |
AbstractGenericQueryManager<BeanType>
|
class |
GenericQueryManagerDelegate<T>
|
| Methods in com.uwyn.rife.database.querymanagers.generic that return GenericQueryManager | ||
|---|---|---|
|
AbstractGenericQueryManager.createNewManager(Class<OtherBeanType> beanClass)
|
|
|
GenericQueryManager.createNewManager(Class<OtherBeanType> beanClass)
Create a new generic query manager of the same kind but for another bean class. |
|
|
GenericQueryManagerDelegate.createNewManager(Class<OtherBeanType> type)
|
|
GenericQueryManager |
ManyToOneDeclaration.getAssociationManager()
|
|
GenericQueryManager<T> |
GenericQueryManagerDelegate.getDelegate()
|
|
static
|
GenericQueryManagerFactory.getInstance(Datasource datasource,
Class<BeanType> beanClass)
|
|
static
|
GenericQueryManagerFactory.getInstance(Datasource datasource,
Class<BeanType> beanClass,
String tableName)
|
|
| Methods in com.uwyn.rife.database.querymanagers.generic with parameters of type GenericQueryManager | |
|---|---|
ManyToOneDeclaration |
ManyToOneDeclaration.associationManager(GenericQueryManager associationManager)
|
static ManyToOneDeclaration |
GenericQueryManagerRelationalUtils.createManyToOneDeclaration(GenericQueryManager manager,
ConstrainedProperty property,
Class propertyType)
|
static String |
GenericQueryManagerRelationalUtils.generateManyToManyJoinColumnName(GenericQueryManager manager)
|
static String |
GenericQueryManagerRelationalUtils.generateManyToManyJoinTableName(ManyToManyDeclaration assocation,
GenericQueryManager manager1,
GenericQueryManager manager2)
|
static String |
GenericQueryManagerRelationalUtils.generateManyToManyJoinTableName(ManyToManyDeclaration assocation,
GenericQueryManager manager1,
GenericQueryManager manager2)
|
static Map<String,ManyToManyDeclaration> |
GenericQueryManagerRelationalUtils.obtainManyToManyDeclarations(GenericQueryManager manager,
Constrained constrained,
boolean includeAssociations)
|
static Map<String,ManyToOneAssociationDeclaration> |
GenericQueryManagerRelationalUtils.obtainManyToOneAssociationDeclarations(GenericQueryManager manager,
Constrained constrained)
|
static Map<String,ManyToOneDeclaration> |
GenericQueryManagerRelationalUtils.obtainManyToOneDeclarations(GenericQueryManager manager,
Constrained constrained,
String fixedMainProperty,
Class fixedAssocationType)
|
static void |
GenericQueryManagerRelationalUtils.processManyToOneJoinColumns(GenericQueryManager manager,
ManyToOneJoinColumnProcessor processor)
|
static Object |
GenericQueryManagerRelationalUtils.restoreLazyManyToOneProperty(GenericQueryManager manager,
Constrained constrained,
String propertyName,
String propertyTypeClassName)
Restores a constrained many-to-one property value that is lazily loaded. |
static Object |
GenericQueryManagerRelationalUtils.restoreManyToOneProperty(GenericQueryManager manager,
GenericQueryManager associationManager,
String columnName,
Class propertyType)
|
static Object |
GenericQueryManagerRelationalUtils.restoreManyToOneProperty(GenericQueryManager manager,
GenericQueryManager associationManager,
String columnName,
Class propertyType)
|
void |
ManyToOneDeclaration.setAssociationManager(GenericQueryManager associationManager)
|
| Uses of GenericQueryManager in com.uwyn.rife.mail.dam |
|---|
| Fields in com.uwyn.rife.mail.dam declared as GenericQueryManager | |
|---|---|
protected GenericQueryManager<Email> |
DatabaseMailQueue.mManager
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||