Modifier and Type | Interface and Description |
---|---|
interface |
Edge
This is the interface for an edge.
|
interface |
Vertex
This is the interface for a vertex.
|
Modifier and Type | Method and Description |
---|---|
LinkProperty<? extends OrientBean> |
Edge.In() |
LinkProperty<? extends OrientBean> |
Edge.Out() |
Modifier and Type | Method and Description |
---|---|
<B extends OrientBean> |
OrientBeanMapper.getBeanPrototype(Class<B> type) |
Modifier and Type | Method and Description |
---|---|
OrientBean |
OrientBeanMapper.getBeanPrototype(int clusterId) |
OrientBean |
OrientBeanMapper.getBeanPrototype(com.orientechnologies.orient.core.metadata.schema.OClass oClass) |
Modifier and Type | Method and Description |
---|---|
com.orientechnologies.orient.core.id.ORID |
OrientBeanMapper.convertId(Id<? extends OrientBean> id) |
com.orientechnologies.orient.core.metadata.schema.OClass |
OrientBeanMapper.getOClass(Class<? extends OrientBean> beanClass) |
Modifier and Type | Field and Description |
---|---|
private Function<com.orientechnologies.orient.core.record.impl.ODocument,OrientBean> |
OrientDbStatementFactoryImpl.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 | Field and Description |
---|---|
private OrientBean |
OrientBeanMapperImpl.documentPrototype |
Modifier and Type | Method and Description |
---|---|
<B extends OrientBean> |
OrientBeanMapperImpl.getBeanPrototype(Class<B> type) |
Modifier and Type | Method and Description |
---|---|
OrientBean |
OrientBeanMapperImpl.getBeanPrototype(int clusterId) |
OrientBean |
OrientBeanMapperImpl.getBeanPrototype(com.orientechnologies.orient.core.metadata.schema.OClass oClass) |
Modifier and Type | Method and Description |
---|---|
protected OrientBeanMapperImpl.OrientClass |
OrientBeanMapperImpl.createMapping(OrientBean bean) |
protected String |
OrientBeanMapperImpl.getKey(OrientBean bean) |
private boolean |
OrientBeanMapperImpl.isAbstract(OrientBean prototype) |
protected void |
OrientBeanMapperImpl.mapPropertiesFromBean(OrientBean bean,
com.orientechnologies.orient.core.record.impl.ODocument document) |
protected void |
OrientBeanMapperImpl.mapPropertiesToBean(com.orientechnologies.orient.core.record.impl.ODocument document,
OrientBean bean) |
com.orientechnologies.orient.core.record.impl.ODocument |
OrientBeanMapperImpl.OrientClass.newDocument(OrientBean bean) |
Modifier and Type | Method and Description |
---|---|
com.orientechnologies.orient.core.id.ORID |
OrientBeanMapperImpl.convertId(Id<? extends OrientBean> id) |
com.orientechnologies.orient.core.metadata.schema.OClass |
OrientBeanMapperImpl.getOClass(Class<? extends OrientBean> beanClass) |
protected OrientBeanMapperImpl.OrientClass |
OrientBeanMapperImpl.getOrCreateMapping(Class<? extends OrientBean> type) |
private OrientBeanMapperImpl.OrientClass |
OrientBeanMapperImpl.register(Class<? extends OrientBean> beanClass) |
protected void |
OrientBeanMapperImpl.registerBean(Class<? extends OrientBean> beanClass) |
Constructor and Description |
---|
OrientClass(OrientBean prototype)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
default WritableProperty<V> |
SinglePropertyBuilder.build(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty,
OrientBean prototype) |
WritableProperty<?> |
PropertyBuilderImpl.build(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty,
OrientBean prototype) |
WritableProperty<?> |
AbstractPropertyBuilder.build(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty,
OrientBean prototype)
|
Modifier and Type | Method and Description |
---|---|
protected GenericType |
SinglePropertyBuilderLinkList.getValueType(Class<? extends OrientBean> beanClass) |
protected abstract GenericType |
SinglePropertyBuilderLinkBase.getValueType(Class<? extends OrientBean> beanClass) |
protected GenericType |
SinglePropertyBuilderLink.getValueType(Class<? extends OrientBean> beanClass) |
Modifier and Type | Interface and Description |
---|---|
interface |
OrientBeanRepository<E extends OrientBean>
This is the interface for a spring-data
PagingAndSortingRepository responsible for a specific OrientBean . |
Modifier and Type | Class and Description |
---|---|
class |
OrientBeanRepositoryImpl<E extends OrientBean>
This is the implementation of
OrientBeanRepository . |
Modifier and Type | Field and Description |
---|---|
private E |
OrientBeanRepositoryImpl.prototype |
Copyright © 2001–2016 mmm-Team. All rights reserved.