jar

org.hibernate.search : hibernate-search-mapper-pojo-standalone

Maven & Gradle

Aug 17, 2023
468 stars

Hibernate Search Mapper - POJO Standalone · Hibernate Search Mapper for POJOs in standalone mode (no ORM)

Table Of Contents

Latest Version

Download org.hibernate.search : hibernate-search-mapper-pojo-standalone JAR file - Latest Versions:

All Versions

Download org.hibernate.search : hibernate-search-mapper-pojo-standalone JAR file - All Versions:

Version Vulnerabilities Size Updated
6.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hibernate-search-mapper-pojo-standalone-6.2.1.Final.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.hibernate.search.mapper.pojo.standalone.scope

├─ org.hibernate.search.mapper.pojo.standalone.scope.SearchScope.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.schema.management.impl

├─ org.hibernate.search.mapper.pojo.standalone.schema.management.impl.SchemaManagementListener.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.schema.management.impl.SearchSchemaManagerImpl.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.massindexing

├─ org.hibernate.search.mapper.pojo.standalone.massindexing.MassIndexer.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.mapping.metadata.impl

├─ org.hibernate.search.mapper.pojo.standalone.mapping.metadata.impl.StandalonePojoEntityTypeMetadata.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.metadata.impl.StandalonePojoEntityTypeMetadataProvider.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.mapping.metadata

├─ org.hibernate.search.mapper.pojo.standalone.mapping.metadata.EntityConfigurationContext.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.metadata.EntityConfigurer.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.cfg

├─ org.hibernate.search.mapper.pojo.standalone.cfg.StandalonePojoMapperSettings.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.reporting.impl

├─ org.hibernate.search.mapper.pojo.standalone.reporting.impl.StandalonePojoEventContextMessages.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.reporting.impl.StandalonePojoMappingHints.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.work.impl

├─ org.hibernate.search.mapper.pojo.standalone.work.impl.SearchIndexerImpl.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.work.impl.SearchIndexingPlanImpl.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.work.impl.SearchIndexingPlanTypeContext.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.work.impl.SearchIndexingPlanTypeContextProvider.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.work.impl.SearchWorkspaceImpl.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.session

├─ org.hibernate.search.mapper.pojo.standalone.session.SearchSession.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.session.SearchSessionBuilder.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.schema.management

├─ org.hibernate.search.mapper.pojo.standalone.schema.management.SchemaManagementStrategyName.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.schema.management.SearchSchemaManager.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.loading

├─ org.hibernate.search.mapper.pojo.standalone.loading.LoadingTypeGroup.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.MassEntityLoader.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.MassEntitySink.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.MassIdentifierLoader.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.MassIdentifierSink.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.MassLoadingOptions.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.MassLoadingStrategy.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.SelectionEntityLoader.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.SelectionLoadingOptions.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.SelectionLoadingStrategy.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.massindexing.impl

├─ org.hibernate.search.mapper.pojo.standalone.massindexing.impl.StandalonePojoMassIndexer.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.massindexing.impl.StandalonePojoMassIndexingLoadingStrategy.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.massindexing.impl.StandalonePojoMassIndexingMappingContext.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.massindexing.impl.StandalonePojoMassIndexingSessionContext.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.loading.dsl

├─ org.hibernate.search.mapper.pojo.standalone.loading.dsl.SelectionLoadingOptionsStep.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.impl

├─ org.hibernate.search.mapper.pojo.standalone.impl.StandalonePojoEntityTypeContributor.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.impl.StandalonePojoMappingInitiator.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.impl.StandalonePojoTypeConfigurationContributor.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.logging.impl

├─ org.hibernate.search.mapper.pojo.standalone.logging.impl.Log.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.mapping.impl

├─ org.hibernate.search.mapper.pojo.standalone.mapping.impl.AbstractStandalonePojoTypeContext.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.impl.ConfiguredIndexingPlanSynchronizationStrategyHolder.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.impl.StandalonePojoContainedTypeContext.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.impl.StandalonePojoIndexedTypeContext.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.impl.StandalonePojoMapperDelegate.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.impl.StandalonePojoMapping.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.impl.StandalonePojoMappingKey.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.impl.StandalonePojoMappingPartialBuildState.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.impl.StandalonePojoTypeContextContainer.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.scope.impl

├─ org.hibernate.search.mapper.pojo.standalone.scope.impl.SearchScopeImpl.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.scope.impl.StandalonePojoScopeIndexedTypeContext.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.scope.impl.StandalonePojoScopeMappingContext.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.scope.impl.StandalonePojoScopeSessionContext.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.mapping

├─ org.hibernate.search.mapper.pojo.standalone.mapping.CloseableSearchMapping.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.SearchMapping.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.SearchMappingBuilder.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.StandalonePojoMappingConfigurationContext.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.mapping.StandalonePojoMappingConfigurer.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.loading.impl

├─ org.hibernate.search.mapper.pojo.standalone.loading.impl.LoadingTypeContext.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.impl.LoadingTypeContextProvider.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.impl.MapMassLoadingStrategy.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.impl.MapSelectionLoadingStrategy.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.impl.StandalonePojoLoadingContext.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.impl.StandalonePojoLoadingSessionContext.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.impl.StandalonePojoLoadingTypeGroup.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.impl.StandalonePojoMassEntityLoader.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.impl.StandalonePojoMassEntitySink.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.impl.StandalonePojoMassIdentifierLoader.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.impl.StandalonePojoMassIdentifierSink.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.impl.StandalonePojoSelectionEntityLoader.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.loading.impl.StandalonePojoSelectionLoadingContextBuilder.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.entity

├─ org.hibernate.search.mapper.pojo.standalone.entity.SearchIndexedEntity.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.session.impl

├─ org.hibernate.search.mapper.pojo.standalone.session.impl.StandalonePojoSearchSession.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.session.impl.StandalonePojoSearchSessionMappingContext.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.session.impl.StandalonePojoSearchSessionTypeContextProvider.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.session.impl.StandalonePojoSessionIndexedTypeContext.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.work

├─ org.hibernate.search.mapper.pojo.standalone.work.SearchIndexer.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.work.SearchIndexingPlan.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.work.SearchWorkspace.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.model.impl

├─ org.hibernate.search.mapper.pojo.standalone.model.impl.StandalonePojoBootstrapIntrospector.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.model.impl.StandalonePojoPathsDefinition.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.model.impl.StandalonePojoPropertyModel.class - [JAR]

├─ org.hibernate.search.mapper.pojo.standalone.model.impl.StandalonePojoRawTypeModel.class - [JAR]

org.hibernate.search.mapper.pojo.standalone.cfg.spi

├─ org.hibernate.search.mapper.pojo.standalone.cfg.spi.StandalonePojoMapperSpiSettings.class - [JAR]

Advertisement