Uses of Class
org.eclipse.persistence.descriptors.DescriptorQueryManager
-
-
Uses of DescriptorQueryManager in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as DescriptorQueryManager Modifier and Type Field Description protected DescriptorQueryManagerClassDescriptor. queryManagerMethods in org.eclipse.persistence.descriptors that return DescriptorQueryManager Modifier and Type Method Description DescriptorQueryManagerClassDescriptor. getDescriptorQueryManager()PUBLIC: Return the queryManager.DescriptorQueryManagerDescriptorQueryManager. getParentDescriptorQueryManager()INTERNAL: Get the parent DescriptorQueryManager.DescriptorQueryManagerClassDescriptor. getQueryManager()PUBLIC: Return the queryManager.Methods in org.eclipse.persistence.descriptors with parameters of type DescriptorQueryManager Modifier and Type Method Description voidClassDescriptor. initialize(DescriptorQueryManager queryManager, AbstractSession session)INTERNAL: Initialize the query manager specific to the descriptor type.voidClassDescriptor. setQueryManager(DescriptorQueryManager queryManager)INTERNAL: Set the query manager. -
Uses of DescriptorQueryManager in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis with parameters of type DescriptorQueryManager Modifier and Type Method Description voidEISDescriptor. initialize(DescriptorQueryManager queryManager, AbstractSession session)INTERNAL: Initialize the query manager specific to the descriptor type.voidEISDescriptor. setQueryManager(DescriptorQueryManager queryManager)INTERNAL: Avoid SDK initialization. -
Uses of DescriptorQueryManager in org.eclipse.persistence.internal.databaseaccess
Methods in org.eclipse.persistence.internal.databaseaccess with parameters of type DescriptorQueryManager Modifier and Type Method Description voidDatasourcePlatform. initializeDefaultQueries(DescriptorQueryManager queryManager, AbstractSession session)INTERNAL: Allow the platform to initialize the CRUD queries to defaults. -
Uses of DescriptorQueryManager in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings that return DescriptorQueryManager Modifier and Type Method Description protected DescriptorQueryManagerAggregateMapping. getQueryManager(Object attributeValue, AbstractSession session)Convenience method -
Uses of DescriptorQueryManager in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type DescriptorQueryManager Modifier and Type Method Description protected voidProjectClassGenerator. addNamedQueryLines(NonreflectiveMethodDefinition method, DatabaseQuery query, DescriptorQueryManager queryManager, int iteration)
-