Package | Description |
---|---|
unary_many_association |
Modifier and Type | Field and Description |
---|---|
static StringExpressionField<A> |
A.Attribute.aOne |
static StringExpressionField<A> |
A.Attribute.aTwo |
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 |
A.getHasChildrenInverse_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.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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Optional<A> |
A.find(A.AId id) |
Set<A> |
A.getHasChildren_R1()
Getter.
|
static SelectBuilder<A> |
A.select() |
static SelectBuilder<A> |
A.select(BooleanExpression<A> where) |
Modifier and Type | Method and Description |
---|---|
void |
A.setHasChildrenInverse_R1(A hasChildrenInverse_R1)
Setter.
|
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 |
A.setHasChildren_R1(Set<A> hasChildren_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.