Uses of Class
ydocumentcartpackage.persistence.polyglot.repository.documentcart.EntityCreation
-
Packages that use EntityCreation Package Description ydocumentcartpackage.persistence.polyglot.repository.documentcart ydocumentcartpackage.persistence.polyglot.repository.documentcart.query -
-
Uses of EntityCreation in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return EntityCreation Modifier and Type Method Description EntityCreationRepository. beginCreation(Identity id)Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return types with arguments of type EntityCreation Modifier and Type Method Description static java.util.Optional<EntityCreation>EntityCreation. from(ChangeSet changeSet)Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type EntityCreation Modifier and Type Method Description voidDocument. apply(EntityCreation creation)QueryQueryFactory. getQuery(EntityCreation creation)static DocumentConcurrentModificationExceptionDocumentConcurrentModificationException. missingDocumentForCreation(EntityCreation creation)protected voidRepository. storeCreation(EntityCreation creation) -
Uses of EntityCreation in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query with parameters of type EntityCreation Modifier and Type Method Description BaseQueryBaseQueryFactory. getQuery(EntityCreation creation)
-