Uses of Class
org.salespointframework.core.data.database.PersistenceProperty

Packages that use PersistenceProperty
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.users Contains all the classes for managing users and their capabilities. 
 

Uses of PersistenceProperty in org.salespointframework.core.data
 

Fields in org.salespointframework.core.data with annotations of type PersistenceProperty
protected  long Category.id
          id used for persistence
protected  NameContext AbstractNameable.m_ncContext
          The current name context.
protected  java.beans.PropertyChangeSupport AbstractNameable.m_pcsPropertyListeners
          Used to fire PropertyChangeEvents.
 

Uses of PersistenceProperty in org.salespointframework.core.users
 

Fields in org.salespointframework.core.users with annotations of type PersistenceProperty
protected  ListenerHelper User.m_lhListeners
          The list of all listeners that showed an interest in this user.
protected  java.beans.PropertyChangeSupport User.m_pcsPropertyListeners
          Used to fire PropertyChangeEvents.