| Package | Description |
|---|---|
| org.apache.metamodel |
Root package for MetaModel
|
| org.apache.metamodel.create |
API for creating tables
|
| org.apache.metamodel.data |
API for data sets
|
| org.apache.metamodel.delete |
API for deleting rows
|
| org.apache.metamodel.drop |
API for dropping tables
|
| org.apache.metamodel.factory | |
| org.apache.metamodel.insert |
API for inserting rows
|
| org.apache.metamodel.query |
API for querying
|
| org.apache.metamodel.query.builder |
API for query building
|
| org.apache.metamodel.schema |
API for schema structure
|
| org.apache.metamodel.schema.builder |
API for schema building.
|
| org.apache.metamodel.update |
API for updating rows
|
| org.apache.metamodel.util |
Utilities and convenient classes
|
| Class and Description |
|---|
| Action
Represents an abstract action, which is an executable piece of functionality
that takes an argument.
|
| Class and Description |
|---|
| Action
Represents an abstract action, which is an executable piece of functionality
that takes an argument.
|
| Class and Description |
|---|
| 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().
|
| Class and Description |
|---|
| Action
Represents an abstract action, which is an executable piece of functionality
that takes an argument.
|
| Class and Description |
|---|
| Action
Represents an abstract action, which is an executable piece of functionality
that takes an argument.
|
| Class and Description |
|---|
| Resource
Represents a resource from which we can read and write bytes
|
| SimpleTableDef
Represents a table definition to be used in scenarios where a
DataContext is unable to detect/discover the table structure and
needs some basic input around expected table structures. |
| Class and Description |
|---|
| Action
Represents an abstract action, which is an executable piece of functionality
that takes an argument.
|
| Class and Description |
|---|
| 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().
|
| Class and Description |
|---|
| BaseObject
A base object type with conveniently implemented base methods like hashCode()
and equals().
|
| Class and Description |
|---|
| BaseObject
A base object type with conveniently implemented base methods like hashCode()
and equals().
|
| HasName
Represents anything with a (String based) name.
|
| Class and Description |
|---|
| LazyRef
Represents a lazy loaded reference.
|
| Resource
Represents a resource from which we can read and write bytes
|
| SimpleTableDef
Represents a table definition to be used in scenarios where a
DataContext is unable to detect/discover the table structure and
needs some basic input around expected table structures. |
| Class and Description |
|---|
| Action
Represents an abstract action, which is an executable piece of functionality
that takes an argument.
|
| Class and Description |
|---|
| AbstractResource
Abstract implementation of many methods in
Resource |
| Action
Represents an abstract action, which is an executable piece of functionality
that takes an argument.
|
| 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().
|
| 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.
|
| LegacyDeserializationObjectInputStream.LegacyColumnType
Implementation of the new
ColumnType interface which still
adheres to the constant/enum values of the old ColumnType definition. |
| LegacyDeserializationObjectInputStream.LegacyFunctionType
Implementation of the new
FunctionType and
AggregateFunction interfaces which still adheres to the
constant/enum values of the old FunctionType definition. |
| LegacyDeserializationObjectInputStream.LegacyOperatorType
Implementation of the new
OperatorType interface which still
adheres to the constant/enum values of the old OperatorType definition. |
| 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. |
| SimpleTableDef
Represents a table definition to be used in scenarios where a
DataContext is unable to detect/discover the table structure and
needs some basic input around expected table structures. |
| Weekday
Provides a handy and type-safe enum around the weekdays otherwise defined as
int constants in java.util.Calendar.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.