Uses of Class
ydocumentcartpackage.persistence.polyglot.repository.documentcart.Document
-
-
Uses of Document in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return Document Modifier and Type Method Description DocumentEntity. getDocument()DocumentEntityModification. getDocument()Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return types with arguments of type Document Modifier and Type Method Description java.util.Optional<Document>QueryResult. single()java.util.stream.Stream<Document>QueryResult. stream()Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type Document Modifier and Type Method Description static Entity.EntityBuilderEntity. builder(Document document)static DocumentConcurrentModificationExceptionDocumentConcurrentModificationException. documentAlreadyExist(Document document)static DocumentConcurrentModificationExceptionDocumentConcurrentModificationException. documentHasBeenModified(Document document)static DocumentConcurrentModificationExceptionDocumentConcurrentModificationException. documentHasBeenRemoved(Document document)static QueryResultQueryResult. from(Document document)static QueryResultQueryResult. fromNullable(Document document)voidStorage. remove(Document document)voidStorage. save(Document document)Method parameters in ydocumentcartpackage.persistence.polyglot.repository.documentcart with type arguments of type Document Modifier and Type Method Description static QueryResultQueryResult. from(java.util.List<Document> documents)Constructors in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type Document Constructor Description EntityModification(Identity id, Document document) -
Uses of Document in ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart that return Document Modifier and Type Method Description protected DocumentDatabaseCartStorage. instantiateNewDocument(Identity rootId)protected DocumentSerializedCartStorage. instantiateNewDocument(Identity rootId)Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart with parameters of type Document Modifier and Type Method Description protected java.lang.StringDatabaseCartStorage.HSQLDbInfo. createEntityIdsParam(Document document)protected java.lang.StringDatabaseCartStorage.SqlServerDbInfo. createEntityIdsParam(Document document)java.util.List<ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart.DatabaseCartStorage.StatementWithParams>DatabaseCartStorage.SqlServerDbInfo. getAdditionalRemoveStatements(Document document)java.util.List<ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart.DatabaseCartStorage.StatementWithParams>DatabaseCartStorage.MySQLDbInfo. getInsertStatement(Document document)java.util.List<ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart.DatabaseCartStorage.StatementWithParams>DatabaseCartStorage.SqlServerDbInfo. getInsertStatement(Document document)ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart.DatabaseCartStorage.StatementWithParamsDatabaseCartStorage.MySQLDbInfo. getRemoveStatement(Document document)java.util.List<ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart.DatabaseCartStorage.StatementWithParams>DatabaseCartStorage.MySQLDbInfo. getUpdateStatement(Document document)java.util.List<ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart.DatabaseCartStorage.StatementWithParams>DatabaseCartStorage.SqlServerDbInfo. getUpdateStatement(Document document)voidDatabaseCartStorage. remove(Document document)voidSerializedCartStorage. remove(Document document)voidDatabaseCartStorage. save(Document document)voidSerializedCartStorage. save(Document document) -
Uses of Document in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query that return types with arguments of type Document Modifier and Type Method Description default java.util.Optional<Document>BaseQuery. getKnownDocument()java.util.Optional<Document>QueryWithKnownDocument. getKnownDocument()Constructors in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query with parameters of type Document Constructor Description QueryWithKnownDocument(Document document) -
Uses of Document in ydocumentcartpackage.persistence.polyglot.repository.documentcart.serializer
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.serializer that return Document Modifier and Type Method Description DocumentSerializer. deserialize(java.lang.String string)Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.serializer with parameters of type Document Modifier and Type Method Description java.lang.StringSerializer. serialize(Document document)java.lang.StringSerializer. serializeWithOverriddenVersion(Document document, long version) -
Uses of Document in ydocumentcartpackage.persistence.polyglot.repository.documentcart.serializer.json
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.serializer.json that return Document Modifier and Type Method Description DocumentJsonSerializer. deserialize(java.lang.String json)DocumentJsonSerializer.DocumentDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctx)Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.serializer.json with parameters of type Document Modifier and Type Method Description protected EntityJsonSerializer.DocumentDeserializer. readEntity(com.fasterxml.jackson.databind.node.ObjectNode entity, Document document)java.lang.StringJsonSerializer. serialize(Document document)java.lang.StringJsonSerializer. serializeWithOverriddenVersion(Document document, long version) -
Uses of Document in ydocumentcartpackage.persistence.polyglot.repository.documentcart.storage
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.storage that return Document Modifier and Type Method Description protected abstract DocumentBaseStorage. instantiateNewDocument(Identity rootId)protected DocumentInMemoryStorage. instantiateNewDocument(Identity id)Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.storage with parameters of type Document Modifier and Type Method Description voidCachedDocumentStorage. remove(Document document)voidInMemoryStorage. remove(Document document)voidCachedDocumentStorage. save(Document document)voidInMemoryStorage. save(Document document)protected QueryResultBaseStorage. singleDocument(Document document) -
Uses of Document in ydocumentcartpackage.persistence.polyglot.repository.documentcart.storage.cache
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.storage.cache with parameters of type Document Modifier and Type Method Description booleanInstrumentedStorageCache. remove(Document document)booleanStorageCache. remove(Document document)booleanThreadLocalDocumentCache. remove(Document document)booleanInstrumentedStorageCache. save(Document document)booleanStorageCache. save(Document document)booleanThreadLocalDocumentCache. save(Document document)
-