组织ID: |
org.neo4j |
项目ID: |
neo4j-ogm-core |
版本: |
3.2.0-alpha01 |
最后修改时间: |
2019-03-12 12:44:05 |
包类型: |
jar |
标题: |
Neo4j-OGM |
描述: |
Neo4j-OGM is an Object Graph Mapping Library for Neo4j. |
大小: |
360.77KB |
|
Maven引入代码: |
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-core</artifactId>
<version>3.2.0-alpha01</version>
</dependency>
|
Gradle引入代码: |
org.neo4j:neo4j-ogm-core:3.2.0-alpha01
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2002-2018 "Neo Technology,"
~ Network Engine for Objects in Lund AB [http://neotechnology.com]
~
~ This product is licensed to you under the Apache License, Version 2.0 (the "License").
~ You may not use this product except in compliance with the License.
~
~ This product may include a number of subcomponents with
~ separate copyright notices and license terms. Your use of the source
~ code for these subcomponents is subject to the terms and
~ conditions of the subcomponent's license, as noted in the LICENSE file.
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm</artifactId>
<version>3.2.0-alpha01</version>
</parent>
<artifactId>neo4j-ogm-core</artifactId>
<name>Neo4j-OGM</name>
<description>Neo4j-OGM is an Object Graph Mapping Library for Neo4j.</description>
<url>https://neo4j.com/developer/neo4j-ogm</url>
<properties>
<java-module-name>org.neo4j.ogm.core</java-module-name>
</properties>
<dependencies>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-api</artifactId>
<version>3.2.0-alpha01</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>io.github.lukehutch</groupId>
<artifactId>fast-classpath-scanner</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.neo4j.ogm.autoindex.AutoIndex.class
org.neo4j.ogm.autoindex.AutoIndexManager.class
org.neo4j.ogm.autoindex.MissingIndexException.class
org.neo4j.ogm.autoindex.IndexType.class
org.neo4j.ogm.autoindex.AutoIndexManager$1.class
org.neo4j.ogm.autoindex.AutoIndex$1.class
org.neo4j.ogm.cypher.FilterWithRelationship.class
org.neo4j.ogm.cypher.PropertyValueTransformer.class
org.neo4j.ogm.cypher.ComparisonOperator.class
org.neo4j.ogm.cypher.Filters.class
org.neo4j.ogm.cypher.function.PropertyComparison.class
org.neo4j.ogm.cypher.function.NativeDistanceComparison.class
org.neo4j.ogm.cypher.function.FilterFunction.class
org.neo4j.ogm.cypher.function.DistanceFromPoint.class
org.neo4j.ogm.cypher.function.ContainsAnyComparison.class
org.neo4j.ogm.cypher.function.DistanceFromNativePoint.class
org.neo4j.ogm.cypher.function.DistanceComparison.class
org.neo4j.ogm.cypher.Filter$CaseInsensitiveEqualsComparison.class
org.neo4j.ogm.cypher.compiler.CompileContext.class
org.neo4j.ogm.cypher.compiler.builders.statement.NewNodeStatementBuilder.class
org.neo4j.ogm.cypher.compiler.builders.statement.ExistingNodeStatementBuilder.class
org.neo4j.ogm.cypher.compiler.builders.statement.NewRelationshipStatementBuilder.class
org.neo4j.ogm.cypher.compiler.builders.statement.ExistingRelationshipStatementBuilder.class
org.neo4j.ogm.cypher.compiler.builders.statement.BaseBuilder.class
org.neo4j.ogm.cypher.compiler.builders.statement.DeletedRelationshipStatementBuilder.class
org.neo4j.ogm.cypher.compiler.builders.statement.DeletedRelationshipEntityStatementBuilder.class
org.neo4j.ogm.cypher.compiler.builders.node.DefaultRelationshipBuilder.class
org.neo4j.ogm.cypher.compiler.builders.node.DefaultNodeBuilder.class
org.neo4j.ogm.cypher.compiler.NodeBuilder.class
org.neo4j.ogm.cypher.compiler.MultiStatementCypherCompiler.class
org.neo4j.ogm.cypher.compiler.PropertyContainerBuilder.class
org.neo4j.ogm.cypher.compiler.CypherStatementBuilder.class
org.neo4j.ogm.cypher.compiler.Compiler.class
org.neo4j.ogm.cypher.compiler.CypherContext$1.class
org.neo4j.ogm.cypher.compiler.CypherContext$NodeBuilderHorizonPair.class
org.neo4j.ogm.cypher.compiler.RelationshipBuilder.class
org.neo4j.ogm.cypher.compiler.CypherContext.class
org.neo4j.ogm.cypher.Filter$NestedPathSegment.class
org.neo4j.ogm.cypher.query.DefaultRowModelRequest.class
org.neo4j.ogm.cypher.query.Pagination.class
org.neo4j.ogm.cypher.query.CypherQuery.class
org.neo4j.ogm.cypher.query.PagingAndSortingQuery.class
org.neo4j.ogm.cypher.query.DefaultGraphModelRequest.class
org.neo4j.ogm.cypher.query.SortOrder.class
org.neo4j.ogm.cypher.query.SortOrder$Direction.class
org.neo4j.ogm.cypher.query.PagingAndSorting.class
org.neo4j.ogm.cypher.query.SortClause.class
org.neo4j.ogm.cypher.query.DefaultGraphRowListModelRequest.class
org.neo4j.ogm.cypher.query.DefaultRestModelRequest.class
org.neo4j.ogm.cypher.Filter$1.class
org.neo4j.ogm.cypher.CaseInsensitiveLikePropertyValueTransformer.class
org.neo4j.ogm.cypher.NoOpPropertyValueTransformer.class
org.neo4j.ogm.cypher.BooleanOperator.class
org.neo4j.ogm.cypher.Filter.class
org.neo4j.ogm.exception.core.TransactionManagerException.class
org.neo4j.ogm.exception.core.InvalidDepthException.class
org.neo4j.ogm.exception.core.UnknownStatementTypeException.class
org.neo4j.ogm.exception.core.MappingException.class
org.neo4j.ogm.exception.core.MissingOperatorException.class
org.neo4j.ogm.exception.core.MetadataException.class
org.neo4j.ogm.exception.core.AmbiguousBaseClassException.class
org.neo4j.ogm.exception.core.InvalidPropertyFieldException.class
org.neo4j.ogm.exception.core.BaseClassNotFoundException.class
org.neo4j.ogm.exception.core.ConfigurationException.class
org.neo4j.ogm.metadata.AnnotationsInfo.class
org.neo4j.ogm.metadata.schema.Relationship.class
org.neo4j.ogm.metadata.schema.Schema.class
org.neo4j.ogm.metadata.schema.DomainInfoSchemaBuilder.class
org.neo4j.ogm.metadata.schema.Node.class
org.neo4j.ogm.metadata.schema.NodeImpl.class
org.neo4j.ogm.metadata.schema.RelationshipImpl.class
org.neo4j.ogm.metadata.schema.SchemaImpl.class
org.neo4j.ogm.metadata.ObjectAnnotations.class
org.neo4j.ogm.metadata.ClassInfo.class
org.neo4j.ogm.metadata.InterfaceInfo.class
org.neo4j.ogm.metadata.FieldsInfo.class
org.neo4j.ogm.metadata.FieldInfo.class
org.neo4j.ogm.metadata.MethodsInfo.class
org.neo4j.ogm.metadata.reflect.ReflectionEntityInstantiator.class
org.neo4j.ogm.metadata.reflect.GenericUtils.class
org.neo4j.ogm.metadata.reflect.EntityAccessManager.class
org.neo4j.ogm.metadata.reflect.EntityFactory.class
org.neo4j.ogm.metadata.InterfacesInfo.class
org.neo4j.ogm.metadata.MethodInfo.class
org.neo4j.ogm.metadata.MetaData.class
org.neo4j.ogm.metadata.AnnotationInfo.class
org.neo4j.ogm.metadata.DomainInfo.class
org.neo4j.ogm.utils.RelationshipUtils.class
org.neo4j.ogm.utils.ClassUtils.class
org.neo4j.ogm.utils.EntityUtils.class
org.neo4j.ogm.annotation.Properties.class
org.neo4j.ogm.annotation.EndNode.class
org.neo4j.ogm.annotation.Required.class
org.neo4j.ogm.annotation.Relationship.class
org.neo4j.ogm.annotation.Id.class
org.neo4j.ogm.annotation.PostLoad.class
org.neo4j.ogm.annotation.RelationshipEntity.class
org.neo4j.ogm.annotation.NodeEntity.class
org.neo4j.ogm.annotation.GeneratedValue.class
org.neo4j.ogm.annotation.ValueFor.class
org.neo4j.ogm.annotation.StartNode.class
org.neo4j.ogm.annotation.Transient.class
org.neo4j.ogm.annotation.Index.class
org.neo4j.ogm.annotation.typeconversion.EnumString.class
org.neo4j.ogm.annotation.typeconversion.DateLong.class
org.neo4j.ogm.annotation.typeconversion.Convert$Unset.class
org.neo4j.ogm.annotation.typeconversion.NumberString.class
org.neo4j.ogm.annotation.typeconversion.Convert.class
org.neo4j.ogm.annotation.typeconversion.DateString.class
org.neo4j.ogm.annotation.CompositeIndexes.class
org.neo4j.ogm.annotation.CompositeIndex.class
org.neo4j.ogm.annotation.Version.class
org.neo4j.ogm.annotation.Labels.class
org.neo4j.ogm.annotation.Property.class
org.neo4j.ogm.context.EntityGraphMapper$RelationshipNodes.class
org.neo4j.ogm.context.GraphEntityMapper.class
org.neo4j.ogm.context.EntityGraphMapper.class
org.neo4j.ogm.context.EntityCollector$CollectedHandler.class
org.neo4j.ogm.context.MappingContext.class
org.neo4j.ogm.context.EntityCollector.class
org.neo4j.ogm.context.LabelHistory.class
org.neo4j.ogm.context.TransientRelationship.class
org.neo4j.ogm.context.Mappable.class
org.neo4j.ogm.context.IdentityMap.class
org.neo4j.ogm.context.DirectedRelationshipForType.class
org.neo4j.ogm.context.DirectedRelationship.class
org.neo4j.ogm.context.EntityMapper.class
org.neo4j.ogm.context.RestStatisticsModel.class
org.neo4j.ogm.context.ResponseMapper.class
org.neo4j.ogm.context.WriteProtectionTarget.class
org.neo4j.ogm.context.LabelPrimaryId.class
org.neo4j.ogm.context.SingleUseEntityMapper.class
org.neo4j.ogm.context.EntityRowModelMapper.class
org.neo4j.ogm.context.EntityCollector$TargetTriple.class
org.neo4j.ogm.context.GraphRowListModelMapper.class
org.neo4j.ogm.context.RestModelMapper.class
org.neo4j.ogm.context.MappedRelationship.class
org.neo4j.ogm.session.Neo4jSession.class
org.neo4j.ogm.session.WriteProtectionStrategy.class
org.neo4j.ogm.session.delegates.DefaultWriteProtectionStrategyImpl.class
org.neo4j.ogm.session.delegates.ExecuteQueriesDelegate.class
org.neo4j.ogm.session.delegates.LoadByIdsDelegate.class
org.neo4j.ogm.session.delegates.LoadByInstancesDelegate.class
org.neo4j.ogm.session.delegates.LoadOneDelegate.class
org.neo4j.ogm.session.delegates.SaveEventDelegate.class
org.neo4j.ogm.session.delegates.DeleteDelegate.class
org.neo4j.ogm.session.delegates.SaveDelegate.class
org.neo4j.ogm.session.delegates.GraphIdDelegate.class
org.neo4j.ogm.session.delegates.LoadByTypeDelegate.class
org.neo4j.ogm.session.delegates.SessionDelegate.class
org.neo4j.ogm.session.Utils$1.class
org.neo4j.ogm.session.Session.class
org.neo4j.ogm.session.transaction.support.TransactionalUnitOfWork.class
org.neo4j.ogm.session.transaction.support.TransactionalUnitOfWorkWithoutResult.class
org.neo4j.ogm.session.transaction.DefaultTransactionManager.class
org.neo4j.ogm.session.request.NodeQueryBuilder.class
org.neo4j.ogm.session.request.PathMatchClause.class
org.neo4j.ogm.session.request.strategy.AggregateStatements.class
org.neo4j.ogm.session.request.strategy.impl.CountStatements.class
org.neo4j.ogm.session.request.strategy.impl.RelationshipQueryStatements.class
org.neo4j.ogm.session.request.strategy.impl.AbstractSchemaLoadClauseBuilder.class
org.neo4j.ogm.session.request.strategy.impl.RelationshipTypeMatchClauseBuilder.class
org.neo4j.ogm.session.request.strategy.impl.IdCollectionMatchClauseBuilder.class
org.neo4j.ogm.session.request.strategy.impl.NodeQueryStatements.class
org.neo4j.ogm.session.request.strategy.impl.PathNodeLoadClauseBuilder.class
org.neo4j.ogm.session.request.strategy.impl.NodeDeleteStatements.class
org.neo4j.ogm.session.request.strategy.impl.SchemaNodeLoadClauseBuilder.class
org.neo4j.ogm.session.request.strategy.impl.LabelMatchClauseBuilder.class
org.neo4j.ogm.session.request.strategy.impl.SchemaRelationshipLoadClauseBuilder.class
org.neo4j.ogm.session.request.strategy.impl.IdMatchClauseBuilder.class
org.neo4j.ogm.session.request.strategy.impl.IdCollectionMatchRelationshipClauseBuilder.class
org.neo4j.ogm.session.request.strategy.impl.PathRelationshipLoadClauseBuilder.class
org.neo4j.ogm.session.request.strategy.impl.RelationshipDeleteStatements.class
org.neo4j.ogm.session.request.strategy.impl.IdMatchRelationshipClauseBuilder.class
org.neo4j.ogm.session.request.strategy.MatchClauseBuilder.class
org.neo4j.ogm.session.request.strategy.LoadClauseBuilder.class
org.neo4j.ogm.session.request.strategy.DeleteStatements.class
org.neo4j.ogm.session.request.strategy.QueryStatements.class
org.neo4j.ogm.session.request.RequestExecutor$ReferenceMapping.class
org.neo4j.ogm.session.request.RowDataStatement.class
org.neo4j.ogm.session.request.DefaultRequest.class
org.neo4j.ogm.session.request.RelatedNodePropertyMatchClause.class
org.neo4j.ogm.session.request.NestedPropertyPathMatchClause.class
org.neo4j.ogm.session.request.FilteredQuery.class
org.neo4j.ogm.session.request.MatchClause.class
org.neo4j.ogm.session.request.RelationshipPropertyMatchClause.class
org.neo4j.ogm.session.request.PrincipalNodeMatchClause.class
org.neo4j.ogm.session.request.RowStatementFactory.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
neo4j-ogm-api-3.2.0-alpha01.jar
/org.neo4j/neo4j-ogm-api/3.2.0-alpha01
查看neo4j-ogm-api所有版本文件
|