- GeoLineString - Class in org.hibernate.ogm.datastore.mongodb.type
-
Type used to represent a GeoJSON LineString in MongoDB and support spatial queries.
- GeoLineString(GeoPoint, GeoPoint) - Constructor for class org.hibernate.ogm.datastore.mongodb.type.GeoLineString
-
Instantiates a new LineString.
- GeoMultiLineString - Class in org.hibernate.ogm.datastore.mongodb.type
-
Type used to represent a GeoJSON MultiLineString in MongoDB and support spatial queries.
- GeoMultiLineString(List<GeoLineString>) - Constructor for class org.hibernate.ogm.datastore.mongodb.type.GeoMultiLineString
-
Instantiates a new MultiLineString.
- GeoMultiLineString(GeoLineString, GeoLineString...) - Constructor for class org.hibernate.ogm.datastore.mongodb.type.GeoMultiLineString
-
Instantiates a new MultiLineString.
- GeoMultiPoint - Class in org.hibernate.ogm.datastore.mongodb.type
-
Type used to represent a GeoJSON MultiPoint in MongoDB and support spatial queries.
- GeoMultiPoint(GeoPoint) - Constructor for class org.hibernate.ogm.datastore.mongodb.type.GeoMultiPoint
-
Instantiates a new MultiPoint.
- GeoMultiPoint(List<GeoPoint>) - Constructor for class org.hibernate.ogm.datastore.mongodb.type.GeoMultiPoint
-
Instantiates a new MultiPoint.
- GeoMultiPoint(GeoPoint, GeoPoint...) - Constructor for class org.hibernate.ogm.datastore.mongodb.type.GeoMultiPoint
-
Instantiates a new MultiPoint.
- GeoMultiPolygon - Class in org.hibernate.ogm.datastore.mongodb.type
-
Type used to represent a GeoJSON MultiPolygon in MongoDB and support spatial queries.
- GeoMultiPolygon(List<GeoPolygon>) - Constructor for class org.hibernate.ogm.datastore.mongodb.type.GeoMultiPolygon
-
Instantiates a new MultiPolygon.
- GeoMultiPolygon(GeoPolygon, GeoPolygon...) - Constructor for class org.hibernate.ogm.datastore.mongodb.type.GeoMultiPolygon
-
Instantiates a new MultiPolygon.
- GeoPoint - Class in org.hibernate.ogm.datastore.mongodb.type
-
Type used to represent a GeoJSON Point in MongoDB and support spatial queries.
- GeoPoint(double, double) - Constructor for class org.hibernate.ogm.datastore.mongodb.type.GeoPoint
-
Instantiates a new Point.
- GeoPolygon - Class in org.hibernate.ogm.datastore.mongodb.type
-
Type used to represent a GeoJSON Polygon in MongoDB and support spatial queries.
- GeoPolygon(List<GeoPoint>) - Constructor for class org.hibernate.ogm.datastore.mongodb.type.GeoPolygon
-
Instantiates a new Polygon.
- GeoPolygon(GeoPoint, GeoPoint, GeoPoint, GeoPoint, GeoPoint...) - Constructor for class org.hibernate.ogm.datastore.mongodb.type.GeoPolygon
-
Instantiates a new Polygon.
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDB
-
- getDuplicateInsertPreventionStrategy(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- getEndPoint() - Method in class org.hibernate.ogm.datastore.mongodb.type.GeoLineString
-
- getExternalRing() - Method in class org.hibernate.ogm.datastore.mongodb.type.GeoPolygon
-
Returns the external ring of the polygon.
- getLatitude() - Method in class org.hibernate.ogm.datastore.mongodb.type.GeoPoint
-
- getLineStrings() - Method in class org.hibernate.ogm.datastore.mongodb.type.GeoMultiLineString
-
- getLongitude() - Method in class org.hibernate.ogm.datastore.mongodb.type.GeoPoint
-
- getParameterMetadataBuilder() - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- getPoints() - Method in class org.hibernate.ogm.datastore.mongodb.type.GeoMultiPoint
-
- getPolygons() - Method in class org.hibernate.ogm.datastore.mongodb.type.GeoMultiPolygon
-
- getReadPreference() - Method in enum org.hibernate.ogm.datastore.mongodb.options.ReadPreferenceType
-
Get the read preference.
- getRings() - Method in class org.hibernate.ogm.datastore.mongodb.type.GeoPolygon
-
- getStartPoint() - Method in class org.hibernate.ogm.datastore.mongodb.type.GeoLineString
-
- getTuple(EntityKey, OperationContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- getTuples(EntityKey[], TupleContext) - Method in class org.hibernate.ogm.datastore.mongodb.MongoDBDialect
-
- getWriteConcern() - Method in enum org.hibernate.ogm.datastore.mongodb.options.WriteConcernType
-
Get the write concern