Package | Description |
---|---|
net.java.ao |
Modifier and Type | Method and Description |
---|---|
void |
RawEntity.addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener to the entity.
|
EntityManager |
RawEntity.getEntityManager()
Retrieves the
EntityManager instance which manages this
entity. |
<X extends RawEntity<T>> |
RawEntity.getEntityType()
Returns the actual
Class instance which corresponds to the
original entity interface. |
T[] |
RelatedEntity.getRelated()
Retrieves the entities related to this by using full-text search
heuristics.
|
void |
RawEntity.init()
Called when the entity instance is created.
|
void |
RawEntity.removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener from the entity.
|
void |
RawEntity.save()
Saves all changed (dirty) fields within the entity to the database.
|
Copyright © 2007–2020 Atlassian. All rights reserved.