Download hibernate-search-orm-4.2.0.final.jar file

Introduction

You can download hibernate-search-orm-4.2.0.final.jar in this page.

License

Open Source License

Type List

hibernate-search-orm-4.2.0.final.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.hibernate/hibernate-search-orm/pom.properties
META-INF/maven/org.hibernate/hibernate-search-orm/pom.xml
META-INF/services/org.hibernate.integrator.spi.Integrator
org.hibernate.search.FullTextQuery.class
org.hibernate.search.FullTextSession.class
org.hibernate.search.FullTextSharedSessionBuilder.class
org.hibernate.search.MassIndexer.class
org.hibernate.search.Search.class
org.hibernate.search.backend.impl.EventSourceTransactionContext.class
org.hibernate.search.backend.impl.jms.AbstractJMSHibernateSearchController.class
org.hibernate.search.batchindexing.impl.BatchCoordinator.class
org.hibernate.search.batchindexing.impl.BatchIndexingWorkspace.class
org.hibernate.search.batchindexing.impl.EntityConsumerLuceneWorkProducer.class
org.hibernate.search.batchindexing.impl.Helper.class
org.hibernate.search.batchindexing.impl.IdentifierConsumerEntityProducer.class
org.hibernate.search.batchindexing.impl.IdentifierProducer.class
org.hibernate.search.batchindexing.impl.OptionallyWrapInJTATransaction.class
org.hibernate.search.batchindexing.impl.ProducerConsumerQueue.class
org.hibernate.search.batchindexing.impl.SessionAwareRunnable.class
org.hibernate.search.batchindexing.impl.StatelessSessionAwareRunnable.class
org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore.class
org.hibernate.search.engine.impl.HibernateSessionLoadingInitializer.class
org.hibernate.search.engine.impl.HibernateStatelessInitializer.class
org.hibernate.search.event.impl.FullTextIndexEventListener.class
org.hibernate.search.hcore.impl.HibernateSearchIntegrator.class
org.hibernate.search.impl.FullTextSessionImpl.class
org.hibernate.search.impl.FullTextSharedSessionBuilderDelegator.class
org.hibernate.search.impl.MassIndexerImpl.class
org.hibernate.search.jmx.IndexControl.class
org.hibernate.search.jmx.IndexControlMBean.class
org.hibernate.search.jpa.FullTextEntityManager.class
org.hibernate.search.jpa.FullTextQuery.class
org.hibernate.search.jpa.Search.class
org.hibernate.search.jpa.impl.FullTextEntityManagerImpl.class
org.hibernate.search.jpa.impl.FullTextQueryImpl.class
org.hibernate.search.jpa.impl.OptimisticLockingCompatibilityHelper.class
org.hibernate.search.query.hibernate.impl.AbstractLoader.class
org.hibernate.search.query.hibernate.impl.CriteriaObjectsInitializer.class
org.hibernate.search.query.hibernate.impl.FullTextQueryImpl.class
org.hibernate.search.query.hibernate.impl.IteratorImpl.class
org.hibernate.search.query.hibernate.impl.Loader.class
org.hibernate.search.query.hibernate.impl.LoaderHelper.class
org.hibernate.search.query.hibernate.impl.LookupObjectsInitializer.class
org.hibernate.search.query.hibernate.impl.MultiClassesQueryLoader.class
org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder.class
org.hibernate.search.query.hibernate.impl.ObjectLoaderHelper.class
org.hibernate.search.query.hibernate.impl.ObjectsInitializer.class
org.hibernate.search.query.hibernate.impl.PersistenceContextObjectsInitializer.class
org.hibernate.search.query.hibernate.impl.ProjectionLoader.class
org.hibernate.search.query.hibernate.impl.QueryLoader.class
org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl.class
org.hibernate.search.query.hibernate.impl.SecondLevelCacheObjectsInitializer.class
org.hibernate.search.util.impl.ContextHelper.class
org.hibernate.search.util.impl.HibernateHelper.class

Pom

