-
Java Beans Question
Hi, i know a little of java but i need to make maintenance to a web application
that use .ejb files, i have this file and i am not sure how to interpretate
the code.
If someone have information about this or can understand the code please
let me know... i will apreciate that a lot, thanks.
----------------
----------------
package tel.ejb.pv;
entity_ejb PayRoll
{
pool 'CajaPru';
table 'PayRoll';
fields
{
cobOperacion: int= 'cob_operacion';
cobPrefijo: String= 'cob_prefijo';
cobCliNumeroCuenta: String= 'cob_cli_numero_cuenta';
cobDocNumero: int= 'cob_doc_numero';
finders
{
};
indexes
{
};
clustering
{
home_is_clusterable = false;
};
}.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks