net.sf.farrago.cwm.relational
Class CwmTrigger$Hib

java.lang.Object
  extended by org.eigenbase.enki.jmi.impl.RefBaseObjectBase
      extended by org.eigenbase.enki.jmi.impl.RefFeaturedBase
          extended by org.eigenbase.enki.jmi.impl.RefObjectBase
              extended by org.eigenbase.enki.hibernate.storage.HibernateObject
                  extended by org.eigenbase.enki.hibernate.jmi.HibernateRefObject
                      extended by net.sf.farrago.cwm.relational.CwmTrigger$Hib
All Implemented Interfaces:
RefBaseObject, RefFeatured, RefObject, CwmElement, CwmModelElement, CwmTrigger, HibernateAssociable, HibernateIdentifiable

public class CwmTrigger$Hib
extends HibernateRefObject
implements CwmTrigger, HibernateAssociable

Trigger object instance interface. An action run by the DBMS when specified events occur on the table owning the Trigger

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Field Summary
private static String _id
           
protected  HibernateOneToOneLazyAssociation actionCondition$Comp$CwmTrigger$Hib
           
protected  String actionOrientation$Hib
           
protected  HibernateOneToOneLazyAssociation actionStatement$Comp$CwmTrigger$Hib
           
protected  HibernateManyToManyLazyAssociation clientDependency$Hib
           
protected  String conditionReferenceNewTable$Hib
           
protected  String conditionReferenceOldTable$Hib
           
protected  String conditionTiming$Hib
           
protected  HibernateManyToManyLazyAssociation constraint$Hib
           
protected  HibernateManyToManyLazyAssociation dependencySupplier_SupplierDependency$Hib
           
protected  String eventManipulation$Hib
           
protected  HibernateManyToManyLazyAssociation importer$Hib
           
protected  String name$Hib
           
protected  HibernateOneToManyLazyHighCardinalityAssociation namespace$Hib
           
protected  HibernateOneToManyLazyHighCardinalityAssociation privilegeIsGrantedOnElement_Privilege$Hib
           
protected  HibernateOneToManyLazyAssociation stereotypedElement_Stereotype$Hib
           
protected  HibernateOneToManyLazyOrderedAssociation table$Hib
           
protected  HibernateOneToManyLazyAssociation taggedElement_TaggedValue$Hib
           
protected  HibernateManyToManyLazyAssociation usedColumnSet$Hib
           
protected  String visibility$Hib
           
 
Constructor Summary
CwmTrigger$Hib()
           
CwmTrigger$Hib(String name, VisibilityKind visibility, EventManipulationType eventManipulation, CwmBooleanExpression actionCondition, CwmProcedureExpression actionStatement, ActionOrientationType actionOrientation, ConditionTimingType conditionTiming, String conditionReferenceNewTable, String conditionReferenceOldTable)
           
 
Method Summary
protected  void checkConstraints(List<JmiException> errors, boolean deepVerify)
           
 CwmBooleanExpression getActionCondition()
          Returns the value of attribute actionCondition.
 HibernateOneToOneLazyAssociation getActionCondition$Comp$CwmTrigger$Hib()
           
 ActionOrientationType getActionOrientation()
          Returns the value of attribute actionOrientation.
 String getActionOrientation$Hib()
           
 CwmProcedureExpression getActionStatement()
          Returns the value of attribute actionStatement.
 HibernateOneToOneLazyAssociation getActionStatement$Comp$CwmTrigger$Hib()
           
 HibernateAssociation getAssociation(String type, boolean firstEnd)
           
 String getClassIdentifier()
           
 Collection<CwmDependency> getClientDependency()
          Returns the value of reference clientDependency.
 HibernateManyToManyLazyAssociation getClientDependency$Hib()
           
 Collection<HibernateAssociation> getComposingAssociations()
           
 String getConditionReferenceNewTable()
          Returns the value of attribute conditionReferenceNewTable.
 String getConditionReferenceNewTable$Hib()
           
 String getConditionReferenceOldTable()
          Returns the value of attribute conditionReferenceOldTable.
 String getConditionReferenceOldTable$Hib()
           
 ConditionTimingType getConditionTiming()
          Returns the value of attribute conditionTiming.
 String getConditionTiming$Hib()
           
 Collection<CwmConstraint> getConstraint()
          Returns the value of reference constraint.
 HibernateManyToManyLazyAssociation getConstraint$Hib()
           
 HibernateManyToManyLazyAssociation getDependencySupplier_SupplierDependency$Hib()
           
 EventManipulationType getEventManipulation()
          Returns the value of attribute eventManipulation.
 String getEventManipulation$Hib()
           
 Collection<CwmPackage> getImporter()
          Returns the value of reference importer.
 HibernateManyToManyLazyAssociation getImporter$Hib()
           
 String getName()
          Returns the value of attribute name.
 String getName$Hib()
           
 CwmNamespace getNamespace()
          Returns the value of reference namespace.
 HibernateOneToManyLazyHighCardinalityAssociation getNamespace$Hib()
           
 Collection<HibernateAssociation> getNonComposingAssociations()
           
 HibernateAssociation getOrCreateAssociation(String type, boolean firstEnd)
           
 HibernateOneToManyLazyHighCardinalityAssociation getPrivilegeIsGrantedOnElement_Privilege$Hib()
           
 HibernateOneToManyLazyAssociation getStereotypedElement_Stereotype$Hib()
           
 CwmTable getTable()
          Returns the value of reference table.
 HibernateOneToManyLazyOrderedAssociation getTable$Hib()
           
 HibernateOneToManyLazyAssociation getTaggedElement_TaggedValue$Hib()
           
 Collection<CwmNamedColumnSet> getUsedColumnSet()
          Returns the value of reference usedColumnSet.
 HibernateManyToManyLazyAssociation getUsedColumnSet$Hib()
           
 VisibilityKind getVisibility()
          Returns the value of attribute visibility.
 String getVisibility$Hib()
           
 RefObject refImmediateComposite()
           
protected  void removeAssociations()
           
 void setActionCondition(CwmBooleanExpression newValue)
          Sets the value of actionCondition attribute.
 void setActionCondition$Comp$CwmTrigger$Hib(HibernateOneToOneLazyAssociation newValue)
           
 void setActionOrientation(ActionOrientationType newValue)
          Sets the value of actionOrientation attribute.
 void setActionOrientation$Hib(String newValue)
           
 void setActionStatement(CwmProcedureExpression newValue)
          Sets the value of actionStatement attribute.
 void setActionStatement$Comp$CwmTrigger$Hib(HibernateOneToOneLazyAssociation newValue)
           
 void setAssociation(String type, boolean firstEnd, HibernateAssociation assoc)
           
 void setClientDependency$Hib(HibernateManyToManyLazyAssociation newValue)
           
 void setConditionReferenceNewTable(String newValue)
          Sets the value of conditionReferenceNewTable attribute.
 void setConditionReferenceNewTable$Hib(String newValue)
           
 void setConditionReferenceOldTable(String newValue)
          Sets the value of conditionReferenceOldTable attribute.
 void setConditionReferenceOldTable$Hib(String newValue)
           
 void setConditionTiming(ConditionTimingType newValue)
          Sets the value of conditionTiming attribute.
 void setConditionTiming$Hib(String newValue)
           
 void setConstraint$Hib(HibernateManyToManyLazyAssociation newValue)
           
 void setDependencySupplier_SupplierDependency$Hib(HibernateManyToManyLazyAssociation newValue)
           
 void setEventManipulation(EventManipulationType newValue)
          Sets the value of eventManipulation attribute.
 void setEventManipulation$Hib(String newValue)
           
 void setImporter$Hib(HibernateManyToManyLazyAssociation newValue)
           
 void setName(String newValue)
          Sets the value of name attribute.
 void setName$Hib(String newValue)
           
 void setNamespace(CwmNamespace newValue)
          Sets the value of namespace reference.
 void setNamespace$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
           
 void setPrivilegeIsGrantedOnElement_Privilege$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
           
 void setStereotypedElement_Stereotype$Hib(HibernateOneToManyLazyAssociation newValue)
           
 void setTable(CwmTable newValue)
          Sets the value of table reference.
 void setTable$Hib(HibernateOneToManyLazyOrderedAssociation newValue)
           
 void setTaggedElement_TaggedValue$Hib(HibernateOneToManyLazyAssociation newValue)
           
 void setUsedColumnSet$Hib(HibernateManyToManyLazyAssociation newValue)
           
 void setVisibility(VisibilityKind newValue)
          Sets the value of visibility attribute.
 void setVisibility$Hib(String newValue)
           
 
Methods inherited from class org.eigenbase.enki.hibernate.jmi.HibernateRefObject
associationSetSingle, attributeSetSingle, findAssociationEnd, fireAssociationRemoveAllEvents, fireAttributeSetEvent, getHibernateRepository, getRepository, refClass, refDelete
 
Methods inherited from class org.eigenbase.enki.hibernate.storage.HibernateObject
delete, delete, save, save
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefObjectBase
findAttribute, refImmediatePackage, refIsInstanceOf, refMetaObject, refOutermostComposite, setRefMetaObject, unregister
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefFeaturedBase
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.eigenbase.enki.hibernate.storage.HibernateIdentifiable
getMofId
 

Field Detail

_id

private static final String _id
See Also:
Constant Field Values

name$Hib

protected String name$Hib

visibility$Hib

protected String visibility$Hib

eventManipulation$Hib

protected String eventManipulation$Hib

actionOrientation$Hib

protected String actionOrientation$Hib

conditionTiming$Hib

protected String conditionTiming$Hib

conditionReferenceNewTable$Hib

protected String conditionReferenceNewTable$Hib

conditionReferenceOldTable$Hib

protected String conditionReferenceOldTable$Hib

clientDependency$Hib

protected HibernateManyToManyLazyAssociation clientDependency$Hib

constraint$Hib

protected HibernateManyToManyLazyAssociation constraint$Hib

importer$Hib

protected HibernateManyToManyLazyAssociation importer$Hib

namespace$Hib

protected HibernateOneToManyLazyHighCardinalityAssociation namespace$Hib

table$Hib

protected HibernateOneToManyLazyOrderedAssociation table$Hib

usedColumnSet$Hib

protected HibernateManyToManyLazyAssociation usedColumnSet$Hib

dependencySupplier_SupplierDependency$Hib

protected HibernateManyToManyLazyAssociation dependencySupplier_SupplierDependency$Hib

stereotypedElement_Stereotype$Hib

protected HibernateOneToManyLazyAssociation stereotypedElement_Stereotype$Hib

taggedElement_TaggedValue$Hib

protected HibernateOneToManyLazyAssociation taggedElement_TaggedValue$Hib

privilegeIsGrantedOnElement_Privilege$Hib

protected HibernateOneToManyLazyHighCardinalityAssociation privilegeIsGrantedOnElement_Privilege$Hib

actionStatement$Comp$CwmTrigger$Hib

protected HibernateOneToOneLazyAssociation actionStatement$Comp$CwmTrigger$Hib

actionCondition$Comp$CwmTrigger$Hib

protected HibernateOneToOneLazyAssociation actionCondition$Comp$CwmTrigger$Hib
Constructor Detail

CwmTrigger$Hib

CwmTrigger$Hib()

CwmTrigger$Hib

CwmTrigger$Hib(String name,
               VisibilityKind visibility,
               EventManipulationType eventManipulation,
               CwmBooleanExpression actionCondition,
               CwmProcedureExpression actionStatement,
               ActionOrientationType actionOrientation,
               ConditionTimingType conditionTiming,
               String conditionReferenceNewTable,
               String conditionReferenceOldTable)
Method Detail

getName$Hib

public String getName$Hib()

setName$Hib

public void setName$Hib(String newValue)

getName

public String getName()
Description copied from interface: CwmModelElement
Returns the value of attribute name. An identifier for the ModelElement within its containing Namespace.

Specified by:
getName in interface CwmModelElement
Returns:
Value of attribute name.

setName

public void setName(String newValue)
Description copied from interface: CwmModelElement
Sets the value of name attribute. See CwmModelElement.getName() for description on the attribute.

Specified by:
setName in interface CwmModelElement
Parameters:
newValue - New value to be set.

getVisibility$Hib

public String getVisibility$Hib()

setVisibility$Hib

public void setVisibility$Hib(String newValue)

getVisibility

