Packages that use Entity | |
---|---|
it.list.jft | Provides interfaces for dealing with different FastTrack objects. |
it.list.jft.event | Provides interfaces for dealing with different types of events and listeners. |
Uses of Entity in it.list.jft |
---|
Methods in it.list.jft that return Entity | |
---|---|
Entity |
TransactionParam.getEntity()
Returns the Entity of a new transaction. |
Entity |
QueryParam.getQueryParameterEntity()
Returns the Query Parameter Entity of the new query. |
Entity |
EntityClass.makeEntity()
|
Methods in it.list.jft with parameters of type Entity | |
---|---|
void |
TransactionParam.setEntity(Entity entity)
Set/replace the Entity of a new transaction. |
void |
QueryParam.setQueryParameterEntity(Entity queryParameter)
Set/replace the Query Parameter Entity of the new query. |
Uses of Entity in it.list.jft.event |
---|
Methods in it.list.jft.event that return Entity | |
---|---|
Entity |
TransactionEvent.getEntity()
Returns the result entity associated to this event. |
Entity |
MulticastConnectionEvent.getEntity()
|
Entity |
SubscriptionNotifyEvent.getEntity()
Returns the entity available on this event. |
Entity |
QueryNotifyEvent.getEntity()
Returns the entity of the current row in the result-set. |