BEA Systems, Inc.

com.beasys.commerce.foundation.expression
Class ExpressionHome

java.lang.Object
  |
  +--com.beasys.commerce.foundation.expression.ExpressionHome

public class ExpressionHome
extends java.lang.Object
implements SmartHome, java.io.Serializable

Expressions should never be explicitly created via ExpressionHome.

The only Expression instances should be either Criterias or Logicals.

See Also:
Serialized Form

Constructor Summary
ExpressionHome()
           
 
Method Summary
static Expression create()
          Create a new Expression Belonging.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionHome

public ExpressionHome()
Method Detail

create

public static Expression create()
Create a new Expression Belonging. First look to see if there is a custom expression home from the BelongingHome factory. If not, just use the default BelongingHome.create() operation.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved