Uses of Interface
org.apache.empire.data.Entity
Packages that use Entity
Package
Description
This package contains interfaces for data and metadata handling.
This package contains implmentations of Empire's data and metadata interfaces for JavaBeans of Data Tranfer Objects (DTO's).
This package contains the core Empire-DB implementation classes.
This package contains classes for exception handling of database related errors.
This package contains classes necessary to support the Oracle database system.
-
Uses of Entity in org.apache.empire.data
Subinterfaces of Entity in org.apache.empire.dataMethods in org.apache.empire.data that return Entity -
Uses of Entity in org.apache.empire.data.bean
Classes in org.apache.empire.data.bean that implement EntityModifier and TypeClassDescriptionclassBeanObject This class defines Metadata for any type of java class.Fields in org.apache.empire.data.bean declared as EntityMethods in org.apache.empire.data.bean that return EntityConstructors in org.apache.empire.data.bean with parameters of type Entity -
Uses of Entity in org.apache.empire.data.list
Methods in org.apache.empire.data.list with parameters of type EntityModifier and TypeMethodDescriptionlongDataListEntry.getRecordId(Entity entity) Returns the record id for a type of entity which has a single numeric primary keyObject[]DataListEntry.getRecordKey(Entity entity) Returns the record key for a type of entity -
Uses of Entity in org.apache.empire.db
Classes in org.apache.empire.db that implement EntityModifier and TypeClassDescriptionprotected static classclassThis class can be used to wrap a query from a DBCommand and use it like a DBRowSet.
You may use this class for two purposes: In oder to define subqueries simply define a command object with the subquery and wrap it inside a DBQuery.classThis class is the base class for all the DBTable, DBView and DBQuery classes this class contains all the columns of the tables, views or queriesclassThis class represent one table of the database.classThis class represents a database view.Methods in org.apache.empire.db that return EntityModifier and TypeMethodDescriptionDBColumn.getEntity()Returns the Entity Type Same as getRowSet()DBRecordBase.getEntity()returns true if this record is a new record.Methods in org.apache.empire.db with parameters of type EntityModifier and TypeMethodDescriptionlongDBReader.getRecordId(Entity entity) Returns the record id for a type of entity which has a single numeric primary keyObject[]DBReader.getRecordKey(Entity entity) Returns the record key for a type of entity -
Uses of Entity in org.apache.empire.db.exceptions
Methods in org.apache.empire.db.exceptions that return EntityMethods in org.apache.empire.db.exceptions with parameters of type EntityModifier and TypeMethodDescriptionprotected static StringRecordException.entityName(Entity entity) Constructors in org.apache.empire.db.exceptions with parameters of type EntityModifierConstructorDescriptionNoPrimaryKeyException(Entity entity) RecordException(Entity entity, Object[] key, ErrorType errType, String[] params) -
Uses of Entity in org.apache.empire.db.generic
Classes in org.apache.empire.db.generic that implement Entity -
Uses of Entity in org.apache.empire.dbms
Classes in org.apache.empire.dbms that implement EntityModifier and TypeClassDescriptionstatic classThis class is used to emulate sequences by using a sequence table. -
Uses of Entity in org.apache.empire.dbms.oracle
Classes in org.apache.empire.dbms.oracle that implement EntityModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic class