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 TypeMethodDescriptionvoidRawEntity.addPropertyChangeListener(PropertyChangeListener listener) Adds a property change listener to the entity.RawEntity.getEntityManager()Retrieves theEntityManagerinstance which manages this entity.RawEntity.getEntityType()Returns the actualClassinstance which corresponds to the original entity interface.voidRawEntity.init()Called when the entity instance is created.voidRawEntity.removePropertyChangeListener(PropertyChangeListener listener) Removes a property change listener from the entity.voidRawEntity.save()Saves all changed (dirty) fields within the entity to the database.