com.agimatec.dbtransform.ejb3
Class Ejb3Prototype

java.lang.Object
  extended by com.agimatec.dbtransform.ejb3.Ejb3Prototype
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Ejb3Attribute, Ejb3Class, Ejb3Relationship, Ejb3Schema

public abstract class Ejb3Prototype
extends Object
implements Serializable

Description:
User: roman.stumm
Date: 03.07.2007
Time: 16:22:52
Copyright: Agimatec GmbH

See Also:
Serialized Form

Constructor Summary
Ejb3Prototype()
           
 
Method Summary
protected  String toPlural(String singular)
           
protected  String toProperAttributeName(String columnName)
           
protected  String toProperEntityName(String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ejb3Prototype

public Ejb3Prototype()
Method Detail

toProperEntityName

protected String toProperEntityName(String tableName)

toProperAttributeName

protected String toProperAttributeName(String columnName)

toPlural

protected String toPlural(String singular)


Copyright © 2008-2012. All Rights Reserved.