Package | Description |
---|---|
one_many_to_many_association |
Modifier and Type | Field and Description |
---|---|
static StringExpressionField<A> |
A.Attribute.b_R1_id |
static StringExpressionField<A> |
A.Attribute.c_R1_id |
static StringExpressionField<A> |
A.Attribute.id |
Modifier and Type | Method and Description |
---|---|
A |
A.cancelSignal(Event<A> event) |
A |
A.cancelSignal(String eventSignatureKey) |
static A |
A.create(CreationEvent<A> creationEvent)
Static creator method using CreationEvent.
|
static A |
A.create(String id)
Static creator method using id.
|
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 |
C.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)
ONE_MANY A characterizes MANY B
|
A |
A.relateAcrossR1(C c_R1)
ONE A characterizes MANY C
|
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_(String 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)
ONE_MANY A characterizes MANY B
|
A |
A.unrelateAcrossR1(C c_R1)
ONE A characterizes MANY C
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Optional<A> |
A.find(String id) |
Set<A> |
B.getA_R1()
Getter.
|
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)
MANY B is characterized by ONE_MANY A
|
C |
C.relateAcrossR1(A a_R1)
MANY C characterizes ONE A
|
void |
C.setA_R1(A a_R1)
Setter.
|
B |
B.unrelateAcrossR1(A a_R1)
MANY B is characterized by ONE_MANY A
|
C |
C.unrelateAcrossR1(A a_R1)
MANY C characterizes 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) |
void |
B.setA_R1(Set<A> a_R1)
Setter.
|
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.