Uses of Class
net.java.ao.schema.Ignore

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.
<X extends RawEntity<T>>
Class<X>
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-2011. All Rights Reserved.