Uses of Annotation Type
net.java.ao.schema.Ignore
Packages that use Ignore
-
Uses of Ignore in net.java.ao
Methods in net.java.ao with annotations of type IgnoreModifier and TypeMethodDescriptionvoid
RawEntity.addPropertyChangeListener
(PropertyChangeListener listener) Adds a property change listener to the entity.RawEntity.getEntityManager()
Retrieves theEntityManager
instance which manages this entity.RawEntity.getEntityType()
Returns the actualClass
instance which corresponds to the original entity interface.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.