Uses of Interface
net.ontopia.persistence.proxy.TicketIF
Packages that use TicketIF
Package
Description
An object-relational mapping framework.
Object model for representing SQL queries.
-
Uses of TicketIF in net.ontopia.persistence.proxy
Fields in net.ontopia.persistence.proxy declared as TicketIFModifier and TypeFieldDescriptionprotected TicketIFSharedCache.current_ticketprotected TicketIFAbstractLocalCache.ticketMethods in net.ontopia.persistence.proxy that return TicketIFModifier and TypeMethodDescriptionAbstractLocalCache.getTicket()AccessRegistrarIF.getTicket()INTERNAL: Get ticket that should be used as first argument to register methods.SharedCache.getTicket()Methods in net.ontopia.persistence.proxy with parameters of type TicketIFModifier and TypeMethodDescriptionAggregateFieldInfo.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) INTERNAL: Loads from its containing fields an aggregate object.DefaultFieldHandler.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) FieldHandlerIF.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) INTERNAL: Reads the value beginning at the given offset in the current ResultSet row.IdentityFieldInfo.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) INTERNAL: Loads from its containing fields an IdentityIF with the field values as key.IndicatorFieldHandler.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) PrimitiveFieldInfo.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) INTERNAL: Loads a single primitive value.ReferenceFieldInfo.load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) INTERNAL: Loads from its containing fields the identity of an object.protected ObjectAggregateFieldInfo.readAggregateObject(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct) voidAbstractLocalCache.registerField(TicketIF ticket, IdentityIF identity, int field, Object value) voidAccessRegistrarIF.registerField(TicketIF ticket, IdentityIF identity, int field, Object value) INTERNAL: Called by storage accessors (FieldAccessIF) when they read the value of an object field from the database.voidSharedCache.registerField(TicketIF ticket, IdentityIF identity, int field, Object value) voidAbstractLocalCache.registerIdentity(TicketIF ticket, IdentityIF identity) voidAccessRegistrarIF.registerIdentity(TicketIF ticket, IdentityIF identity) INTERNAL: Called by storage accessors (QueryIFs or FieldAccessIF) when they locate the identity of an object in the database.voidSharedCache.registerIdentity(TicketIF ticket, IdentityIF identity) -
Uses of TicketIF in net.ontopia.persistence.query.sql
Fields in net.ontopia.persistence.query.sql declared as TicketIFMethods in net.ontopia.persistence.query.sql that return TicketIFMethods in net.ontopia.persistence.query.sql with parameters of type TicketIFModifier and TypeMethodDescriptionprotected ObjectRDBMSCollectionQuery.processResult(TicketIF ticket, ResultSet rs) protected ObjectRDBMSMapQuery.processResult(TicketIF ticket, ResultSet rs) protected ObjectRDBMSObjectQuery.processResult(TicketIF ticket, ResultSet rs) INTERNAL: Read the field value of the specified index from the current row in the result set.Object[]SQLStatement.readValues(TicketIF ticket, ResultSet rs, boolean lookup_identities) Object[]SQLStatement.readValues(TicketIF ticket, ResultSet rs, Object[] values, boolean lookup_identities) Object[]SQLStatementIF.readValues(TicketIF ticket, ResultSet rs, boolean lookup_identities) INTERNAL: Reads all the field values from the current row in the result set.Object[]SQLStatementIF.readValues(TicketIF ticket, ResultSet rs, Object[] values, boolean lookup_identities) INTERNAL: Reads all the field values from the current row into the specified value array.Constructors in net.ontopia.persistence.query.sql with parameters of type TicketIFModifierConstructorDescriptionRDBMSQueryResult(SQLStatementIF stm, TicketIF ticket, ResultSet rs) RDBMSQueryResult(SQLStatementIF stm, TicketIF ticket, ResultSet rs, boolean lookup_identities)