public VisibilityKind getVisibility()
Description copied from interface: CwmModelElement
Returns the value of attribute visibility. Specifies extent of the visibility of the ModelElement within its owning Namespace.

Specified by:
getVisibility in interface CwmModelElement
Returns:
Value of attribute visibility.

setVisibility

public void setVisibility(VisibilityKind newValue)
Description copied from interface: CwmModelElement
Sets the value of visibility attribute. See CwmModelElement.getVisibility() for description on the attribute.

Specified by:
setVisibility in interface CwmModelElement
Parameters:
newValue - New value to be set.

getEventManipulation$Hib

public String getEventManipulation$Hib()

setEventManipulation$Hib

public void setEventManipulation$Hib(String newValue)

getEventManipulation

public EventManipulationType getEventManipulation()
Description copied from interface: CwmTrigger
Returns the value of attribute eventManipulation. Indicates what types of events are using the current Trigger.

Specified by:
getEventManipulation in interface CwmTrigger
Returns:
Value of attribute eventManipulation.

setEventManipulation

public void setEventManipulation(EventManipulationType newValue)
Description copied from interface: CwmTrigger
Sets the value of eventManipulation attribute. See CwmTrigger.getEventManipulation() for description on the attribute.

Specified by:
setEventManipulation in interface CwmTrigger
Parameters:
newValue - New value to be set.

getActionOrientation$Hib

public String getActionOrientation$Hib()

setActionOrientation$Hib

public void setActionOrientation$Hib(String newValue)

getActionOrientation

public ActionOrientationType getActionOrientation()
Description copied from interface: CwmTrigger
Returns the value of attribute actionOrientation. It indicates if the trigger is called once per statement execution or before or after each row of the table is modified.

Specified by:
getActionOrientation in interface CwmTrigger
Returns:
Value of attribute actionOrientation.

setActionOrientation

public void setActionOrientation(ActionOrientationType newValue)
Description copied from interface: CwmTrigger
Sets the value of actionOrientation attribute. See CwmTrigger.getActionOrientation() for description on the attribute.

Specified by:
setActionOrientation in interface CwmTrigger
Parameters:
newValue - New value to be set.

getConditionTiming$Hib

public String getConditionTiming$Hib()

setConditionTiming$Hib

public void setConditionTiming$Hib(String newValue)

getConditionTiming

public ConditionTimingType getConditionTiming()
Description copied from interface: CwmTrigger
Returns the value of attribute conditionTiming. It indicates if the trigger activity is run before or after the statement or row is modified.

Specified by:
getConditionTiming in interface CwmTrigger
Returns:
Value of attribute conditionTiming.

setConditionTiming

public void setConditionTiming(ConditionTimingType newValue)
Description copied from interface: CwmTrigger
Sets the value of conditionTiming attribute. See CwmTrigger.getConditionTiming() for description on the attribute.

Specified by:
setConditionTiming in interface CwmTrigger
Parameters:
newValue - New value to be set.

getConditionReferenceNewTable$Hib

public String getConditionReferenceNewTable$Hib()

setConditionReferenceNewTable$Hib

public void setConditionReferenceNewTable$Hib(String newValue)

getConditionReferenceNewTable

public String getConditionReferenceNewTable()
Description copied from interface: CwmTrigger
Returns the value of attribute conditionReferenceNewTable. The alias for the owning table name, used in the actionStatement, to represent the state of the table after the insert/delete/update

Specified by:
getConditionReferenceNewTable in interface CwmTrigger
Returns:
Value of attribute conditionReferenceNewTable.

setConditionReferenceNewTable

public void setConditionReferenceNewTable(String newValue)
Description copied from interface: CwmTrigger
Sets the value of conditionReferenceNewTable attribute. See CwmTrigger.getConditionReferenceNewTable() for description on the attribute.

Specified by:
setConditionReferenceNewTable in interface CwmTrigger
Parameters:
newValue - New value to be set.

getConditionReferenceOldTable$Hib

public String getConditionReferenceOldTable$Hib()

setConditionReferenceOldTable$Hib

public void setConditionReferenceOldTable$Hib(String newValue)

getConditionReferenceOldTable

