Modifier and Type | Interface and Description |
---|---|
interface |
Edge
This is the interface for an edge.
|
interface |
OrientBean
This is the interface for an
EntityBean used with OrientDB. |
interface |
Vertex
This is the interface for a vertex.
|
Modifier and Type | Method and Description |
---|---|
static <E extends EntityBean> |
OrientDbSelectStatementImpl.ofBean(E prototype,
Function<com.orientechnologies.orient.core.record.impl.ODocument,E> mapper) |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractCode
This is the abstract base class for a
Vertex that has a AbstractCode.Code() . |
interface |
AbstractGenre
TODO: this class ...
|
interface |
AbstractLocalizedName
This is the abstract base class for a
Vertex that has a AbstractName.Name() . |
interface |
AbstractLocation
This is the abstract base class for a
Vertex that has an optional geo-location with AbstractLocation.Longitude() and
AbstractLocation.Latitude() . |
interface |
AbstractName
This is the abstract base class for a
Vertex that has a AbstractName.Name() . |
interface |
File
TODO: this class ...
|
interface |
TypedEdge
|
Modifier and Type | Interface and Description |
---|---|
interface |
AudioAlbum
This is the
OrientBean for an album such as a compact disc (CD) or a
vinyl record (e.g. |
interface |
AudioGenre
|
interface |
AudioTrack
This is the
OrientBean for an audio track . |
Modifier and Type | Interface and Description |
---|---|
interface |
Address
TODO: this class ...
|
interface |
Person
This is the
OrientBean for a person. |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractArtist
This is the abstract
OrientBean for an artist. |
interface |
AbstractMedia
This is the abstract
OrientBean for any multi-media object. |
interface |
AbstractTrack
|
interface |
ArtistGroup
|
interface |
ArtistMember
|
interface |
ArtistPerson
|
Modifier and Type | Interface and Description |
---|---|
interface |
VideoTrack
TODO: this class ...
|
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractArea
This is the abstract base class for an area like a country, state, city, etc.
|
interface |
City
TODO: this class ...
|
interface |
Country
TODO: this class ...
|
interface |
Language
TODO: this class ...
|
interface |
PostalCode
TODO: this class ...
|
interface |
Region
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeBundesland
TODO: this class ...
|
interface |
DeGemeinde
TODO: this class ...
|
interface |
DeGemeindeteil
TODO: this class ...
|
interface |
DeLandkreis
TODO: this class ...
|
interface |
DeRegierungsbezirk
TODO: this class ...
|
Modifier and Type | Interface and Description |
---|---|
interface |
FrDepartement
TODO: this class ...
|
Modifier and Type | Interface and Description |
---|---|
interface |
IeCounty
TODO: this class ...
|
Modifier and Type | Interface and Description |
---|---|
interface |
UsState
TODO: this class ...
|
Modifier and Type | Interface and Description |
---|---|
interface |
Link<E extends EntityBean>
This is the interface for a link to an
EntityBean . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLink<E extends EntityBean>
Abstract base implementation of
Link . |
class |
EntityBeanLink<E extends EntityBean>
Implementation of
AbstractLink based on an already resolved EntityBean . |
class |
IdLink<E extends EntityBean>
This is an implementation of
Link that initially only carries the Id of an entity and
allows lazy loading on the first call of IdLink.getTarget() via an externally given resolver
function . |
Modifier and Type | Field and Description |
---|---|
private E |
EntityBeanLink.bean |
private E |
IdLink.entity |
Modifier and Type | Method and Description |
---|---|
static <E extends EntityBean> |
EntityBeanLink.valueOf(E bean) |
static <E extends EntityBean> |
IdLink.valueOf(Id<E> id,
Function<Id<E>,E> resolver) |
Modifier and Type | Class and Description |
---|---|
class |
LinkListProperty<E extends EntityBean>
|
class |
LinkProperty<E extends EntityBean>
|
Modifier and Type | Method and Description |
---|---|
static <E extends EntityBean> |
LinkProperty.createLinkType(Class<E> beanClass) |
static <E extends EntityBean> |
LinkListProperty.createLinkType(Class<E> beanClass) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyFactoryLink<E extends EntityBean>
This is the implementation of
PropertyFactory for IntegerProperty . |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityBeanArgument<V extends EntityBean>
|
Modifier and Type | Interface and Description |
---|---|
interface |
EntityBeanPath<V extends EntityBean>
This is the interface for a
Path that is a EntityBeanArgument . |
Modifier and Type | Method and Description |
---|---|
<V extends EntityBean> |
PathFactory.to(LinkProperty<V> property) |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractEntityBeanArgument<V extends EntityBean>
The abstract base implementation of
EntityBeanArgument . |
class |
ConstantEntityBeanArgument<V extends EntityBean>
This is the
constant implementation of EntityBeanArgument . |
Modifier and Type | Method and Description |
---|---|
static <V extends EntityBean> |
Args.of(V value) |
Modifier and Type | Class and Description |
---|---|
class |
EntityBeanPathImpl<V extends EntityBean>
This is the implementation of
EntityBeanPath . |
Modifier and Type | Method and Description |
---|---|
<V extends EntityBean> |
AbstractPathFactory.to(LinkProperty<V> property) |
Copyright © 2001–2016 mmm-Team. All rights reserved.