hibernate-search-orm-4.2.0.final.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Hibernate, Relational Persistence for Idiomatic Java
  ~
  ~  Copyright (c) 2010, Red Hat, Inc. and/or its affiliates or third-party contributors as
  ~  indicated by the @author tags or express copyright attribution
  ~  statements applied by the authors.  All third-party contributions are
  ~  distributed under license by Red Hat, Inc.
  ~
  ~  This copyrighted material is made available to anyone wishing to use, modify,
  ~  copy, or redistribute it subject to the terms and conditions of the GNU
  ~  Lesser General Public License, as published by the Free Software Foundation.
  ~
  ~  This program is distributed in the hope that it will be useful,
  ~  but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  ~  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
  ~  for more details.
  ~
  ~  You should have received a copy of the GNU Lesser General Public License
  ~  along with this distribution; if not, write to:
  ~  Free Software Foundation, Inc.
  ~  51 Franklin Street, Fifth Floor
  ~  Boston, MA  02110-1301  USA
  -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <artifactId>hibernate-search-parent</artifactId>
        <groupId>org.hibernate</groupId>
        <version>4.2.0.Final</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>hibernate-search-orm</artifactId>

    <name>Hibernate Search ORM</name>
    <description>Hibernate Search integration with Hibernate Core</description>

    <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>hibernate-search-engine</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-search-analyzers</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.tika</groupId>
            <artifactId>tika-parsers</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hibernate.javax.persistence</groupId>
            <artifactId>hibernate-jpa-2.0-api</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>javax.jms</groupId>
            <artifactId>jms</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>hibernate-search-engine</artifactId>
            <version>${project.version}</version>
            <type>test-jar</type>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-entitymanager</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-testing</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.activemq</groupId>
            <artifactId>activemq-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>simple-jndi</groupId>
            <artifactId>simple-jndi</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.easytesting</groupId>
            <artifactId>fest-assert</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.jboss.byteman</groupId>
            <artifactId>byteman</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.jboss.byteman</groupId>
            <artifactId>byteman-bmunit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.jboss.byteman</groupId>
            <artifactId>byteman-install</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.jgroups</groupId>
            <artifactId>jgroups</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <scope>test</scope>
            <version>1.2.16</version>
        </dependency>
    </dependencies>

    <build>
        <testResources>
            <testResource>
                <filtering>true</filtering>
                <directory>src/test/resources</directory>
                <excludes>
                    <exclude>**/*.pdf</exclude>
                    <exclude>**/*.mp3</exclude>
                </excludes>
            </testResource>
            <testResource>
                <filtering>false</filtering>
                <directory>src/test/resources</directory>
                <includes>
                    <include>**/*.pdf</include>
                    <include>**/*.mp3</include>
                </includes>
            </testResource>
        </testResources>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-checkstyle-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <forkMode>once</forkMode>
                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
                    <runOrder>alphabetical</runOrder>
                    <argLine>-Djava.net.preferIPv4Stack=true -Djgroups.bind_addr=127.0.0.1</argLine>
                    <systemProperties>
                        <property>
                            <name>com.sun.management.jmxremote</name>
                            <value>true</value>
                        </property>
                    </systemProperties>
                    <additionalClasspathElements>
                        <!-- Needed by Byteman to load the agent on demand -->
                        <additionalClasspathElement>${jdk-toolsjar}</additionalClasspathElement>
                    </additionalClasspathElements>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.bsc.maven</groupId>
                <artifactId>maven-processor-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
    <profiles>
        <!-- tools classes are needed by byteman -->
        <profile>
            <id>default-toolsjar-profile</id>
            <activation>
                <file>
                    <exists>${java.home}/../lib/tools.jar</exists>
                </file>
            </activation>
            <properties>
                <jdk-toolsjar>${java.home}/../lib/tools.jar</jdk-toolsjar>
            </properties>
        </profile>
        <profile>
            <id>mac-toolsjar-profile</id>
            <activation>
                <file>
                    <exists>${java.home}/../Classes/classes.jar</exists>
                </file>
            </activation>
            <properties>
                <jdk-toolsjar>${java.home}/../Classes/classes.jar</jdk-toolsjar>
            </properties>
        </profile>
    </profiles>
</project>

POM Entry

<dependency>
   <groupId>org.hibernate</groupId>
   <artifactId>hibernate-search-orm</artifactId>
   <version>4.2.0.final</version>
</dependency>

Download

If you think the following hibernate-search-orm-4.2.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download hibernate-search-orm-4.2.0.final.jar file




PreviousNext

Related