org.objectweb.jonas_ejb.genic |
|
Java Source File Name | Type | Comment |
BeanSources.java | Class | This class allows to generate the sources of: the class that implements the
Enterprise bean's remote interface, the class that implements the Enterprise
bean's home interface, the class that implements the Enterprise bean's local
interface, the class that implements the Enterprise bean's localhome
interface, the class of the Entity Handle in case of entity, and the extended
class of the Bean for persistence in case of entity with CMP, of a given
Enterprise Java Bean. |
GenIC.java | Class | This class allows to generate:
- the classes that implements the Enterprise bean's remote interface,
- the classes that implements the Enterprise bean's home interface,
- the classes that implements the Handles of the Entity beans,
- the classes that implements the persistence of the Entity beans with
CMP,
of all the Enterprise Java Beans defined in the given Deployment Descriptor. |
GenICException.java | Class | This class represents the exception that can be throwned by the GenIC tool. |
GenICParameters.java | Class | |
Source.java | Class | This class allows to generate the source of : the class that implements the
Enterprise bean's remote interface, the class that implements the Enterprise
bean's home interface, the class that implements the Enterprise bean's local
interface, the class that implements the Enterprise bean's localhome
interface, the class of the Entity Handle in case of entity, or the extended
class of the Bean for persistence in case of entity with CMP, via a Velocity
template of the given Enterprise Java Bean. |
VcCMRField.java | Class | This class is used in the velocity context. |
VcField.java | Class | This class is the "Velocity context" for a container managed persistence bean's field
used in the Velocity Template. |
VcMethod.java | Class | This class is the "Velocity context" for a interface method or a bean method used in the Velocity Templates. |
VContextFactory.java | Class | This class allows to create the Velocity Context used to build the generated
sources with the Velocity templates. |
VcParam.java | Class | This class is the "Velocity context" for a parameter of a finder/select method for CMP2 only,
used in the Velocity Templates. |
VcParamWhere.java | Class | This class is the "Velocity context" for a parameter of a where clause of finder method for CMP1 only,
used in the Velocity Templates. |