|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Serializer.LargeValues | |
|---|---|
| org.modeshape.connector.store.jpa.model.simple | The classes that define the "simple" storage model for the JPA connector. |
| org.modeshape.connector.store.jpa.util | The classes that define the utility JPA entities that are not part of any storage model. |
| Uses of Serializer.LargeValues in org.modeshape.connector.store.jpa.model.simple |
|---|
| Classes in org.modeshape.connector.store.jpa.model.simple that implement Serializer.LargeValues | |
|---|---|
protected class |
SimpleJpaRepository.LargeValueSerializer
|
| Uses of Serializer.LargeValues in org.modeshape.connector.store.jpa.util |
|---|
| Classes in org.modeshape.connector.store.jpa.util that implement Serializer.LargeValues | |
|---|---|
protected static class |
Serializer.NoLargeValues
|
| Fields in org.modeshape.connector.store.jpa.util declared as Serializer.LargeValues | |
|---|---|
static Serializer.LargeValues |
Serializer.NO_LARGE_VALUES
|
| Methods in org.modeshape.connector.store.jpa.util with parameters of type Serializer.LargeValues | |
|---|---|
void |
Serializer.deserializeAllProperties(ObjectInputStream stream,
Collection<Property> properties,
Serializer.LargeValues largeValues)
Deserialize the serialized properties on the supplied object stream. |
Property |
Serializer.deserializeProperty(ObjectInputStream stream,
Serializer.LargeValues largeValues)
Deserialize the serialized property on the supplied object stream. |
Object[] |
Serializer.deserializePropertyValues(ObjectInputStream stream,
Name propertyName,
boolean skip,
Serializer.LargeValues largeValues,
Serializer.LargeValues skippedLargeValues,
Serializer.ReferenceValues references)
Deserialize the serialized property on the supplied object stream. |
void |
Serializer.deserializeSomeProperties(ObjectInputStream stream,
Collection<Property> properties,
Serializer.LargeValues largeValues,
Serializer.LargeValues skippedLargeValues,
Name... names)
Deserialize the serialized properties on the supplied object stream. |
int |
Serializer.reserializeProperties(ObjectInputStream input,
ObjectOutputStream output,
Map<Name,Property> updatedProperties,
Serializer.LargeValues largeValues,
Serializer.LargeValues removedLargeValues,
Set<Name> createdProperties,
Serializer.ReferenceValues references)
Deserialize the existing properties from the supplied input stream, update the properties, and then serialize the updated properties to the output stream. |
void |
Serializer.serializeProperties(ObjectOutputStream stream,
int number,
Iterable<Property> properties,
Serializer.LargeValues largeValues,
Serializer.ReferenceValues references)
Serialize the properties' values to the object stream. |
boolean |
Serializer.serializeProperty(ObjectOutputStream stream,
Property property,
Serializer.LargeValues largeValues,
Serializer.ReferenceValues references)
Serialize the property's values to the object stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||