public String getConditionReferenceOldTable()
Description copied from interface: CwmTrigger
Returns the value of attribute conditionReferenceOldTable. The alias for the name of the owning table, used in the actionStatement, to represent the state of the table before the update/delete/insert.

Specified by:
getConditionReferenceOldTable in interface CwmTrigger
Returns:
Value of attribute conditionReferenceOldTable.

setConditionReferenceOldTable

public void setConditionReferenceOldTable(String newValue)
Description copied from interface: CwmTrigger
Sets the value of conditionReferenceOldTable attribute. See CwmTrigger.getConditionReferenceOldTable() for description on the attribute.

Specified by:
setConditionReferenceOldTable in interface CwmTrigger
Parameters:
newValue - New value to be set.

getClientDependency

public Collection<CwmDependency> getClientDependency()
Description copied from interface: CwmModelElement
Returns the value of reference clientDependency.

Specified by:
getClientDependency in interface CwmModelElement
Returns:
Value of reference clientDependency. Element type: CwmDependency

getClientDependency$Hib

public HibernateManyToManyLazyAssociation getClientDependency$Hib()

setClientDependency$Hib

public void setClientDependency$Hib(HibernateManyToManyLazyAssociation newValue)

getConstraint

public Collection<CwmConstraint> getConstraint()
Description copied from interface: CwmModelElement
Returns the value of reference constraint.

Specified by:
getConstraint in interface CwmModelElement
Returns:
Value of reference constraint. Element type: CwmConstraint

getConstraint$Hib

public HibernateManyToManyLazyAssociation getConstraint$Hib()

setConstraint$Hib

public void setConstraint$Hib(HibernateManyToManyLazyAssociation newValue)

getImporter

public Collection<CwmPackage> getImporter()
Description copied from interface: CwmModelElement
Returns the value of reference importer.

Specified by:
getImporter in interface CwmModelElement
Returns:
Value of reference importer. Element type: CwmPackage

getImporter$Hib

public HibernateManyToManyLazyAssociation getImporter$Hib()

setImporter$Hib

public void setImporter$Hib(HibernateManyToManyLazyAssociation newValue)

getNamespace

public CwmNamespace getNamespace()
Description copied from interface: CwmModelElement
Returns the value of reference namespace.

Specified by:
getNamespace in interface CwmModelElement
Returns:
Value of reference namespace.

setNamespace

public void setNamespace(CwmNamespace newValue)
Description copied from interface: CwmModelElement
Sets the value of namespace reference. See CwmModelElement.getNamespace() for description on the attribute.

Specified by:
setNamespace in interface CwmModelElement
Parameters:
newValue - New value to be set.

getNamespace$Hib

public HibernateOneToManyLazyHighCardinalityAssociation getNamespace$Hib()

setNamespace$Hib

public void setNamespace$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)

getTable

public CwmTable getTable()
Description copied from interface: CwmTrigger
Returns the value of reference table.

Specified by:
getTable in interface CwmTrigger
Returns:
Value of reference table.

setTable

public void setTable(CwmTable newValue)
Description copied from interface: CwmTrigger
Sets the value of table reference. See CwmTrigger.getTable() for description on the attribute.

Specified by:
setTable in interface CwmTrigger
Parameters:
newValue - New value to be set.

getTable$Hib

public HibernateOneToManyLazyOrderedAssociation getTable$Hib()

setTable$Hib

public void setTable$Hib(HibernateOneToManyLazyOrderedAssociation newValue)

getUsedColumnSet

public Collection<CwmNamedColumnSet> getUsedColumnSet()
Description copied from interface: CwmTrigger
Returns the value of reference usedColumnSet.

Specified by:
getUsedColumnSet in interface CwmTrigger
Returns:
Value of reference usedColumnSet. Element type: CwmNamedColumnSet

getUsedColumnSet$Hib

public HibernateManyToManyLazyAssociation getUsedColumnSet$Hib()

setUsedColumnSet$Hib

public void setUsedColumnSet$Hib(HibernateManyToManyLazyAssociation newValue)

getDependencySupplier_SupplierDependency$Hib

public HibernateManyToManyLazyAssociation getDependencySupplier_SupplierDependency$Hib()

setDependencySupplier_SupplierDependency$Hib

public void setDependencySupplier_SupplierDependency$Hib(HibernateManyToManyLazyAssociation newValue)

