org.imixs.workflow.jee.jpa
Class EntityIndex
java.lang.Object
org.imixs.workflow.jee.jpa.EntityIndex
- All Implemented Interfaces:
- Serializable
@Entity
public class EntityIndex
- extends Object
- implements Serializable
The EntityIndex is a entity ejb which enables the
EntityService to manage different IndexProperties. These IndexProperties
are used to brand out attributes form the ItemCollection stored in the
data attribute of an Workitem. During the disasembling of an ItemCollection
the values of an ItemCollection are spread over different type specific
tables. So a Query with SQL and EQL is possible
- Version:
- 1.0
- Author:
- Ralph Soika
- See Also:
org.imixs.workflow.jee.ejb.EntityPersistenceManagerImplementation,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYP_TEXT
public static final int TYP_TEXT
- See Also:
- Constant Field Values
TYP_INT
public static final int TYP_INT
- See Also:
- Constant Field Values
TYP_DOUBLE
public static final int TYP_DOUBLE
- See Also:
- Constant Field Values
TYP_CALENDAR
public static final int TYP_CALENDAR
- See Also:
- Constant Field Values
name
public String name
typ
public int typ
EntityIndex
public EntityIndex()
EntityIndex
public EntityIndex(String sname,
int ityp)
Copyright © 2006-2011 Imixs Software Solutions GmbH. All Rights Reserved.