| 
			 Attribute Label 
			
		 | 
		
			 Description 
			
		 | 
		
			 Value Constraints 
			
		 | 
	
	
		| 
			
 EJBName 
		 | 
		
			
 The name of the bean. This value must match the ejb-name value of a cmp entity bean in the ejb-jar descriptor. 
Attribute: EJBName 
		 | 
		
			
 Configurable: yes 
Readable: yes 
Writable: yes 
		 | 
	
	
		| 
			
 Data Source Name 
		 | 
		
			
 The JNDI name of the WebLogic data source that this bean uses for all database connectivity. 
Attribute: DataSourceName 
		 | 
		
			
 Configurable: yes 
Readable: yes 
Writable: yes 
		 | 
	
	
		| 
			
 Table Name 
		 | 
		
			
 The fully qualified SQL name of the source table in the database. The user that you define for this bean's connection pool must have read and write privileges on this table, though not necessarily schema-modification privileges. No dtd-order, will be defined in subclasses 
Attribute: TableName 
		 | 
		
			
 Configurable: yes 
Readable: yes 
Writable: yes 
		 | 
	
	
		| 
			
 Delay Database Insert Until 
		 | 
		
			
 Specifies when the container inserts into the database a new bean that uses RDBMS container-managed persistence. By default, the database insert is done after ejbPostCreate. 
Attribute: DelayDatabaseInsertUntil 
		 | 
		
			
 Default: "ejbPostCreate" 
Valid values: 
Configurable: yes 
Readable: yes 
Writable: yes 
		 |