Class PropertyPrefillMap

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

    @CacheGroups("CONFIG")
    public class PropertyPrefillMap
    extends _PropertyPrefillMap
    Provides a property prefill mapping from a property (described by name and scope) to an XPath in a schema seed.
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyPrefillMap

        public PropertyPrefillMap()
    • Method Detail

      • isClientScope

        public boolean isClientScope()
        Returns:
        true if the property scope is 'Client'
      • isFormScope

        public boolean isFormScope()
        Returns:
        true if the property scope is 'Form'
      • isUserScope

        public boolean isUserScope()
        Returns:
        true if the property scope is 'User'