Uses of Package
org.eobjects.metamodel.util

Packages that use org.eobjects.metamodel.util
org.eobjects.metamodel Root package for MetaModel 
org.eobjects.metamodel.create API for creating tables 
org.eobjects.metamodel.data API for data sets 
org.eobjects.metamodel.delete API for deleting rows 
org.eobjects.metamodel.drop API for dropping tables 
org.eobjects.metamodel.insert API for inserting rows 
org.eobjects.metamodel.query API for querying 
org.eobjects.metamodel.query.builder API for query building 
org.eobjects.metamodel.schema API for schema structure 
org.eobjects.metamodel.update API for updating rows 
org.eobjects.metamodel.util Utilities and convenient classes 
 

Classes in org.eobjects.metamodel.util used by org.eobjects.metamodel
Action
          Represents an abstract action, which is an executable piece of functionality that takes an argument.
 

Classes in org.eobjects.metamodel.util used by org.eobjects.metamodel.create
Action
          Represents an abstract action, which is an executable piece of functionality that takes an argument.
 

Classes in org.eobjects.metamodel.util used by org.eobjects.metamodel.data
Action
          Represents an abstract action, which is an executable piece of functionality that takes an argument.
BaseObject
          A base object type with conveniently implemented base methods like hashCode() and equals().
 

Classes in org.eobjects.metamodel.util used by org.eobjects.metamodel.delete
Action
          Represents an abstract action, which is an executable piece of functionality that takes an argument.
 

Classes in org.eobjects.metamodel.util used by org.eobjects.metamodel.drop
Action
          Represents an abstract action, which is an executable piece of functionality that takes an argument.
 

Classes in org.eobjects.metamodel.util used by org.eobjects.metamodel.insert
Action
          Represents an abstract action, which is an executable piece of functionality that takes an argument.
 

Classes in org.eobjects.metamodel.util used by org.eobjects.metamodel.query
AggregateBuilder
          Interface for aggregate builders which allows for an iterative approach to evaluating aggregates.
BaseObject
          A base object type with conveniently implemented base methods like hashCode() and equals().
 

Classes in org.eobjects.metamodel.util used by org.eobjects.metamodel.query.builder
BaseObject
          A base object type with conveniently implemented base methods like hashCode() and equals().
 

Classes in org.eobjects.metamodel.util used by org.eobjects.metamodel.schema
BaseObject
          A base object type with conveniently implemented base methods like hashCode() and equals().
HasName
          Represents anything with a (String based) name.
 

Classes in org.eobjects.metamodel.util used by org.eobjects.metamodel.update
Action
          Represents an abstract action, which is an executable piece of functionality that takes an argument.
 

Classes in org.eobjects.metamodel.util used by org.eobjects.metamodel.util
Action
          Represents an abstract action, which is an executable piece of functionality that takes an argument.
BaseObject
          A base object type with conveniently implemented base methods like hashCode() and equals().
EqualsBuilder
          A helper class for implementing equals(...) methods.
Func
          Represents an abstract function, which is an executable piece of functionality that has an input and an output.
HasName
          Represents anything with a (String based) name.
Month
          Provides a handy and type-safe enum around the months otherwise defined as int constants in java.util.Calendar.
Predicate
          A predicate is a special type of Func, used typically for inclusion/exclusion criteria.
Ref
          Represents an abstract reference.
Resource
          Represents a resource from which we can read and write bytes
ResourceException
          Exception type for errors that occur while dealing with Resources.
Weekday
          Provides a handy and type-safe enum around the weekdays otherwise defined as int constants in java.util.Calendar.
 



Copyright © 2007-2013. All Rights Reserved.