getStereotypedElement_Stereotype$Hib

public HibernateOneToManyLazyAssociation getStereotypedElement_Stereotype$Hib()

setStereotypedElement_Stereotype$Hib

public void setStereotypedElement_Stereotype$Hib(HibernateOneToManyLazyAssociation newValue)

getTaggedElement_TaggedValue$Hib

public HibernateOneToManyLazyAssociation getTaggedElement_TaggedValue$Hib()

setTaggedElement_TaggedValue$Hib

public void setTaggedElement_TaggedValue$Hib(HibernateOneToManyLazyAssociation newValue)

getPrivilegeIsGrantedOnElement_Privilege$Hib

public HibernateOneToManyLazyHighCardinalityAssociation getPrivilegeIsGrantedOnElement_Privilege$Hib()

setPrivilegeIsGrantedOnElement_Privilege$Hib

public void setPrivilegeIsGrantedOnElement_Privilege$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)

getActionStatement

public CwmProcedureExpression getActionStatement()
Description copied from interface: CwmTrigger
Returns the value of attribute actionStatement. The Trigger action itself

Specified by:
getActionStatement in interface CwmTrigger
Returns:
Value of attribute actionStatement.

setActionStatement

public void setActionStatement(CwmProcedureExpression newValue)
Description copied from interface: CwmTrigger
Sets the value of actionStatement attribute. See CwmTrigger.getActionStatement() for description on the attribute.

Specified by:
setActionStatement in interface CwmTrigger
Parameters:
newValue - New value to be set.

getActionStatement$Comp$CwmTrigger$Hib

public HibernateOneToOneLazyAssociation getActionStatement$Comp$CwmTrigger$Hib()

setActionStatement$Comp$CwmTrigger$Hib

public void setActionStatement$Comp$CwmTrigger$Hib(HibernateOneToOneLazyAssociation newValue)

getActionCondition

public CwmBooleanExpression getActionCondition()
Description copied from interface: CwmTrigger
Returns the value of attribute actionCondition. A boolean expression which defines when the trigger has to be executed

Specified by:
getActionCondition in interface CwmTrigger
Returns:
Value of attribute actionCondition.

setActionCondition

public void setActionCondition(CwmBooleanExpression newValue)
Description copied from interface: CwmTrigger
Sets the value of actionCondition attribute. See CwmTrigger.getActionCondition() for description on the attribute.

Specified by:
setActionCondition in interface CwmTrigger
Parameters:
newValue - New value to be set.

getActionCondition$Comp$CwmTrigger$Hib

public HibernateOneToOneLazyAssociation getActionCondition$Comp$CwmTrigger$Hib()

setActionCondition$Comp$CwmTrigger$Hib

public void setActionCondition$Comp$CwmTrigger$Hib(HibernateOneToOneLazyAssociation newValue)

getAssociation

public HibernateAssociation getAssociation(String type,
                                           boolean firstEnd)
Specified by:
getAssociation in interface HibernateAssociable

setAssociation

public void setAssociation(String type,
                           boolean firstEnd,
                           HibernateAssociation assoc)
Specified by:
setAssociation in interface HibernateAssociable

getOrCreateAssociation

public HibernateAssociation getOrCreateAssociation(String type,
                                                   boolean firstEnd)
Specified by:
getOrCreateAssociation in interface HibernateAssociable

removeAssociations

protected void removeAssociations()
Specified by:
removeAssociations in class HibernateRefObject

getComposingAssociations

public Collection<HibernateAssociation> getComposingAssociations()
Specified by:
getComposingAssociations in class HibernateRefObject

getNonComposingAssociations

public Collection<HibernateAssociation> getNonComposingAssociations()
Specified by:
getNonComposingAssociations in class HibernateRefObject

refImmediateComposite

public RefObject refImmediateComposite()
Specified by:
refImmediateComposite in interface RefObject
Overrides:
refImmediateComposite in class RefObjectBase

checkConstraints

protected void checkConstraints(List<JmiException> errors,
                                boolean deepVerify)
Specified by:
checkConstraints in class RefBaseObjectBase

getClassIdentifier

public String getClassIdentifier()
Specified by:
getClassIdentifier in class HibernateRefObject