Package samplest.jongo
Class MongoResource
java.lang.Object
samplest.jongo.MongoResource
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionMongoResource(JongoCollection objectWithIdAnnotationCollection, JongoCollection objectWithNewJongoAnnotationCollection, JongoCollection objectWithMongoIdAnnotationCollection, JongoCollection objectWithObjectIdAnnotationCollection, JongoCollection objectWithObjectIdTypeCollection) -
Method Summary
Modifier and TypeMethodDescriptioncreateObjectWithObjectId(MongoResource.ObjectWithObjectIdType objectWithObjectIdType) createObjectWithObjectIdAnnotation(MongoResource.ObjectWithObjectIdAnnotation objectWithObjectIdAnnotation)
-
Constructor Details
-
MongoResource
public MongoResource(@Named("objectWithIdAnnotationCollection") JongoCollection objectWithIdAnnotationCollection, @Named("objectWithNewJongoAnnotationCollection") JongoCollection objectWithNewJongoAnnotationCollection, @Named("objectWithMongoIdAnnotationCollection") JongoCollection objectWithMongoIdAnnotationCollection, @Named("objectWithObjectIdAnnotationCollection") JongoCollection objectWithObjectIdAnnotationCollection, @Named("objectWithObjectIdTypeCollection") JongoCollection objectWithObjectIdTypeCollection)
-
-
Method Details
-
createFoo
-
createObjectWithMongoIdAnnotation
public MongoResource.ObjectWithMongoIdAnnotations createObjectWithMongoIdAnnotation(MongoResource.ObjectWithMongoIdAnnotations o) -
createObjectWithNewJongoAnnotation
public MongoResource.ObjectWithNewJongoAnnotations createObjectWithNewJongoAnnotation(MongoResource.ObjectWithNewJongoAnnotations o) -
createObjectWithObjectIdAnnotation
public MongoResource.ObjectWithObjectIdAnnotation createObjectWithObjectIdAnnotation(MongoResource.ObjectWithObjectIdAnnotation objectWithObjectIdAnnotation) -
createObjectWithObjectId
public MongoResource.ObjectWithObjectIdType createObjectWithObjectId(MongoResource.ObjectWithObjectIdType objectWithObjectIdType)
-