Uses of Class
com.avoka.fc.core.entity.ApplicationConnection
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of ApplicationConnection in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<ApplicationConnection>>
_ApplicationPackage.APPLICATION_CONNECTION_LIST
Provides the 'APPLICATION_CONNECTION_LIST' property.static final org.apache.cayenne.exp.Property<List<ApplicationConnection>>
_ServiceConnection.APPLICATION_CONNECTION_LIST
Provides the 'APPLICATION_CONNECTION_LIST' property.Modifier and TypeMethodDescription_ApplicationPackage.getApplicationConnectionList()
Return the ApplicationConnectionList._ServiceConnection.getApplicationConnectionList()
Return the ApplicationConnectionList.Modifier and TypeMethodDescriptionvoid
_ApplicationPackage.addToApplicationConnectionList
(ApplicationConnection obj) Add the ApplicationConnectionList object.void
_ServiceConnection.addToApplicationConnectionList
(ApplicationConnection obj) Add the ApplicationConnectionList object.void
_ApplicationPackage.removeFromApplicationConnectionList
(ApplicationConnection obj) Remove the ApplicationConnectionList object.void
_ServiceConnection.removeFromApplicationConnectionList
(ApplicationConnection obj) Remove the ApplicationConnectionList object.