|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Compass in org.compass.core |
|---|
| Methods in org.compass.core that return Compass | |
|---|---|
Compass |
Compass.clone(CompassSettings addedSettings)
Clones the current Compass instance. |
Compass |
CompassTemplate.getCompass()
Returns the compass instance used by the template. |
| Methods in org.compass.core with parameters of type Compass | |
|---|---|
void |
CompassTemplate.setCompass(Compass compass)
Sets the compass instance that will be used by the template. |
| Constructors in org.compass.core with parameters of type Compass | |
|---|---|
CompassTemplate(Compass compass)
Creates a new CompassTemplate instance, already initialized with a Compass instance. |
|
| Uses of Compass in org.compass.core.config |
|---|
| Methods in org.compass.core.config that return Compass | |
|---|---|
Compass |
CompassConfiguration.buildCompass()
Build compass with the configurations set. |
| Methods in org.compass.core.config with parameters of type Compass | |
|---|---|
void |
CompassAware.setCompass(Compass compass)
Injects the component with the compass instance. |
| Uses of Compass in org.compass.core.events |
|---|
| Methods in org.compass.core.events with parameters of type Compass | |
|---|---|
void |
RebuildEventListener.onCompassRebuild(Compass compass)
A callback notifiying a listener when Compass was rebuilt. |
| Constructors in org.compass.core.events with parameters of type Compass | |
|---|---|
CompassEventManager(Compass compass,
CompassMapping mapping)
|
|
| Uses of Compass in org.compass.core.impl |
|---|
| Classes in org.compass.core.impl that implement Compass | |
|---|---|
class |
DefaultCompass
|
class |
RefreshableCompass
A wrapper around an actual implemenation of Compass that allows to rebuild it
after changes that are perfomed on the RefreshableCompass.getConfig() configuration. |
| Methods in org.compass.core.impl that return Compass | |
|---|---|
Compass |
RefreshableCompass.clone(CompassSettings addedSettings)
|
Compass |
DefaultCompass.clone(CompassSettings addedSettings)
|
| Uses of Compass in org.compass.core.jndi |
|---|
| Methods in org.compass.core.jndi with parameters of type Compass | |
|---|---|
static void |
CompassObjectFactory.addInstance(String uid,
String name,
Compass instance,
CompassSettings settings)
|
| Uses of Compass in org.compass.core.lucene.util |
|---|
| Methods in org.compass.core.lucene.util with parameters of type Compass | |
|---|---|
static Directory |
LuceneHelper.getDirectory(Compass compass,
String subIndex)
Returns the lucene Directory associated with the given sub index. |
static LuceneAnalyzerManager |
LuceneHelper.getLuceneAnalyzerManager(Compass compass)
Returns Compass own internal LuceneAnalyzerManager. |
| Uses of Compass in org.compass.core.spi |
|---|
| Subinterfaces of Compass in org.compass.core.spi | |
|---|---|
interface |
InternalCompass
|
| Uses of Compass in org.compass.core.support.search |
|---|
| Constructors in org.compass.core.support.search with parameters of type Compass | |
|---|---|
CompassSearchHelper(Compass compass)
Creates a new compass search helper based on Compass without pagination. |
|
CompassSearchHelper(Compass compass,
Integer pageSize)
Creates a new compass search helper based on Compass with pagination. |
|
| Uses of Compass in org.compass.core.support.session |
|---|
| Methods in org.compass.core.support.session with parameters of type Compass | |
|---|---|
static CompassSession |
CompassSessionTransactionalProxy.newProxy(Compass compass)
Creates a new proxied CompassSession that can
be used within an already running transcational context without worrying
about session management API or transcation management API. |
| Constructors in org.compass.core.support.session with parameters of type Compass | |
|---|---|
CompassSessionTransactionalProxy(Compass compass)
Constrcuts a new invocation handler based on the session. |
|
| Uses of Compass in org.compass.core.transaction |
|---|
| Fields in org.compass.core.transaction declared as Compass | |
|---|---|
protected Compass |
AbstractTransactionFactory.compass
|
| Methods in org.compass.core.transaction with parameters of type Compass | |
|---|---|
void |
TransactionFactory.configure(Compass compass,
CompassSettings settings)
|
void |
AbstractTransactionFactory.configure(Compass compass,
CompassSettings settings)
|
static LocalTransactionFactory |
TransactionFactoryFactory.createLocalTransactionFactory(Compass compass,
CompassSettings settings)
|
static TransactionFactory |
TransactionFactoryFactory.createTransactionFactory(Compass compass,
CompassSettings settings)
|
| Uses of Compass in org.compass.gps.device.hibernate |
|---|
| Constructors in org.compass.gps.device.hibernate with parameters of type Compass | |
|---|---|
CompassTransactionInterceptor(Compass compass)
|
|
CompassTransactionInterceptor(Compass compass,
boolean commitBeforeTransactionCompletion,
Interceptor interceptor)
|
|
| Uses of Compass in org.compass.gps.device.hibernate.embedded |
|---|
| Methods in org.compass.gps.device.hibernate.embedded that return Compass | |
|---|---|
Compass |
CompassEventListener.getCompass()
|
static Compass |
HibernateHelper.getCompass(Session session)
Returns the Compass instance associated with the given Hibernate from the Hibernate session. |
static Compass |
HibernateHelper.getCompass(SessionFactory sessionFactory)
Returns the Compass instance associated with the given Hibernate from the Hiberante session factory. |
| Uses of Compass in org.compass.gps.device.jdbc |
|---|
| Constructors in org.compass.gps.device.jdbc with parameters of type Compass | |
|---|---|
ResultSetRowMarshallHelper(ResultSetToResourceMapping mapping,
CompassSession session,
JdbcDialect dialect,
Resource resource,
JdbcAliasRowSnapshot rowSnapshot,
Compass compass)
Creates a new marshaller helper that will marhsall that ResultSet to both the given Resource and
JdbcAliasRowSnapshot. |
|
ResultSetRowMarshallHelper(ResultSetToResourceMapping mapping,
JdbcDialect dialect,
JdbcAliasRowSnapshot rowSnapshot,
Compass compass)
Creates a new marshaller helper that will marshall the ResultSet to the given JdbcAliasRowSnapshot. |
|
| Uses of Compass in org.compass.gps.device.jpa |
|---|
| Methods in org.compass.gps.device.jpa that return Compass | |
|---|---|
protected Compass |
AbstractDeviceJpaEntityListener.getCompass()
|
protected abstract Compass |
AbstractCompassJpaEntityListener.getCompass()
|
| Uses of Compass in org.compass.gps.device.jpa.embedded |
|---|
| Methods in org.compass.gps.device.jpa.embedded that return Compass | |
|---|---|
Compass |
GenericJpaHelper.getCompass()
Returns the Compass instnace embedded within the JPA EMF. |
| Constructors in org.compass.gps.device.jpa.embedded with parameters of type Compass | |
|---|---|
DefaultJpaCompassGps(Compass compass)
|
|
| Uses of Compass in org.compass.gps.device.jpa.embedded.eclipselink |
|---|
| Methods in org.compass.gps.device.jpa.embedded.eclipselink that return Compass | |
|---|---|
Compass |
CompassSessionEventListener.getCompass()
|
static Compass |
EclipseLinkHelper.getCompass(javax.persistence.EntityManager em)
Returns the Compass instance assoicated with the given EclispeLink EntityManager. |
static Compass |
EclipseLinkHelper.getCompass(javax.persistence.EntityManagerFactory emf)
Returns the Compass instance assoicated with the given EclipseLink EntityManagerFactory. |
| Constructors in org.compass.gps.device.jpa.embedded.eclipselink with parameters of type Compass | |
|---|---|
CompassSessionEventListener(Compass compass,
JpaCompassGps jpaCompassGps,
boolean commitBeforeCompletion,
boolean eclipselinkControlledTransaction,
Properties indexSettings)
|
|
| Uses of Compass in org.compass.gps.device.jpa.embedded.hibernate |
|---|
| Methods in org.compass.gps.device.jpa.embedded.hibernate that return Compass | |
|---|---|
static Compass |
HibernateJpaHelper.getCompass(javax.persistence.EntityManager em)
Returns the Compass instance assoicated with the given OpenJPA EntityManager. |
static Compass |
HibernateJpaHelper.getCompass(javax.persistence.EntityManagerFactory emf)
Returns the Compass instance assoicated with the given Hibernate EntityManagerFactory. |
| Uses of Compass in org.compass.gps.device.jpa.embedded.openjpa |
|---|
| Methods in org.compass.gps.device.jpa.embedded.openjpa that return Compass | |
|---|---|
static Compass |
OpenJPAHelper.getCompass(javax.persistence.EntityManager em)
Returns the Compass instance assoicated with the given OpenJPA EntityManager. |
static Compass |
OpenJPAHelper.getCompass(javax.persistence.EntityManagerFactory emf)
Returns the Compass instance assoicated with the given OpenJPA EntityManagerFactory. |
| Uses of Compass in org.compass.gps.device.jpa.embedded.toplink |
|---|
| Methods in org.compass.gps.device.jpa.embedded.toplink that return Compass | |
|---|---|
Compass |
CompassSessionEventListener.getCompass()
|
static Compass |
TopLinkHelper.getCompass(javax.persistence.EntityManager em)
Returns the Compass instance assoicated with the given TopLink EntityManager. |
static Compass |
TopLinkHelper.getCompass(javax.persistence.EntityManagerFactory emf)
Returns the Compass instance assoicated with the given TopLink EntityManagerFactory. |
| Constructors in org.compass.gps.device.jpa.embedded.toplink with parameters of type Compass | |
|---|---|
CompassSessionEventListener(Compass compass,
JpaCompassGps jpaCompassGps,
boolean commitBeforeCompletion,
boolean toplinkControlledTransaction,
Properties indexSettings)
|
|
| Uses of Compass in org.compass.gps.impl |
|---|
| Methods in org.compass.gps.impl that return Compass | |
|---|---|
Compass |
SingleCompassGps.getIndexCompass()
|
Compass |
DualCompassGps.getIndexCompass()
Deprecated. |
Compass |
SingleCompassGps.getMirrorCompass()
|
Compass |
DualCompassGps.getMirrorCompass()
Deprecated. |
| Methods in org.compass.gps.impl with parameters of type Compass | |
|---|---|
protected ResourceMapping |
AbstractCompassGps.getMappingForEntity(String name,
Compass checkedCompass)
|
protected ResourceMapping |
AbstractCompassGps.getRootMappingForEntity(Class clazz,
Compass checkedCompass)
|
protected ResourceMapping |
AbstractCompassGps.getRootMappingForEntity(String name,
Compass checkedCompass)
|
protected boolean |
AbstractCompassGps.hasMappingForEntity(Class clazz,
Compass checkedCompass,
CascadeMapping.Cascade cascade)
|
protected boolean |
AbstractCompassGps.hasMappingForEntity(String name,
Compass checkedCompass,
CascadeMapping.Cascade cascade)
|
protected boolean |
AbstractCompassGps.hasRootMappingForEntity(Class clazz,
Compass checkedCompass)
|
protected boolean |
AbstractCompassGps.hasRootMappingForEntity(String name,
Compass checkedCompass)
|
void |
SingleCompassGps.setCompass(Compass compass)
Sets the compass instance that will be used with this Gps implementation. |
void |
DualCompassGps.setIndexCompass(Compass indexCompass)
Deprecated. Sets the index compass instance, used for the indexing operations. |
void |
DualCompassGps.setMirrorCompass(Compass mirrorCompass)
Deprecated. Sets the mirror compass instance, used for the mirroring operations. |
| Constructors in org.compass.gps.impl with parameters of type Compass | |
|---|---|
DualCompassGps(Compass indexCompass,
Compass mirrorCompass)
Deprecated. |
|
SingleCompassGps(Compass compass)
|
|
| Uses of Compass in org.compass.gps.spi |
|---|
| Methods in org.compass.gps.spi that return Compass | |
|---|---|
Compass |
CompassGpsInterfaceDevice.getIndexCompass()
Returns the Compass instance used for indexing. |
Compass |
CompassGpsInterfaceDevice.getMirrorCompass()
Returns the Compass instance used for mirroring. |
| Uses of Compass in org.compass.needle.gigaspaces.datasource |
|---|
| Methods in org.compass.needle.gigaspaces.datasource with parameters of type Compass | |
|---|---|
void |
CompassDataSource.setCompass(Compass compass)
|
| Uses of Compass in org.compass.needle.gigaspaces.service |
|---|
| Methods in org.compass.needle.gigaspaces.service with parameters of type Compass | |
|---|---|
void |
ServerCompassSearchService.setCompass(Compass compass)
|
| Constructors in org.compass.needle.gigaspaces.service with parameters of type Compass | |
|---|---|
CompassIndexEventListener(Compass compass)
|
|
| Uses of Compass in org.compass.spring |
|---|
| Methods in org.compass.spring that return Compass | |
|---|---|
Compass |
CompassDaoSupport.getCompass()
Returns the Compass used by the DAO. |
protected Compass |
LocalCompassBean.newCompass(CompassConfiguration config)
|
| Methods in org.compass.spring with parameters of type Compass | |
|---|---|
protected CompassTemplate |
CompassDaoSupport.createCompassTemplate(Compass compass)
Creates a new CompassTemplate based on the provided Compass. |
void |
LocalCompassSessionBean.setCompass(Compass compass)
Sets the Compass instance used to open session. |
void |
CompassDaoSupport.setCompass(Compass compass)
Sets the Compass to be used by this DAO. |
| Uses of Compass in org.compass.spring.aop |
|---|
| Methods in org.compass.spring.aop that return Compass | |
|---|---|
Compass |
AbstractCompassInterceptor.getCompass()
|
| Methods in org.compass.spring.aop with parameters of type Compass | |
|---|---|
void |
AbstractCompassInterceptor.setCompass(Compass compass)
|
| Uses of Compass in org.compass.spring.support |
|---|
| Methods in org.compass.spring.support that return Compass | |
|---|---|
protected Compass |
CompassContextBeanPostProcessor.findEntityManagerFactoryByName(String compassName)
Find a Compass with the given name in the current application context |
| Uses of Compass in org.compass.spring.web.mvc |
|---|
| Methods in org.compass.spring.web.mvc that return Compass | |
|---|---|
Compass |
AbstractCompassCommandController.getCompass()
Returns Compass instance. |
| Methods in org.compass.spring.web.mvc with parameters of type Compass | |
|---|---|
void |
AbstractCompassCommandController.setCompass(Compass compass)
Sets the Compass instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||