public class EJB3Globals extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COLLECTION_INTERFACE_SORTED_SET
The property representing the default collection interface of java.util.SortedSet
|
static String |
DAO_PATTERN
The pattern used to construct the DAO name.
|
static String |
FETCH_TYPE_EAGER
Represents the eager fetch type
|
static String |
FETCH_TYPE_LAZY
Represents the lazy fetch type
|
static String |
FINDER_RESULT_TYPE_FIRST
Represents the finder method index type on the parameter
|
static String |
FINDER_RESULT_TYPE_MAX
Represents the finder method max count on the parameter
|
static String |
GENERATOR_TYPE_AUTO
Represents the auto generator type
|
static String |
GENERATOR_TYPE_GENERIC
Represents the generic generator type
|
static String |
GENERATOR_TYPE_IDENTITY
Represents the identity generator type
|
static String |
GENERATOR_TYPE_NONE
Represents the none generator type
|
static String |
GENERATOR_TYPE_SEQUENCE
Represents the sequence generator type
|
static String |
GENERATOR_TYPE_TABLE
Represents the table generator type
|
static String |
HIBERNATE_USER_QUERY_CACHE
The property used to specify whether to enable query cache.
|
static String |
IMPLEMENTATION_OPERATION_NAME_PATTERN
The property used to specify the implementation operation name pattern
on service and entity beans.
|
static String |
JNDI_NAME_PREFIX
The pattern to use for determining the package name for EJBs.
|
static String |
LABEL_COLLECTION_NAME_PATTERN
The property which stores the pattern defining the display attribute
label name when it's of type Collection.
|
static String |
LABEL_SINGLE_NAME_PATTERN
The property which stores the pattern defining the display attribute
label name when it's not of type Collection.
|
static String |
LOB_TYPE_BLOB
Represents the blob lob type
|
static String |
LOB_TYPE_CLOB
Represents the clob lob type
|
static String |
MANAGEABLE_ROLES_ALLOWED
The property that stores the comma separated list of roles for manageable
service beans.
|
static String |
MDB_DESTINATION_TYPE_QUEUE
Represents the fully qualified queue destination type for the
JMS message driven bean
|
static String |
MDB_DESTINATION_TYPE_TOPIC
Represents the fully qualified topic destination type for the
JMS message driven bean
|
static String |
MDB_SUBSCRIPTION_DURABLE
Represents the durable subscription topic
|
static String |
MDB_SUBSCRIPTION_NONDURABLE
Represents the non durable subscription topic
|
static char |
NAMESPACE_DELIMITER
The namespace delimiter (separates namespaces).
|
static String |
NO_TRANSFORMATION_CONSTANT_SUFFIX
The suffix given to the no transformation constant.
|
static String |
PERSISTENCE_CONTAINER_JBOSS
Represents the JBoss persistence container constant
|
static String |
PERSISTENCE_CONTAINER_WEBLOGIC
Represents the Weblogic persistence container contant
|
static String |
PERSISTENCE_CONTEXT_UNIT_NAME
The property which stores the persistence context unit name associated with the default
Entity Manager.
|
static String |
SEAM_COMPONENT_SCOPE_CONVERSATION
Seam component scope type CONVERSATION
|
static String |
SEAM_COMPONENT_SCOPE_STATELESS
Seam component scope type STATELESS
|
static String |
SECURITY_REALM
Represents the default security domain
|
static String |
SERVICE_TYPE_STATEFUL
Represents the stateful session bean
|
static String |
SERVICE_TYPE_STATELESS
Represents the stateless session bean
|
static String |
TEMPORAL_TYPE_DATE
Represents the date temporal type
|
static String |
TEMPORAL_TYPE_NONE
Represents the none temporal type
|
static String |
TEMPORAL_TYPE_TIME
Represents the time temporal type
|
static String |
TEMPORAL_TYPE_TIMESTAMP
Represents the timestamp temporal type
|
static String |
TRANSACTION_MANAGEMENT_BEAN
Represents the bean managed transaction demarcation
|
static String |
TRANSACTION_MANAGEMENT_CONTAINER
Represents the container managed transaction demarcation
|
static String |
TRANSACTION_TYPE
The property that stores the default EJB transaction type.
|
static String |
TRANSACTION_TYPE_MANDATORY
Represents the mandatory transaction type
|
static String |
TRANSACTION_TYPE_NEVER
Represents the never transaction type
|
static String |
TRANSACTION_TYPE_NOT_SUPPORTED
Represents the not supported transaction type
|
static String |
TRANSACTION_TYPE_REQUIRED
Represents the required transaction type
|
static String |
TRANSACTION_TYPE_REQUIRES_NEW
Represents the required transaction type
|
static String |
TRANSACTION_TYPE_SUPPORTS
Represents the supports transaction type
|
static String |
TRANSFORMATION_CONSTANT_PREFIX
Defines the prefix given to the transformation constants.
|
static String |
TRANSFORMATION_METHOD_PREFIX
The prefix given to transformation method names.
|
static String |
TRANSFORMATION_TO_COLLECTION_METHOD_SUFFIX
The suffix given to transformation method names.
|
static String |
VIEW_TYPE_BOTH
Represents the view type for the entity POJO as both remote and local
|
static String |
VIEW_TYPE_LOCAL
Represents the local view type for the entity POJO
|
static String |
VIEW_TYPE_REMOTE
Represents the remote view type for the entity POJO
|
Constructor and Description |
---|
EJB3Globals() |
public static final String TRANSACTION_TYPE
public static final String JNDI_NAME_PREFIX
public static final String LABEL_COLLECTION_NAME_PATTERN
public static final String LABEL_SINGLE_NAME_PATTERN
public static final String DAO_PATTERN
public static final String PERSISTENCE_CONTEXT_UNIT_NAME
public static final String IMPLEMENTATION_OPERATION_NAME_PATTERN
public static final String HIBERNATE_USER_QUERY_CACHE
public static final String MANAGEABLE_ROLES_ALLOWED
public static final String FETCH_TYPE_EAGER
public static final String FETCH_TYPE_LAZY
public static final String LOB_TYPE_CLOB
public static final String LOB_TYPE_BLOB
public static final String GENERATOR_TYPE_TABLE
public static final String GENERATOR_TYPE_SEQUENCE
public static final String GENERATOR_TYPE_IDENTITY
public static final String GENERATOR_TYPE_AUTO
public static final String GENERATOR_TYPE_GENERIC
public static final String GENERATOR_TYPE_NONE
public static final String TEMPORAL_TYPE_DATE
public static final String TEMPORAL_TYPE_TIME
public static final String TEMPORAL_TYPE_TIMESTAMP
public static final String TEMPORAL_TYPE_NONE
public static final String FINDER_RESULT_TYPE_FIRST
public static final String FINDER_RESULT_TYPE_MAX
public static final String VIEW_TYPE_BOTH
public static final String VIEW_TYPE_LOCAL
public static final String VIEW_TYPE_REMOTE
public static final String TRANSACTION_TYPE_MANDATORY
public static final String TRANSACTION_TYPE_NEVER
public static final String TRANSACTION_TYPE_NOT_SUPPORTED
public static final String TRANSACTION_TYPE_REQUIRED
public static final String TRANSACTION_TYPE_REQUIRES_NEW
public static final String TRANSACTION_TYPE_SUPPORTS
public static final String SERVICE_TYPE_STATELESS
public static final String SERVICE_TYPE_STATEFUL
public static final String PERSISTENCE_CONTAINER_JBOSS
public static final String PERSISTENCE_CONTAINER_WEBLOGIC
public static final String SECURITY_REALM
public static final String TRANSACTION_MANAGEMENT_BEAN
public static final String TRANSACTION_MANAGEMENT_CONTAINER
public static final String MDB_DESTINATION_TYPE_TOPIC
public static final String MDB_DESTINATION_TYPE_QUEUE
public static final String MDB_SUBSCRIPTION_DURABLE
public static final String MDB_SUBSCRIPTION_NONDURABLE
public static final char NAMESPACE_DELIMITER
public static final String TRANSFORMATION_CONSTANT_PREFIX
public static final String NO_TRANSFORMATION_CONSTANT_SUFFIX
public static final String TRANSFORMATION_METHOD_PREFIX
public static final String TRANSFORMATION_TO_COLLECTION_METHOD_SUFFIX
public static final String SEAM_COMPONENT_SCOPE_STATELESS
public static final String SEAM_COMPONENT_SCOPE_CONVERSATION
public static final String COLLECTION_INTERFACE_SORTED_SET
public EJB3Globals()
Copyright © 2006–2014 AndroMDA.org. All rights reserved.