Class BeanUtils
java.lang.Object
io.quarkus.mongodb.panache.common.runtime.BeanUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringbeanName(MongoEntity entity) static <T> TclientFromArc(MongoEntity entity, Class<T> clientClass, boolean isReactive) Deprecated, for removal: This API element is subject to removal in a future version.static StringgetDatabaseName(MongoEntity mongoEntity, String clientBeanName)
-
Method Details
-
beanName
-
clientFromArc
@Deprecated(forRemoval=true, since="3.33") public static <T> T clientFromArc(MongoEntity entity, Class<T> clientClass, boolean isReactive) Deprecated, for removal: This API element is subject to removal in a future version. -
getDatabaseName
-
getDatabaseNameFromResolver
-