|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityIdGenerator | |
|---|---|
| org.neo4j.kernel.ha | |
| org.neo4j.kernel.impl.core | |
| org.neo4j.kernel.impl.persistence | |
| Uses of EntityIdGenerator in org.neo4j.kernel.ha |
|---|
| Methods in org.neo4j.kernel.ha with parameters of type EntityIdGenerator | |
|---|---|
int |
SlaveRelationshipTypeCreator.getOrCreate(TransactionManager txManager,
EntityIdGenerator idGenerator,
PersistenceManager persistence,
RelationshipTypeHolder relTypeHolder,
String name)
|
| Uses of EntityIdGenerator in org.neo4j.kernel.impl.core |
|---|
| Methods in org.neo4j.kernel.impl.core with parameters of type EntityIdGenerator | |
|---|---|
int |
RelationshipTypeCreator.getOrCreate(TransactionManager txManager,
EntityIdGenerator idGenerator,
PersistenceManager persistence,
RelationshipTypeHolder relTypeHolder,
String name)
|
int |
DefaultRelationshipTypeCreator.getOrCreate(TransactionManager txManager,
EntityIdGenerator idGenerator,
PersistenceManager persistence,
RelationshipTypeHolder relTypeHolder,
String name)
|
| Constructors in org.neo4j.kernel.impl.core with parameters of type EntityIdGenerator | |
|---|---|
GraphDbModule(GraphDatabaseService graphDb,
AdaptiveCacheManager cacheManager,
LockManager lockManager,
TransactionManager transactionManager,
EntityIdGenerator idGenerator,
boolean readOnly)
|
|
| Uses of EntityIdGenerator in org.neo4j.kernel.impl.persistence |
|---|
| Classes in org.neo4j.kernel.impl.persistence that implement EntityIdGenerator | |
|---|---|
class |
IdGenerator
The IdGenerator is responsible for generating unique ids for entities in the kernel. |
| Methods in org.neo4j.kernel.impl.persistence that return EntityIdGenerator | |
|---|---|
EntityIdGenerator |
IdGeneratorModule.getIdGenerator()
|
| Constructors in org.neo4j.kernel.impl.persistence with parameters of type EntityIdGenerator | |
|---|---|
IdGeneratorModule(EntityIdGenerator idGenerator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||