Uses of Class
ydocumentcartpackage.persistence.polyglot.repository.documentcart.Entity
-
-
Uses of Entity in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return Entity Modifier and Type Method Description EntityEntity.EntityBuilder. build()EntityRepository. get(Identity id)EntityDocument. getRootEntity()Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return types with arguments of type Entity Modifier and Type Method Description java.util.stream.Stream<Entity>Document. allEntities()static java.util.Optional<Entity>Entity. from(ItemState state)java.util.Optional<Entity>Document. getEntity(Identity id)Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type Entity Modifier and Type Method Description voidDocument. addEntity(Entity entity)java.lang.StringDocumentRelationHandlerTest.TestRelationHandler. getEntityCode(Entity entity)QueryQueryFactory. getQuery(Entity entity)static DocumentConcurrentModificationExceptionDocumentConcurrentModificationException. missingDocumentForRemoval(Entity itemToRemove)booleanDocument. remove(Entity entity)Method parameters in ydocumentcartpackage.persistence.polyglot.repository.documentcart with type arguments of type Entity Modifier and Type Method Description static DocumentFindResultDocumentFindResult. from(java.util.List<Entity> allEntities, Criteria criteria)java.util.Collection<Reference>DocumentRelationsHandler. getRelatedItems(RelationsInfo relationsInfo, java.util.Map<Identity,Entity> entities) -
Uses of Entity in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query with parameters of type Entity Modifier and Type Method Description BaseQueryBaseQueryFactory. getQuery(Entity entity) -
Uses of Entity in ydocumentcartpackage.persistence.polyglot.repository.documentcart.serializer.json
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.serializer.json that return Entity Modifier and Type Method Description protected EntityJsonSerializer.DocumentDeserializer. readEntity(com.fasterxml.jackson.databind.node.ObjectNode entity, Document document)Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.serializer.json with parameters of type Entity Modifier and Type Method Description protected voidJsonSerializer.DocumentSerializer. serializeEntity(Entity entity, com.fasterxml.jackson.core.JsonGenerator gen)
-