Uses of Class
org.springframework.data.neo4j.aot.Neo4jManagedTypes
Packages that use Neo4jManagedTypes
-
Uses of Neo4jManagedTypes in org.springframework.data.neo4j.aot
Methods in org.springframework.data.neo4j.aot that return Neo4jManagedTypesModifier and TypeMethodDescriptionstatic Neo4jManagedTypesNeo4jManagedTypes.empty()Factory method to return an emptyNeo4jManagedTypesobject.static Neo4jManagedTypesFactory method used to constructNeo4jManagedTypesfrom the given array oftypes.static Neo4jManagedTypesNeo4jManagedTypes.from(ManagedTypes managedTypes) Wraps an existingManagedTypesobject withNeo4jManagedTypes.static Neo4jManagedTypesNeo4jManagedTypes.fromIterable(Iterable<? extends Class<?>> types)