Package | Description |
---|---|
zero_one_to_zero_one |
Modifier and Type | Field and Description |
---|---|
static StringExpressionField<A> |
A.Attribute.aOne |
static StringExpressionField<A> |
A.Attribute.aTwo |
static StringExpressionField<A> |
A.Attribute.b_R1_bOne |
static StringExpressionField<A> |
A.Attribute.b_R1_bTwo |
Modifier and Type | Method and Description |
---|---|
A |
A.cancelSignal(Event<A> event) |
A |
A.cancelSignal(String eventSignatureKey) |
static A |
A.create(A.AId id)
Static creator method using id.
|
static A |
A.create(CreationEvent<A> creationEvent)
Static creator method using CreationEvent.
|
A |
A.delete()
Same as this.remove()
|
A |
A.event(Event<A> event)
Synchronously runs the on entry procedure associated
with this event and also any signals to self that are
made during the procedure.
|
A |
B.getA_R1()
Getter.
|
A |
A.load() |
A |
A.load(javax.persistence.EntityManager em)
Does a merge then a refresh and returns a new updated merged instance.
|
A |
A.merge(javax.persistence.EntityManager em)
Same as EntityManager.merge() except allows method chaining.
|
A |
A.persist()
Same as
persist(Context.em()) . |
A |
A.persist(javax.persistence.EntityManager em)
Same as EntityManager.persist() except allows method chaining.
|
A |
A.refresh(javax.persistence.EntityManager em)
Same as EntityManager.refresh() except inverted to facilitate method chaining.
|
A |
A.relateAcrossR1(B b_R1)
ZERO_ONE A characterizes ZERO_ONE B
|
A |
A.remove()
Same as EntityManager.remove() except inverted to facilitate method chaining.
|
A |
A.remove(javax.persistence.EntityManager em)
Same as EntityManager.remove() except inverted to facilitate method chaining.
|
A |
A.setId_(A.AId id) |
A |
A.signal(Event<A> event)
Asychronously queues the given signal against this entity for processing.
|
A |
A.signal(Event<A> event,
scala.concurrent.duration.Duration delay)
Asychronously queues the given signal against this entity for processing
after the delay specified.
|
A |
A.signal(Event<A> event,
long time)
Asychronously queues the given signal against this entity for processing
at the epoch time in ms specified.
|
A |
A.unrelateAcrossR1(B b_R1)
ZERO_ONE A characterizes ZERO_ONE B
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Optional<A> |
A.find(A.AId id) |
static SelectBuilder<A> |
A.select() |
static SelectBuilder<A> |
A.select(BooleanExpression<A> where) |
Modifier and Type | Method and Description |
---|---|
B |
B.relateAcrossR1(A a_R1)
ZERO_ONE B is characterized by ZERO_ONE A
|
void |
B.setA_R1(A a_R1)
Setter.
|
B |
B.unrelateAcrossR1(A a_R1)
ZERO_ONE B is characterized by ZERO_ONE A
|
Modifier and Type | Method and Description |
---|---|
A |
A.cancelSignal(Event<A> event) |
static A |
A.create(CreationEvent<A> creationEvent)
Static creator method using CreationEvent.
|
A |
A.event(Event<A> event)
Synchronously runs the on entry procedure associated
with this event and also any signals to self that are
made during the procedure.
|
static SelectBuilder<A> |
A.select(BooleanExpression<A> where) |
A |
A.signal(Event<A> event)
Asychronously queues the given signal against this entity for processing.
|
A |
A.signal(Event<A> event,
scala.concurrent.duration.Duration delay)
Asychronously queues the given signal against this entity for processing
after the delay specified.
|
A |
A.signal(Event<A> event,
long time)
Asychronously queues the given signal against this entity for processing
at the epoch time in ms specified.
|
Copyright © 2012–2022. All rights reserved.