Uses of Class
com.avoka.fc.core.entity.ProjectInclude
-
Packages that use ProjectInclude Package Description com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne. -
-
Uses of ProjectInclude in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type ProjectInclude Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<ProjectInclude>>
_Library. PROJECT_INCLUDES
Provides the 'PROJECT_INCLUDES' property.static org.apache.cayenne.exp.Property<List<ProjectInclude>>
_Project. PROJECT_INCLUDES
Provides the 'PROJECT_INCLUDES' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ProjectInclude Modifier and Type Method Description List<ProjectInclude>
_Library. getProjectIncludes()
Return the ProjectIncludes.List<ProjectInclude>
_Project. getProjectIncludes()
Return the ProjectIncludes.Methods in com.avoka.fc.core.entity.auto with parameters of type ProjectInclude Modifier and Type Method Description void
_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.
-