org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.ejb
Interface Entity

All Superinterfaces:
CommonDDBean, ComponentInterface, CreateCapability, DescriptionInterface, DisplayNameInterface, Ejb, EntityAndSession, FindCapability, IconInterface

public interface Entity
extends EntityAndSession


Field Summary
static String ABSTRACT_SCHEMA_NAME
           
static String CMP_FIELD
           
static String CMP_VERSION
           
static String CMP_VERSION_ONE
           
static String CMP_VERSION_TWO
           
static String PERSISTENCE_TYPE
           
static String PERSISTENCE_TYPE_BEAN
           
static String PERSISTENCE_TYPE_CONTAINER
           
static String PRIM_KEY_CLASS
           
static String PRIMKEY_FIELD
           
static String PRIMKEYFIELDID
           
static String QUERY
           
static String REENTRANT
           
 
Fields inherited from interface org.netbeans.modules.j2ee.dd.api.ejb.EntityAndSession
HOME, LOCAL, LOCAL_HOME, REMOTE, SECURITY_ROLE_REF
 
Fields inherited from interface org.netbeans.modules.j2ee.dd.api.ejb.Ejb
EJB_CLASS, EJB_LOCAL_REF, EJB_NAME, EJB_REF, ENV_ENTRY, MESSAGE_DESTINATION_REF, RESOURCE_ENV_REF, RESOURCE_REF, SECURITY_IDENTITY, SERVICE_REF
 
Method Summary
 int addCmpField(CmpField value)
           
 int addQuery(Query value)
           
 String getAbstractSchemaName()
           
 CmpField[] getCmpField()
           
 CmpField getCmpField(int index)
           
 String getCmpVersion()
           
 String getPersistenceType()
           
 String getPrimKeyClass()
           
 String getPrimkeyField()
           
 String getPrimkeyFieldId()
           
 Query[] getQuery()
           
 Query getQuery(int index)
           
 boolean isReentrant()
           
 CmpField newCmpField()
           
 Query newQuery()
           
 int removeCmpField(CmpField value)
           
 int removeQuery(Query value)
           
 void setAbstractSchemaName(String value)
           
 void setCmpField(CmpField[] value)
           
 void setCmpField(int index, CmpField value)
           
 void setCmpVersion(String value)
           
 void setPersistenceType(String value)
           
 void setPrimKeyClass(String value)
           
 void setPrimkeyField(String value)
           
 void setPrimkeyFieldId(String value)
           
 void setQuery(int index, Query value)
           
 void setQuery(Query[] value)
           
 void setReentrant(boolean value)
           
 int sizeCmpField()
           
 int sizeQuery()
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.ejb.EntityAndSession
addSecurityRoleRef, getHome, getLocal, getLocalHome, getRemote, getSecurityRoleRef, getSecurityRoleRef, newSecurityRoleRef, removeSecurityRoleRef, setHome, setLocal, setLocalHome, setRemote, setSecurityRoleRef, setSecurityRoleRef, sizeSecurityRoleRef
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.ejb.Ejb
addEjbLocalRef, addEjbRef, addEnvEntry, addMessageDestinationRef, addResourceEnvRef, addResourceRef, addServiceRef, getEjbClass, getEjbLocalRef, getEjbLocalRef, getEjbName, getEjbRef, getEjbRef, getEnvEntry, getEnvEntry, getMessageDestinationRef, getMessageDestinationRef, getResourceEnvRef, getResourceEnvRef, getResourceRef, getResourceRef, getRoot, getSecurityIdentity, getServiceRef, getServiceRef, newEjbLocalRef, newEjbRef, newEnvEntry, newMessageDestinationRef, newResourceEnvRef, newResourceRef, newSecurityIdentity, newServiceRef, removeEjbLocalRef, removeEjbRef, removeEnvEntry, removeMessageDestinationRef, removeResourceEnvRef, removeResourceRef, removeServiceRef, setEjbClass, setEjbLocalRef, setEjbLocalRef, setEjbName, setEjbRef, setEjbRef, setEnvEntry, setEnvEntry, setMessageDestinationRef, setMessageDestinationRef, setResourceEnvRef, setResourceEnvRef, setResourceRef, setResourceRef, setSecurityIdentity, setServiceRef, setServiceRef, sizeEjbLocalRef, sizeEjbRef, sizeEnvEntry, sizeMessageDestinationRef, sizeResourceEnvRef, sizeResourceRef, sizeServiceRef
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DisplayNameInterface
getAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayName
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CreateCapability
addBean, addBean, createBean
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.FindCapability
findBeanByName
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.IconInterface
getAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon
 

Field Detail

PERSISTENCE_TYPE

static final String PERSISTENCE_TYPE
See Also:
Constant Field Values

PRIM_KEY_CLASS

static final String PRIM_KEY_CLASS
See Also:
Constant Field Values

REENTRANT

static final String REENTRANT
See Also:
Constant Field Values

CMP_VERSION

static final String CMP_VERSION
See Also:
Constant Field Values

ABSTRACT_SCHEMA_NAME

static final String ABSTRACT_SCHEMA_NAME
See Also:
Constant Field Values

CMP_FIELD

static final String CMP_FIELD
See Also:
Constant Field Values

PRIMKEY_FIELD

static final String PRIMKEY_FIELD
See Also:
Constant Field Values

PRIMKEYFIELDID

static final String PRIMKEYFIELDID
See Also:
Constant Field Values

QUERY

static final String QUERY
See Also:
Constant Field Values

PERSISTENCE_TYPE_BEAN

static final String PERSISTENCE_TYPE_BEAN
See Also:
Constant Field Values

PERSISTENCE_TYPE_CONTAINER

static final String PERSISTENCE_TYPE_CONTAINER
See Also:
Constant Field Values

CMP_VERSION_ONE

static final String CMP_VERSION_ONE
See Also:
Constant Field Values

CMP_VERSION_TWO

static final String CMP_VERSION_TWO
See Also:
Constant Field Values
Method Detail

setPersistenceType

void setPersistenceType(String value)

getPersistenceType

String getPersistenceType()

setPrimKeyClass

void setPrimKeyClass(String value)

getPrimKeyClass

String getPrimKeyClass()

setReentrant

void setReentrant(boolean value)

isReentrant

boolean isReentrant()

setCmpVersion

void setCmpVersion(String value)

getCmpVersion

String getCmpVersion()

setAbstractSchemaName

void setAbstractSchemaName(String value)

getAbstractSchemaName

String getAbstractSchemaName()

setCmpField

void setCmpField(int index,
                 CmpField value)

getCmpField

CmpField getCmpField(int index)

setCmpField

void setCmpField(CmpField[] value)

getCmpField

CmpField[] getCmpField()

sizeCmpField

int sizeCmpField()

addCmpField

int addCmpField(CmpField value)

removeCmpField

int removeCmpField(CmpField value)

newCmpField

CmpField newCmpField()

setPrimkeyField

void setPrimkeyField(String value)

getPrimkeyField

String getPrimkeyField()

setPrimkeyFieldId

void setPrimkeyFieldId(String value)

getPrimkeyFieldId

String getPrimkeyFieldId()

setQuery

void setQuery(int index,
              Query value)

getQuery

Query getQuery(int index)

setQuery

void setQuery(Query[] value)

getQuery

Query[] getQuery()

sizeQuery

int sizeQuery()

removeQuery

int removeQuery(Query value)

addQuery

int addQuery(Query value)

newQuery

Query newQuery()

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on November 20 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.