|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ignore | |
---|---|
net.java.ao |
Uses of Ignore in net.java.ao |
---|
Methods in net.java.ao with annotations of type Ignore | ||
---|---|---|
void |
RawEntity.addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener to the entity. |
|
EntityManager |
RawEntity.getEntityManager()
Retrieves the EntityManager instance which manages this
entity. |
|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |