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