Login
Home
Products
Download
Documentation
Community
Company
Documentation Menu
SemmleCode
1. System Requirements
2. Installation
a. Plugin Install
b. Database Install
c. Database Setup
3. Tutorials
4. Database Contents
5. Default Definitions
6. Messages
.QL language
1. Examples
2. Language Reference
3. Messages
Libraries of Queries
1. Metrics library
2. J2EE Style Checks Library
Further Reading
SemmleCode J2EE Style Checks Library
EJB-Component
fields
Modifiers
EntityBean (general)
types
Top Level
callables
Constructor
;
finalize
;
ejbCreate
;
ejbPostCreate
;
Match ejbCreate and ejbPostCreate
;
ejbHome
;
EntityBean (bean-managed persistence)
types
Modifiers
callables
ejbFind
;
ejbFindByPrimaryKey
;
EntityBean (container-managed persistence)
types
Modifiers
callables
ejbCreate
;
ejbSelect
;
Remote Interface
callables
Exceptions
;
Remote Home Interface
callables
Exceptions
;
create
;
find
;
findByPrimaryKey
;
Local Interface
callables
Exceptions
;
Local Home Interface
callables
Exceptions
;
create
;
find
;
findByPrimaryKey
;
MessageBean
types
Modifiers
;
Top Level
;
callables
Constructor
;
finalize
;
ejbCreate
;
ejbRemove
;
SessionBean (general)
types
Modifiers
;
Top Level
;
callables
Constructor
;
finalize
;
ejbCreate
;
SessionBean (stateful)
callables
ejbCreate
;
SessionBean (stateless)
callables
ejbCreate
;