Uses of Class
com.avoka.fc.core.entity.TPacData
-
Packages that use TPacData Package Description com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne. -
-
Uses of TPacData in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type TPacData Modifier and Type Field Description static org.apache.cayenne.exp.Property<TPacData>
_TPac. TPAC_DATA
Provides the 'TPAC_DATA' property.Methods in com.avoka.fc.core.entity.auto that return TPacData Modifier and Type Method Description TPacData
_TPac. getTpacData()
Return the TpacData.Methods in com.avoka.fc.core.entity.auto with parameters of type TPacData Modifier and Type Method Description void
_TPac. setTpacData(TPacData tpacData)
Set the TpacData.
-