Uses of Interface
io.thestencil.persistence.api.ZoePersistence.EntityBody
-
-
Uses of ZoePersistence.EntityBody in io.thestencil.persistence.api
Classes in io.thestencil.persistence.api with type parameters of type ZoePersistence.EntityBody Modifier and Type Class Description classImmutableEntity<T extends ZoePersistence.EntityBody>Immutable implementation ofZoePersistence.Entity.static classImmutableEntity.Builder<T extends ZoePersistence.EntityBody>Builds instances of typeImmutableEntity.static interfaceZoePersistence.Entity<T extends ZoePersistence.EntityBody>Subinterfaces of ZoePersistence.EntityBody in io.thestencil.persistence.api Modifier and Type Interface Description static interfaceZoePersistence.Articlestatic interfaceZoePersistence.Linkstatic interfaceZoePersistence.Localestatic interfaceZoePersistence.Pagestatic interfaceZoePersistence.Releasestatic interfaceZoePersistence.WorkflowClasses in io.thestencil.persistence.api that implement ZoePersistence.EntityBody Modifier and Type Class Description classImmutableArticleImmutable implementation ofZoePersistence.Article.classImmutableLinkImmutable implementation ofZoePersistence.Link.classImmutableLocaleImmutable implementation ofZoePersistence.Locale.classImmutablePageImmutable implementation ofZoePersistence.Page.classImmutableReleaseImmutable implementation ofZoePersistence.Release.classImmutableWorkflowImmutable implementation ofZoePersistence.Workflow.Methods in io.thestencil.persistence.api with type parameters of type ZoePersistence.EntityBody Modifier and Type Method Description static <T extends ZoePersistence.EntityBody>
ImmutableEntity.Builder<T>ImmutableEntity. builder()Creates a builder forImmutableEntity.static <T extends ZoePersistence.EntityBody>
ImmutableEntity<T>ImmutableEntity. copyOf(ZoePersistence.Entity<T> instance)Creates an immutable copy of aZoePersistence.Entityvalue.
-