Uses of Class
com.avoka.fc.core.entity.ProjectInclude
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of ProjectInclude in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<ProjectInclude>>
_Library.PROJECT_INCLUDES
Provides the 'PROJECT_INCLUDES' property.static final org.apache.cayenne.exp.Property<List<ProjectInclude>>
_Project.PROJECT_INCLUDES
Provides the 'PROJECT_INCLUDES' property.Modifier and TypeMethodDescription_Library.getProjectIncludes()
Return the ProjectIncludes._Project.getProjectIncludes()
Return the ProjectIncludes.Modifier and TypeMethodDescriptionvoid
_Library.addToProjectIncludes
(ProjectInclude obj) Add the ProjectIncludes object.void
_Project.addToProjectIncludes
(ProjectInclude obj) Add the ProjectIncludes object.void
_Library.removeFromProjectIncludes
(ProjectInclude obj) Remove the ProjectIncludes object.void
_Project.removeFromProjectIncludes
(ProjectInclude obj) Remove the ProjectIncludes object.