Modifier and Type | Field and Description |
---|---|
private Id<?> |
AbstractEntity.id |
Modifier and Type | Method and Description |
---|---|
Id<?> |
AbstractEntity.getId() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEntity.setId(Id<?> id) |
Modifier and Type | Method and Description |
---|---|
WritableProperty<Id<?>> |
OrientBean.Id() |
Modifier and Type | Method and Description |
---|---|
void |
OrientDatabase.delete(Id<?> id) |
com.orientechnologies.orient.core.record.impl.ODocument |
OrientDatabase.find(Id<?> id) |
Modifier and Type | Method and Description |
---|---|
com.orientechnologies.orient.core.id.ORID |
OrientBeanMapper.convertId(Id<? extends OrientBean> id) |
Modifier and Type | Class and Description |
---|---|
class |
OrientId<E>
This is the implementation of
Id for a native ORID . |
Modifier and Type | Method and Description |
---|---|
Id<E> |
OrientId.withLatestVersion() |
Modifier and Type | Method and Description |
---|---|
protected com.orientechnologies.orient.core.id.ORID |
OrientDatabaseImpl.convertId(Id<?> id) |
void |
OrientDatabaseImpl.delete(Id<?> id) |
com.orientechnologies.orient.core.record.impl.ODocument |
OrientDatabaseImpl.find(Id<?> id) |
Modifier and Type | Method and Description |
---|---|
com.orientechnologies.orient.core.id.ORID |
OrientBeanMapperImpl.convertId(Id<? extends OrientBean> id) |
Modifier and Type | Method and Description |
---|---|
void |
OrientBeanRepositoryImpl.delete(Id<E> id) |
boolean |
OrientBeanRepositoryImpl.exists(Id<E> id) |
E |
OrientBeanRepositoryImpl.findOne(Id<E> id) |
Modifier and Type | Method and Description |
---|---|
Iterable<E> |
OrientBeanRepositoryImpl.findAll(Iterable<Id<E>> ids) |
Modifier and Type | Method and Description |
---|---|
Id<?> |
Entity.getId() |
Modifier and Type | Method and Description |
---|---|
WritableProperty<Id<?>> |
EntityBean.Id() |
Modifier and Type | Method and Description |
---|---|
void |
Entity.setId(Id<?> id) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractId<E>
This is the abstract base implementation of
Id . |
class |
GenericId<E>
This is the implementation of
Id for a long based primary key. |
Modifier and Type | Method and Description |
---|---|
Id<E> |
Id.withLatestVersion() |
Id<E> |
GenericId.withLatestVersion() |
Id<E> |
Id.withType(Class<?> type) |
Modifier and Type | Method and Description |
---|---|
Id<E> |
Link.getId() |
Modifier and Type | Field and Description |
---|---|
private Id<E> |
IdLink.id |
Modifier and Type | Field and Description |
---|---|
private Function<Id<E>,E> |
IdLink.resolver |
Modifier and Type | Method and Description |
---|---|
Id<E> |
IdLink.getId() |
Id<E> |
EntityBeanLink.getId() |
Modifier and Type | Method and Description |
---|---|
static <E extends EntityBean> |
IdLink.valueOf(Id<E> id,
Function<Id<E>,E> resolver) |
Modifier and Type | Method and Description |
---|---|
static <E extends EntityBean> |
IdLink.valueOf(Id<E> id,
Function<Id<E>,E> resolver) |
Constructor and Description |
---|
IdLink(Id<E> id,
Function<Id<E>,E> resolver)
The constructor.
|
Constructor and Description |
---|
IdLink(Id<E> id,
Function<Id<E>,E> resolver)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
Class<Id<?>> |
IdJsonSerializer.handledType() |
Modifier and Type | Method and Description |
---|---|
void |
IdJsonSerializer.serialize(Id<?> id,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
Copyright © 2001–2016 mmm-Team. All rights reserved.