com.beasys.commerce.foundation.expression
Class LogicalHome

java.lang.Object
  extended by com.beasys.commerce.foundation.expression.LogicalHome
All Implemented Interfaces
Serializable

Deprecated Use Expression instead.

public class LogicalHome
extends Object
implements Serializable

The home class for the Logical belonging. Use this class to create instances of Logical.

       Logical logical = LogicalHome.create();
 

See Also
ExpressionHelper, Serialized Form

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

Constructor Detail

LogicalHome

public LogicalHome()
Deprecated 
Method Detail

create

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



Copyright © 2011, Oracle. All rights reserved.