Serialized Form


Package org.hibernate.ogm.datastore.mongodb.impl

Class org.hibernate.ogm.datastore.mongodb.impl.MongoDBDatastoreProvider extends Object implements Serializable

Serialized Fields

cfg

Map<K,V> cfg

isCacheStarted

boolean isCacheStarted

mongo

com.mongodb.Mongo mongo

mongoDb

com.mongodb.DB mongoDb

associationStorage

AssociationStorage associationStorage

Package org.hibernate.ogm.dialect.mongodb

Class org.hibernate.ogm.dialect.mongodb.MongoDBDialect extends Object implements Serializable

Serialized Fields

provider

MongoDBDatastoreProvider provider

currentDB

com.mongodb.DB currentDB

Package org.hibernate.ogm.logging.mongodb.impl

Class org.hibernate.ogm.logging.mongodb.impl.Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable

serialVersionUID: 1L


Package org.hibernate.ogm.type

Class org.hibernate.ogm.type.AbstractGenericBasicType extends Object implements Serializable

Serialized Fields

gridTypeDescriptor

GridTypeDescriptor gridTypeDescriptor

javaTypeDescriptor

org.hibernate.type.descriptor.java.JavaTypeDescriptor<T> javaTypeDescriptor

typeExtractor

GridValueExtractor<X> typeExtractor

typeBinder

GridValueBinder<X> typeBinder

Class org.hibernate.ogm.type.BigDecimalType extends AbstractGenericBasicType<BigDecimal> implements Serializable

Class org.hibernate.ogm.type.BigIntegerType extends AbstractGenericBasicType<BigInteger> implements Serializable

Class org.hibernate.ogm.type.BooleanType extends AbstractGenericBasicType<Boolean> implements Serializable

Class org.hibernate.ogm.type.ByteStringType extends AbstractGenericBasicType<Byte> implements Serializable

Class org.hibernate.ogm.type.ByteType extends AbstractGenericBasicType<Byte> implements Serializable

Class org.hibernate.ogm.type.CalendarDateType extends AbstractGenericBasicType<Calendar> implements Serializable

Class org.hibernate.ogm.type.CalendarType extends AbstractGenericBasicType<Calendar> implements Serializable

Class org.hibernate.ogm.type.ClassType extends AbstractGenericBasicType<Class> implements Serializable

Class org.hibernate.ogm.type.CollectionType extends GridTypeDelegatingToCoreType implements Serializable

Serialized Fields

delegate

org.hibernate.type.CollectionType delegate

Class org.hibernate.ogm.type.ComponentType extends GridTypeDelegatingToCoreType implements Serializable

Serialized Fields

componentType

org.hibernate.type.ComponentType componentType

propertySpan

int propertySpan

propertyTypes

GridType[] propertyTypes

Class org.hibernate.ogm.type.DateType extends AbstractGenericBasicType<Date> implements Serializable

Class org.hibernate.ogm.type.DoubleType extends AbstractGenericBasicType<Double> implements Serializable

Class org.hibernate.ogm.type.EnumType extends GridTypeDelegatingToCoreType implements Serializable

Serialized Fields

coreEnumType

org.hibernate.type.EnumType coreEnumType

isOrdinal

boolean isOrdinal

Class org.hibernate.ogm.type.GridTypeDelegatingToCoreType extends Object implements Serializable

Serialized Fields

delegate

org.hibernate.type.Type delegate

Class org.hibernate.ogm.type.IntegerType extends AbstractGenericBasicType<Integer> implements Serializable

Class org.hibernate.ogm.type.LongType extends AbstractGenericBasicType<Long> implements Serializable

Class org.hibernate.ogm.type.ManyToOneType extends GridTypeDelegatingToCoreType implements Serializable

Serialized Fields

typeTranslator

TypeTranslator typeTranslator

delegate

org.hibernate.type.ManyToOneType delegate

Class org.hibernate.ogm.type.OneToOneType extends GridTypeDelegatingToCoreType implements Serializable

Serialized Fields

typeTranslator

TypeTranslator typeTranslator

delegate

org.hibernate.type.OneToOneType delegate

Class org.hibernate.ogm.type.PrimitiveByteArrayType extends AbstractGenericBasicType<byte[]> implements Serializable

Class org.hibernate.ogm.type.StringCalendarDateType extends AbstractGenericBasicType<Calendar> implements Serializable

Class org.hibernate.ogm.type.StringType extends AbstractGenericBasicType<String> implements Serializable

Class org.hibernate.ogm.type.TimestampType extends AbstractGenericBasicType<Date> implements Serializable

Class org.hibernate.ogm.type.TimeType extends AbstractGenericBasicType<Date> implements Serializable

Class org.hibernate.ogm.type.UrlType extends AbstractGenericBasicType<URL> implements Serializable

Class org.hibernate.ogm.type.UUIDType extends AbstractGenericBasicType<UUID> implements Serializable

Class org.hibernate.ogm.type.WrapperBinaryType extends AbstractGenericBasicType<Byte[]> implements Serializable



Copyright © 2010-2012 Hibernate. All Rights Reserved.