Modifier and Type | Method and Description |
---|---|
static <T extends Entity<T>> |
Context.create(Class<T> cls,
CreationEvent<T> event) |
static A |
A.create(CreationEvent<A> creationEvent)
Static creator method using CreationEvent.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Entity<T>> |
Context.create(Class<T> cls,
CreationEvent<T> event) |
static A |
A.create(CreationEvent<A> creationEvent)
Static creator method using CreationEvent.
|
static B |
B.create(CreationEvent<B> creationEvent)
Static creator method using CreationEvent.
|
static C |
C.create(CreationEvent<C> creationEvent)
Static creator method using CreationEvent.
|
static D |
D.create(CreationEvent<D> creationEvent)
Static creator method using CreationEvent.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Entity<T>> |
Context.create(Class<T> cls,
CreationEvent<T> event) |
static A |
A.create(CreationEvent<A> creationEvent)
Static creator method using CreationEvent.
|
static B |
B.create(CreationEvent<B> creationEvent)
Static creator method using CreationEvent.
|
static C |
C.create(CreationEvent<C> creationEvent)
Static creator method using CreationEvent.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Entity<T>> |
Context.create(Class<T> cls,
CreationEvent<T> event) |
static A |
A.create(CreationEvent<A> creationEvent)
Static creator method using CreationEvent.
|
static B |
B.create(CreationEvent<B> creationEvent)
Static creator method using CreationEvent.
|
static C |
C.create(CreationEvent<C> creationEvent)
Static creator method using CreationEvent.
|
Modifier and Type | Class and Description |
---|---|
static class |
Depot.Events.Create
Event implementation for event 'Create'
|
static class |
Order.Events.Create
Event implementation for event 'Create'
|
static class |
SystemEvent.Events.Create
Event implementation for event 'Create'
|
Modifier and Type | Method and Description |
---|---|
static <T extends Entity<T>> |
Context.create(Class<T> cls,
CreationEvent<T> event) |
static Depot |
Depot.create(CreationEvent<Depot> creationEvent)
Static creator method using CreationEvent.
|
static Order |
Order.create(CreationEvent<Order> creationEvent)
Static creator method using CreationEvent.
|
static SystemEvent |
SystemEvent.create(CreationEvent<SystemEvent> creationEvent)
Static creator method using CreationEvent.
|
static Depot |
Depot.create(javax.persistence.EntityManager em,
CreationEvent<Depot> event)
Static creator method associated with the creation transition to 'Created' via event 'Create'.
|
static Order |
Order.create(javax.persistence.EntityManager em,
CreationEvent<Order> event)
Static creator method associated with the creation transition to 'Preparing' via event 'Create'.
|
static SystemEvent |
SystemEvent.create(javax.persistence.EntityManager em,
CreationEvent<SystemEvent> event)
Static creator method associated with the creation transition to 'Created' via event 'Create'.
|
Modifier and Type | Class and Description |
---|---|
static class |
A.Events.Create
Event implementation for event 'Create'
|
Modifier and Type | Method and Description |
---|---|
static <T extends Entity<T>> |
Context.create(Class<T> cls,
CreationEvent<T> event) |
static A |
A.create(CreationEvent<A> creationEvent)
Static creator method using CreationEvent.
|
static A |
A.create(javax.persistence.EntityManager em,
CreationEvent<A> event)
Static creator method associated with the creation transition to 'Created' via event 'Create'.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Entity<T>> |
Context.create(Class<T> cls,
CreationEvent<T> event) |
static A |
A.create(CreationEvent<A> creationEvent)
Static creator method using CreationEvent.
|
static B |
B.create(CreationEvent<B> creationEvent)
Static creator method using CreationEvent.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Entity<T>> |
Context.create(Class<T> cls,
CreationEvent<T> event) |
static A |
A.create(CreationEvent<A> creationEvent)
Static creator method using CreationEvent.
|
Modifier and Type | Method and Description |
---|---|
<T extends Entity<T>> |
Signaller.create(Class<T> cls,
CreationEvent<T> event)
Returns a new instance of type T using the given
CreationEvent . |
Modifier and Type | Method and Description |
---|---|
static <T extends Entity<T>> |
Context.create(Class<T> cls,
CreationEvent<T> event) |
static A |
A.create(CreationEvent<A> creationEvent)
Static creator method using CreationEvent.
|
static B |
B.create(CreationEvent<B> creationEvent)
Static creator method using CreationEvent.
|
Copyright © 2012–2022. All rights reserved.